PDA

View Full Version : [FIXED ALL ISSUES] Report *template errors* here


John
Thu 22nd Nov '01, 9:15am
Report away...

John

TECK
Sat 30th Nov '02, 8:16am
TEMPLATES:
- forumdisplaybit
- searchresultbit_threadonly
- subscribe_threadbit (2 times)
- username_loggedout

The code:member.php?action=...
Should be:member.php?s=$session[sessionhash]&action=...

[Fixed - Kier]

CeleronXT
Sun 1st Dec '02, 1:55pm
Does something like that matter? Should I change mine to reflect this?

Chen
Sun 1st Dec '02, 2:06pm
Originally posted by CeleronXT
Does something like that matter? Should I change mine to reflect this? It only affects your guests and users who don't use cookies.

Brad.loo
Sun 1st Dec '02, 5:52pm
faq3 template
this:
<img src="images/edit.gif" width="58" height="18">
sould be this:
<img src="images/edit.gif">
[Fixed - Kier]

Stadler
Sun 1st Dec '02, 8:21pm
I think in standarderror<img src="$bburl/{imagesfolder}/vb_bullet.gif" align="absmiddle" alt="vBulletin" border="0">should be<img src="{imagesfolder}/vb_bullet.gif" align="absmiddle" alt="vBulletin" border="0">
[Fixed - Kier]
(although it's not really a problem... it's designed so that errors you see when logging into the Admin Panel don't have a red-x image in the standarderror table)

DWZ
Wed 18th Dec '02, 4:28am
Why do people find it so hard to read the description of this forum?Please use this forum to discuss any bugs/issues in the vBulletin 2. Post new threads in the troubleshooting forum and a moderator will move it to this forum when it is confirmed as a bug.

Paul
Fri 20th Dec '02, 3:29pm
Originally posted by DWZ
Why do people find it so hard to read the description of this forum?

I agree! :D

(This was a nasty message until someone pointed out to me that the post DWZ was referring to had been deleted.)

Stadler
Fri 20th Dec '02, 3:34pm
Originally posted by LoveShack
What I find even more annoying are people that find it too difficult to read the previous messages in a thread before replying.

What exactly is your point? Well, he didn't reply to me ... he replied to this post (http://www.vbulletin.com/forum/showthread.php?postid=387528#post387528) which has been moved to the Troubleshooting Forums.

[Edit:]Maybe someone should remove DWZ's post and the posts after his?

Paul
Fri 20th Dec '02, 3:39pm
Originally posted by Stadler
Well, he didn't reply to me ... he replied to this post (http://www.vbulletin.com/forum/showthread.php?postid=387528#post387528) which has been moved to the Troubleshooting Forums.

[Edit:]Maybe someone should remove DWZ's post and the posts after his? That's some shoddy moderating. Sorry DWZ. I thought you lost your marbles. :)

Beorn
Fri 20th Dec '02, 8:02pm
Whoohoo! Found one, but for the life of me, I can't figure it out....When you view showgroups.php, if you have no moderators, the right border on the column description is missing. You can see it on http://www.vbulletin.com/admindemo/showgroups.php
[Fixed - Kier]

DWZ
Sun 22nd Dec '02, 4:55am
lol, no problem - I'm looking at this thread in threaded mode so it looks obvious to me :o

Marco
Mon 17th Feb '03, 11:13am
Not sure if this counts as a template error... but here goes.

admin/index.php, line 76:

<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</b></b></TD>

Should ofcourse be:

<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</a></b></td>

Steve Machol
Mon 17th Feb '03, 11:24am
Marco, this is not a template issue. Please post a new thread in Troubleshooting specifying the exact bug you think this is fixing. Thanks.

vBR
Mon 17th Feb '03, 11:29am
*edit*

Steve Machol
Mon 17th Feb '03, 11:30am
Modifying php scripts is not a template issue.

vBR
Mon 17th Feb '03, 11:31am
Modifying php scripts is not a template issue.LOL :D
My bad :rolleyes:

Kier
Sat 22nd Feb '03, 11:20am
Not sure if this counts as a template error... but here goes.

admin/index.php, line 76:

<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</b></b></TD>

Should ofcourse be:

<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</a></b></td>
Just fixed this

Marco
Sat 22nd Feb '03, 11:42am
Just fixed this
Again (http://www.vbulletin.com/forum/showthread.php?threadid=65391)? :D

Kier
Sat 22nd Feb '03, 11:48am
Yeah... looks like in getting rid of the extra </b> tag I forgot to replace it with a </a> tag ;)

Marco
Sat 22nd Feb '03, 1:42pm
BTW... how's about removing the session hash from that URL? I've already pointed out here (http://www.vbulletin.com/forum/showthread.php?threadid=65300) that it doesn't seem to do much good. Or is it there for security reasons?

Kier
Sat 22nd Feb '03, 1:45pm
Okay, done that...

Marco
Sat 22nd Feb '03, 1:48pm
That was fast :)

Thanks.