iamthestreets at 19h18
11
Jan
2012
Can someone please give me a clear explanation of the difference between phpbb2 and 3?
I am currently using phpBB2, if I switch to phpBB3 will I lose all my information?
I created a test forum using phpBB3 and I cannot change the html code for the templates why?
I am currently using phpBB2, if I switch to phpBB3 will I lose all my information?
I created a test forum using phpBB3 and I cannot change the html code for the templates why?
1 Th1nK, on 11/01/2012 at 20h56
I use phpBB2 because I can edit my templates. I like this version because is easy editable. In phpbb3 you can't edit your templates. There are many other defferences, but I'm not an expert. If you wanna to be free to edit - phpbb2
2 iamthestreets, on 11/01/2012 at 21h05
thanks.
There is only one feature that I really like on phpBB3 and that is it shows who created the topic in the title for example...
Is there any way to do this for phpBB2?
There is only one feature that I really like on phpBB3 and that is it shows who created the topic in the title for example...
Is there any way to do this for phpBB2?
3 Yashraj, on 12/01/2012 at 06h19
phpbb3 is the latest version with new updates and fixed bugs and the best till now and the problem is you cant edit templates in phpbb3.
4 Coddy, on 12/01/2012 at 14h20
http://www.forumotion.com/en/create-forum/phpbb2.htm
http://www.forumotion.com/en/create-forum/
See the description, also you can search on google: phpbb wikipedia
http://www.forumotion.com/en/create-forum/
See the description, also you can search on google: phpbb wikipedia
5 Nera., on 12/01/2012 at 23h51
iamthestreets wrote:thanks.
There is only one feature that I really like on phpBB3 and that is it shows who created the topic in the title for example...
![]()
Is there any way to do this for phpBB2?
Hi there,
In BB2 you have the authors colume for that. If you want to make it like BB3 you have to go to AP > Display > Templates > General > Topic_list_box template and find this:
- Code:
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
And this:
- Code:
<td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>
And remove it.
Than find this:
- Code:
<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
And replace it with this:
- Code:
<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</br> by {topics_list_box.row.TOPIC_AUTHOR}</a>
Save and publish your template on the green cross.
Example of it working on BB2:
If you switch verions you wont lose your forum data but your theme will change.
6 trxtrainerssale, on 13/01/2012 at 09h06
benefit a lot
7 iamthestreets, on 13/01/2012 at 19h41
Thanks Nera.
How can I change the [by username] color to white only for that page? And can I change the size of the name?
How can I change the [by username] color to white only for that page? And can I change the size of the name?
Nera. wrote:iamthestreets wrote:thanks.
There is only one feature that I really like on phpBB3 and that is it shows who created the topic in the title for example...
![]()
Is there any way to do this for phpBB2?
Hi there,
In BB2 you have the authors colume for that. If you want to make it like BB3 you have to go to AP > Display > Templates > General > Topic_list_box template and find this:
- Code:
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
And this:
- Code:
<td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>
And remove it.
Than find this:
- Code:
<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
And replace it with this:
- Code:
<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</br> by {topics_list_box.row.TOPIC_AUTHOR}</a>
Save and publish your template on the green cross.
Example of it working on BB2:
![]()
If you switch verions you wont lose your forum data but your theme will change.
8 99nour, on 13/01/2012 at 19h58
This is probably offtopic
but is there a way I can get templates without credits?
Or without paying to be exact. Because if not then I personally want phpBB3
but is there a way I can get templates without credits?
Or without paying to be exact. Because if not then I personally want phpBB3
9 Nera., on 13/01/2012 at 22h38
You confused me a bit there. You don't buy credits nor you need credits for templates. PunBB and phpBB2 are two versions that have templates accesable for modification.
Or you mean templates without footer credits? If you mean footer credits you have to buy credits to remove them though certain links will stay in all versions.
Or you mean templates without footer credits? If you mean footer credits you have to buy credits to remove them though certain links will stay in all versions.
10 Shainy, on 14/01/2012 at 03h11
iamthestreets wrote:Thanks Nera.
And can I change the size of the name?
I'm interested for this question also, how can we change the size of "by user" ..to be a little smaler, just like on picture...
....and one more thing, is there a way to move "go to page" to be in line with "by user" but on a right side? 11 Nera., on 14/01/2012 at 08h24
You'll find this in your template:
Replace it with this:
Than add this to your CSS:
Go to page?
- Code:
by {topics_list_box.row.TOPIC_AUTHOR}
Replace it with this:
- Code:
<span class="byuser">by {topics_list_box.row.TOPIC_AUTHOR}</span>
Than add this to your CSS:
- Code:
.byuser {
font-size: 10px;
}
Go to page?
12 !_NICK_!, on 14/01/2012 at 08h54
The difference I see is that Phpbb3 is more up-to-date, but can't edit templates. Templates to me is a big deal. I use PunBB becuase of how the Layout looks. There is a little bit difference of how each layout looks. You should create a test forum and try them all and try to pick out and find the differences in all.
13 99nour, on 14/01/2012 at 09h09
Nera. wrote:You confused me a bit there. You don't buy credits nor you need credits for templates. PunBB and phpBB2 are two versions that have templates accesable for modification.
Or you mean templates without footer credits? If you mean footer credits you have to buy credits to remove them though certain links will stay in all versions.
Look, the only templates I know are at Display > Templates
I'm not even sure what Templates do and this is what I get
" "Templates management" option has expired.
You are not allowed to modify templates.
To enable this option again, go to the Credits management panel.
Your templates are still used. If you wish to restore default templates, click on the link below.
Be careful: your templates will be erased !
Only templates of phpbb2 or PunBB versions will be affected."
14 Sanket, on 14/01/2012 at 09h10
99nour, simply put you can only do template editing in phpbb2 & PunBB.
15 99nour, on 14/01/2012 at 09h21
But I'm phpbb2.. Just forget it =.=
So the only difference is templates(phpbb2) and bug fixes(phpbb3) ?
So the only difference is templates(phpbb2) and bug fixes(phpbb3) ?
16 !_NICK_!, on 14/01/2012 at 09h29
Yes, that is correct.
17 Shainy, on 14/01/2012 at 12h54
Nera. wrote:
Go to page?
That code for templates and css..only change the size of by, but not the nik name of author
...that stay the same size like topic title ..
I meant, "go to page" number of pages for the topics... (1,2....68,68) ..is there a way to move that on a right, and in a line with the authors name?
18 Nera., on 14/01/2012 at 23h15
Shainy,
Leave the CSS but replace this:
With this:
You can fix the height of the div in the same CSS too.
It was my mistake, I apoligaze. I usually try it before.
For the "goto" page you'll find this:
Delete it from there and repaste after this:
Before the div closes.
Than you'll add this to CSS:
Resault:
99nour there is a big difference in the way those two boards were written. If you don't know a much about them take the one easiest to customize for you and has more tutorials avilable at this moment. That would be BB3.
Regards.
Leave the CSS but replace this:
- Code:
<span class="byuser">by {topics_list_box.row.TOPIC_AUTHOR}</span>
With this:
- Code:
<div class="byuser">by {topics_list_box.row.TOPIC_AUTHOR}</div>
You can fix the height of the div in the same CSS too.
It was my mistake, I apoligaze. I usually try it before.
For the "goto" page you'll find this:
- Code:
<span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
Delete it from there and repaste after this:
- Code:
<div class="byuser">by {topics_list_box.row.TOPIC_AUTHOR}
Before the div closes.
Than you'll add this to CSS:
- Code:
.byuser .gensmall br {
display: none;
}
Resault:
99nour there is a big difference in the way those two boards were written. If you don't know a much about them take the one easiest to customize for you and has more tutorials avilable at this moment. That would be BB3.
Regards.
19 FL.ux, on 15/01/2012 at 00h06
hey nera. i used the codes you gave but there seems to be a problem


20 Shainy, on 15/01/2012 at 15h00
Nera. wrote:Shainy,
Leave the CSS but replace this:
- Code:
<span class="byuser">by {topics_list_box.row.TOPIC_AUTHOR}</span>
With this:
- Code:
<div class="byuser">by {topics_list_box.row.TOPIC_AUTHOR}</div>
Regards.
Thanks Nera
Similar topics
Can I change the template phpbb 3 that I use now,with phpbb 2 and they do not have all members to re-register.
Alright well I have a Mac and downloaded a Phpbb 3 theme. I want to upload it as my theme for my forum, but for some reason every time i hit choose file/upload it won't work. Why is that?
Hello Forumotion,
Can someone help me install one of my new phpBB themes please I cant do it as I don't have the tools do do it. so can one of you please pop over and install the theme I will be very grateful if you could.
here is the link to the
Replies 1 to 20 on 23 for "Difference between phpBB 2 and phpBB 3 "
Search
Informations
23 Replies For the topic :
"Difference between phpBB 2 and phpBB 3 "
This topic has been viewed 985 times.
Last message :
11/01/2012 at 19h18 by "iamthestreets"






