PDA


View Full Version : Quick Moderation links have extra /


eclectica
02-09-2006, 04:41 PM
I edited my adv_portal_moderation template to remove the slash in 5 lines because I was getting a double // after forum and the link was failing.

For example, all five of them were changed in a similar fashion, from this:
2="$vboptions[bburl]/$modcpdir/moderate.php?do=posts"
to this:
2="$vboptions[bburl]$modcpdir/moderate.php?do=posts"

Is this an error in the template that I fixed?

Brian
02-09-2006, 04:49 PM
Did you check the bugs forum? ;)

eclectica
02-09-2006, 05:08 PM
Thank you, it is here
http://www.vbadvanced.com/forum/showthread.php?t=14324

Anyways I described the solution incorrectly because I forgot the whole modcp in my fix of the link.