Search found 95 matches
- Thu Jan 11, 2007 10:07 am
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 327012
Re: phpBB2 -> phpBB3 Upgrade Script Discussion
as u can see my phpbb2 as _phpbb prefix.
So.. what the fuc* is wrong with my conversor...
Its just me?
Im working on this... for more than 10 hours...
phpbb2 as u see now, this morning was phpbbfm... i have recovered all tables from phpbbfm pass it to ipb.. and then to phpbb2.22
now i have a ...
- Wed Jan 10, 2007 12:51 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 327012
Re: phpBB2 -> phpBB3 Upgrade Script Discussion
In the current phpbb3 beta5-dev I just downloaded, it is in the folder as INSTALL.html
Code: Select all
phpBB2/docs
- Tue Jan 09, 2007 4:07 pm
- Forum: [3.0/Olympus] Styling
- Topic: Reduce width and center the page -- any simple way?
- Replies: 53
- Views: 92421
Re: Reduce width and center the page -- any simple way?
#whatever {
width: 80%;
min-width: 770px;
margin-left: auto;
margin-right: auto;
}
I've just tested this and it does work in IE7 (pretty sure it won't in IE6 though, can't test here). When the browser window width is smaller than around 1000px width the forum width doesn't drop below 770px, when ...
width: 80%;
min-width: 770px;
margin-left: auto;
margin-right: auto;
}
I've just tested this and it does work in IE7 (pretty sure it won't in IE6 though, can't test here). When the browser window width is smaller than around 1000px width the forum width doesn't drop below 770px, when ...
- Mon Jan 08, 2007 5:27 pm
- Forum: [3.0/Olympus] Styling
- Topic: Reduce width and center the page -- any simple way?
- Replies: 53
- Views: 92421
Re: Reduce width and center the page -- any simple way?
that did it! many many thanks!
so, just for the record (and anyone who reads this in a future forum search), i finally inserted
<div id="whatever">
after <body class="{S_CONTENT_DIRECTION}"> in /template/overall_header.html, and added
#whatever {
width: 770px;
margin-left: auto;
margin ...
- Mon Jan 08, 2007 12:25 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 327012
Re: phpBB2 -> phpBB3 Upgrade Script Discussion
_Kilian_ wrote: I've reported this as a bug.. that some axplanation about this fact would be usefull, but if you look at the INSTALL.htm file it explains how to convert a board.
Yeah, I guess I'm just used to playing till I make it work by now.
- Mon Jan 08, 2007 12:12 pm
- Forum: [3.0/Olympus] Discussion
- Topic: phpBB2 -> phpBB3 Upgrade Script Discussion
- Replies: 315
- Views: 327012
Re: phpBB2 -> phpBB3 Upgrade Script Discussion
hi
has the upgrade script been removed when i log in all there is is convert with no installed convertors?
Thanks
I don't know if it's intended behaviour but I needed to install a default phpbb3 and then go back to the install start page before it would let me use the converter.
I also copied ...
- Mon Jan 08, 2007 1:35 am
- Forum: [3.0/Olympus] Styling
- Topic: Reduce width and center the page -- any simple way?
- Replies: 53
- Views: 92421
Re: Reduce width and center the page -- any simple way?
If you're literally inserting after < body class...> etc. You should just need.
Code: Select all
<div id="whatever">
Code: Select all
#whatever {
width: 770px;
margin-left: auto;
margin-right: auto;
}
- Mon Jan 08, 2007 1:19 am
- Forum: [3.0/Olympus] Styling
- Topic: Reduce width and center the page -- any simple way?
- Replies: 53
- Views: 92421
Re: Reduce width and center the page -- any simple way?
Uchiha Nick wrote: if you use the div solution:
call the id container, or just adapt it
this always worksCode: Select all
* { margin: 0 auto; padding: 0px; text-align: center; // or add this if it already has the *, same for body: }
![]()
Why would you want that on every element in your page?
- Sat Jan 06, 2007 2:09 pm
- Forum: [3.0/Olympus] Discussion
- Topic: How many phpbb users are programmers?
- Replies: 31
- Views: 38024
Re: How many phpbb users are programmers?
theBlackDragon wrote: I don't consider XML, (X)HTML, CSS and such programming languages because they don't contain logic (you need external technlogy like JavaScript to add logic to (X)HTML).
They're markup languages really, but they programme a browser to give an intended output. How would you classify XSLT?
- Fri Jan 05, 2007 10:57 am
- Forum: [3.0/Olympus] New features discussion
- Topic: New Karma System (Theory)
- Replies: 168
- Views: 238932
Re: New Karma System (Theory)
Although many sites have the positive/negative karma options, I'm eliminating the negative side completely. We are just going to do plus points.
Also, it really wouldn't benefit the users to abuse the system anyways, it's just a nice display of "helpfulness" count, like I said, it would be like ...