View Full Version : phpVB Help!
The Red Guy
April 11th, 2002, 04:03
Anyone knows how to solve the problem of the quoting (attachment)? It appears all in one line for phpVB.
Bruce
April 11th, 2002, 15:35
Maybe if you tell us what phpVB is...
murat
April 11th, 2002, 15:39
its a template of phpbb2
you can get it at www.phpbbhacks.com
nickmahon
April 11th, 2002, 16:53
Hey, I wrote it.
open bbcode.tpl
there should be a thing that says
<i>originally posted by {USERNAME}</i>
change it to
<i>originally posted by {USERNAME}</i><br>
The Red Guy
April 12th, 2002, 04:10
Thanks! BTW, your templates rocks!
The Red Guy
April 13th, 2002, 04:40
1) Now how do I edit the topic name just under the forum and board names? It seems too small.
2) I have a problem with the user validation. It includes a double http:// and double /community/ . Plz help.
nickmahon
April 13th, 2002, 11:15
I'm not sure what you mean... could you clarify a bit?
AlieXai
April 13th, 2002, 17:22
> 1) Now how do I edit the topic name just under the forum and
> board names? It seems too small.
Might want to check "viewforum_body.tpl" or "viewtopic_body.tpl" in the template directory. The names of the files are fairly intuitive; it's not to hard to figure out which ones to edit.
> I have a problem with the user validation. It includes a double
> http:// and double /community/.
You're not supposed to enter "http://"and "/forumpath/" in the Domain Name (http://searchwebmanagement.techtarget.com/sDefinition/0,,sid27_gci211988,00.html).
Change it (Admin -> General Admin-> Configuration).
nickmahon
April 13th, 2002, 17:36
Red Guy, download the latest version of the templates at my portfolio: http://portfolio.rangernews.net Fixes a lot of bugs.
The Red Guy
April 13th, 2002, 23:26
Originally posted by nickmahon
Red Guy, download the latest version of the templates at my portfolio: http://portfolio.rangernews.net Fixes a lot of bugs. Is it the same as that found on phpbb site? I'm using 2.0.0 and your template seems to be for rc-4. (Well on your site anyway)
nickmahon
April 14th, 2002, 09:46
The phpBB2 site is a little slow getting my latest revisions up ;)
The Red Guy
April 15th, 2002, 05:47
Originally posted by nickmahon
The phpBB2 site is a little slow getting my latest revisions up ;)
What about the template converted to final by another guy? I downloaded that. Now if I change I’ll have to reinstall every hack! :(
nickmahon
April 15th, 2002, 08:34
You don't have to reinstall, but there will be some bugs if you don't... but hey, that's what I'm here for.
The Red Guy
April 16th, 2002, 04:16
Originally posted by nickmahon
You don't have to reinstall, but there will be some bugs if you don't... but hey, that's what I'm here for. Thanks. Downloaded it.
The Red Guy
April 19th, 2002, 02:39
Is there a bug in the templates? I can't use the hypercell add-on.
nickmahon
April 19th, 2002, 15:41
Hypercells - You can't use {TD_COLOR_1} or whatever, you must specify the actual color. Tell me if you need me to post my code.
The Red Guy
April 20th, 2002, 00:51
Thanks, you're very helpful. Here's the colour: #E3E498
nickmahon
April 20th, 2002, 10:00
In index_body:
Find:
<td valign="middle" class="row1" align="center">{catrow.forumrow.FOLDER}</td>
<td align="left" class="row2"
Add after (in the TD tag):
onMouseOver=this.style.backgroundColor="#[Your Row1 Color]" onMouseOut=this.style.backgroundColor="#[Your Row2 Color]" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
nickmahon
April 20th, 2002, 10:02
In viewforum_body:
Find:
<td class="row1" valign="middle">{topicrow.FOLDER}</td>
<td align="left" class="row2" width="100%"
Add after (in the TD Tag):
onMouseOver=this.style.backgroundColor="#[Your Row1 Color]" onMouseOut=this.style.backgroundColor="#[Your Row2 Color]" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'">
To find the row1 and row2 colors, check phpVB2.css.
Hope that helps.
The Red Guy
April 21st, 2002, 02:48
Thanks. Very nice of you.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.