The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I change the 'Mark this forum read' link to link to the main community page and not that individual forum?
I'd like the link to lead to the main forum page (like it does at Ezboard) instead of the specific forum that I'm marking read. Is there something in a template that I need to modify? I'm using version 2.2.0. Thanks. |
#2
|
||||
|
||||
Hi again.
In forumdisplay.php, replace this: Code:
if ($url=="") { $url="index.php?s=$session[sessionhash]"; } $url = str_replace("\"", "", $url); eval("standardredirect(\"".gettemplate("redirect_markreadforum")."\",\"$url\");"); Code:
$url="index.php?s=$session[sessionhash]"; eval("standardredirect(\"".gettemplate("redirect_markreadforum")."\",\"$url\");"); |
#3
|
|||
|
|||
Thank you, thank you both!! It works like a charm now! leased:
|
#4
|
||||
|
||||
[QUOTE]Originally posted by admiralapril
Thank you, thank you both!! It works like a charm now! leased: |
#5
|
|||
|
|||
Quote:
|
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
[QUOTE]Originally posted by FWC
LOL! While I was posting FireFly beat me to the punch. I deleted mine so I didn't look slow and redundant. |
#8
|
|||
|
|||
I'm glad that I don't look like I'm seeing things anymore.. LOL leased:
|
#9
|
||||
|
||||
I wonder if there is a way to make this:
Code:
$url="index.php?s=$session[sessionhash]"; |
#10
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|