View Full Version : Report *Template Errors* Here!
John
Mon 30th Jul '01, 2:32pm
Please report them here...
John
dwh
Mon 30th Jul '01, 10:36pm
<a href="javascript:aimwindow('$userinfo[aim]')"><img src="images/aim_icon.gif" alt="Send a AIM message to $userinfo[username]" border="0"></a>
should be
<a href="javascript:aimwindow('$userinfo[aim]')"><img src="images/aim_icon.gif" alt="Send an AIM message to $userinfo[username]" border="0"></a>
FIXED
dwh
Mon 30th Jul '01, 11:22pm
Weird, I got a notice that Robac replied to this thread, come here and nuthin.:: :(
RobAC
Mon 30th Jul '01, 11:32pm
Sorry, I did, but deleted the post. I don't see a difference between the two pieces of code you posted except for the separate between java and script. So I posted what I thought was the correct code, and when you submit the post, the space is automatically entered so it appears wrong anyway. From what I can tell, the AIM works fine on my site. What template were you looking at?
dwh
Mon 30th Jul '01, 11:36pm
It's a tiny error.
send a aim
vs
send an aim
John
Tue 31st Jul '01, 4:51am
All fixed!
BTW, the javascript: text is split up to stop naughty people trying to post javascript :)
John
EXCHANGE
Tue 31st Jul '01, 6:51am
Missing javascript in usercp template for subscribed threads with new posts.
This has to be added into usercp template after $headinclude
<script language="Javascript">
function who(threadid) { window.open("misc.php?s=$session[sessionhash]&action=whoposted&threadid="+threadid, "whoposted", "toolbar=no,scrollbars=yes,resizable=yes,width=230, height=300"); }
</script>
foens
Wed 1st Aug '01, 3:18pm
I have upgraded to 203 - and found that you have NOT added support for the whoposted java script templates:
searchresult
searchresultbit
only in
searchresult_threadonly
searchresultbit_threadonly
I guess thats an error
---
othervise - fine upgrade - no problemo - "just" a lot of translating the "same" templates again again - I would still dream of getting language into a seperate file/variables
JJR512
Sun 5th Aug '01, 12:40pm
In the faq2 template, there is this line:
<td bgcolor="{ tableheadbgcolor }" id="cat"><normalfont color="{ categoryfontcolor }"><a name="pm"><b>What is Private Messaging?</b></a></normalfont></td>
The problem is with the bgcolor in the td tag. The background color for all the other questions on this page is categorybackcolor, but this one is tableheadbgcolor. I can think of no reason why this one would be different from the rest; if it's supposed to be that way, then I apologize for calling this an error. But I think tableheadbgcolor should be categorybackcolor; that is to say, it should look like this:
<td bgcolor="{ categorybackcolor }" id="cat"><normalfont color="{ categoryfontcolor }"><a name="pm"><b>What is Private Messaging?</b></a></normalfont></td>
(Note: Obviously, I put spaces inside the { and } symbols so as to prevent the variables from being converted.)
Gorgonzola
Fri 10th Aug '01, 6:49am
since Netscape version6.1, the fixed 170 pixel width of the left column in the Posting-table (the one with name,....) is ignored.
http://www.jaggedalliance.de/img/vbb.gif
To repair that you just have to remove the 100% width of the right column (text, icons). If you have done that, the fixed width of the left column is displayed properly in IE5.5, NN6.1 and Opera 5.11
Gorgonzola
Una Persson
Sun 12th Aug '01, 6:59am
I hope this really is a bug, and not something I am doing improperly.
In the template "standarderror", I believe the following:
<td bgcolor="#8080A6" width="100%"><normalfont color="#EEEEFF"><img src="$bburl/***imagesfolder***/vb_bullet.gif" align="absmiddle" alt="vBulletin" border="0"><b>vBulletin Message</b></normalfont></td></tr>
should have the "img src" instead be:
img src="***imagesfolder***/vb_bullet.gif"
Where one would replace "***" with "{" and "}", since the post here does not display them without parsing them.
Otherwise, if you do not use a redirect on your site, and your forum home URL has "index.php" in it, you will not be able to load the images properly.
tubedogg
Sun 12th Aug '01, 9:06am
No, $bburl should not have /index.php on it. I've suggested we add that in the inline description for the next version as it seems a lot of people add that to the URL.
If $bburl does have /index.php on it you will have problems elsewhere too.
Una Persson
Sun 12th Aug '01, 9:35am
Well, in truth I had noticed no problems elsewhere, but I have done as you stated, tubedogg, and changed the URL. I know you told me this once in the other thread, but I thought that might have been referring to people who used a redirect. It appears that I was wrong.
I'll go away now.
tubedogg
Sun 12th Aug '01, 9:47am
I should have said "likely" - there are some email templates that rely on $bburl to be correct.
But regardless, thank you for posting. :) If it had been a bug and you hadn't posted we might never have found it. :)
Marco
Fri 24th Aug '01, 3:23pm
http://www.totallyre.com/forums/misc.php?s=&action=showavatars
The text next to the avatars and the line above them has no font set.
eva2000
Fri 24th Aug '01, 4:11pm
Originally posted by Marco
http://www.totallyre.com/forums/misc.php?s=&action=showavatars
The text next to the avatars and the line above them has no font set. that page ain't loading?
Marco
Fri 24th Aug '01, 5:00pm
It's loading fine for me :confused:
Marco
Fri 24th Aug '01, 5:42pm
Oops... never noticed this thread... :o
eva2000
Fri 24th Aug '01, 5:44pm
Originally posted by Marco
Oops... never noticed this thread... :o huh :confused: you posted in it 42 mins earlier though ?
dwh
Fri 24th Aug '01, 5:46pm
i think he meant he didnt notice page 2
eva2000
Fri 24th Aug '01, 5:49pm
Originally posted by dwh
i think he meant he didnt notice page 2 oh.. i have my thread view at 40 posts/page
tubedogg
Fri 24th Aug '01, 6:00pm
*Actually* I think he meant he never posted in it...I merged his other thread with this one since it falls under the template error guise. :)
eva2000
Fri 24th Aug '01, 6:03pm
Originally posted by tubedogg
*Actually* I think he meant he never posted in it...I merged his other thread with this one since it falls under the template error guise. :) sneaky :)
Chen
Sun 26th Aug '01, 3:12am
I think that
<img src="{imagesfolder}/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
should really be
<img src="{imagesfolder}/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Previous Thread</a>
in the showthread template.
Last is kinda confusing. (and hey, even the image is named prev.gif)
Chen
Mon 3rd Sep '01, 7:37am
This is not a template error, but I think this is the best place for it.
In functions.php, line 11 should say
// ###################### Start getpagenav #######################
and not
// ###################### Start buildpostbit #######################
I know this is probably the most meaningless thing that needs to be fixed, but what the hell... :)
dwh
Mon 3rd Sep '01, 3:22pm
heh heh i caught that too :) Or maybe it was another one, yup I think there's a similar error somewhere else...
Chen
Thu 6th Sep '01, 3:03pm
In the newreply and newthread templates you added tab-indexes to some of the buttons, so they could be accessed quickly.
The thing is you forgot (or, didn't want) to add these in the editpost template.
This kind of annoys me, cuss I'm used to type the message, hitting tab and space (I don't use the mouse much).
But when I'm editing a post, I have to press tab at least 5 or 6 times (it goes thru check message length, and the four check boxes) until I get to the Submit button.
So please, if this was done by mistake, fix it.
And it was done in purpose, at least explain why. :)
Kafoul
Mon 10th Sep '01, 4:38pm
Line 18 of forumdisplay_threadslist
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=lastpost"><font color="{tableheadtextcolor}"><b>Last Post</b></smallfont></a> $sortarrow[lastpost]</smallfont></td>
Should be:
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont><a href="$sorturl&sortorder=desc&sortfield=lastpost"><font color="{tableheadtextcolor}"><b>Last Post</b></font></a> $sortarrow[lastpost]</smallfont></td>
?
Wayne Luke
Mon 10th Sep '01, 8:44pm
Actually both lines produce exactly the same HTML output as </smallfont> is simply replaced with </font>.
Chen
Sat 15th Sep '01, 3:25pm
I guess this belongs here. *shrugs*
In the Change Options page, this:
Examples:
US Format (e.g., 04-25-98) - m-d-y
Expanded US Format (e.g., April 25th, 1998) - F jS, Y
European Format (e.g., 25-04-98) - d-m-Y
Expanded European Format (e.g., 25th April 1998) - jS F Y
should be
Examples:
US Format (e.g., 04-25-98) - m-d-y
Expanded US Format (e.g., April 25th, 1998) - F jS, Y
European Format (e.g., 25-04-1998) - d-m-Y
Expanded European Format (e.g., 25th April 1998) - jS F Y
Right?
fury
Mon 1st Oct '01, 1:51am
error_avatarnotimage
"...Please ensure that it is an try again."
should be
"...Please ensure that it is and try again."
FIXED
fury
Wed 10th Oct '01, 1:48am
smilies
Proximity:
<p><normalfont>If you want to disable smilies in a post that you make,
you can select the 'Disable Smilies' option when posting.
This is particularly useful if you are posting - you do not want ;) converted to a smilie face!</normalfont></p>
"...particularly useful if you are posting - you do not want ;) converted..."
Left a word out, heheh... should be something to the extent of...
"...particularly useful if you are posting code - you do not want ;) converted..."
Chen
Thu 18th Oct '01, 8:53am
privmsg_nextoldest template, instead of:
<a href="private.php?s=$session[sessionhash]&action=showprivatemessageid=$nextoldestid">< Last Message</a>
should be:
<a href="private.php?s=$session[sessionhash]&action=show&privatemessageid=$nextoldestid">< Last Message</a>
eva2000
Fri 19th Oct '01, 6:03am
Originally posted by FireFly
privmsg_nextoldest template, instead of:
<a href="private.php?s=$session[sessionhash]&action=showprivatemessageid=$nextoldestid">< Last Message</a>
should be:
<a href="private.php?s=$session[sessionhash]&action=show&privatemessageid=$nextoldestid">< Last Message</a> hehe firefly beat me to it :p
Chen
Fri 19th Oct '01, 9:10am
In a full day? :p
fury
Tue 23rd Oct '01, 3:57am
It's probably not exactly a template error but this is probably the best place to put it.
Reading private messages, over in the left column where the username, custom title, avatar (if applicable) is shown: Even if the user reading the private message has unselected showing avatars in posts, the avatar still shows. I'm not sure if this was just overlooked or was intended to be that way
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.