Quote:
Originally Posted by mholtum
* Installed
I have one issue. When I click the "View 0 New Hidden Posts" it takes me to mydomain.net/search.php?do=findhiddenposts&special=getnew and it should take me to mydomain.net/fourms/search.php?do=findhiddenposts&special=getnew
Any idea as to how to fix this?
|
Edit the "Auto-inject template edits." plugin and change:
PHP Code:
$vbphrase['welcome_x_link_y'] .= "</strong><br /><a href=\"search.php?$session[sessionurl]do=findhiddenposts&special=getnew\">View $newhiddenposts New Hidden Posts</a><strong>";
Quote:
Originally Posted by W!cKeD
Port it please to vb 4 thanks 
|
Maybe =)
Quote:
Originally Posted by New Joe
There is no Hide Post? box to tick.
Any idea why?
|
It looks for the following code in SHOWTHREAD, so it can auto-inject the check box:
HTML Code:
<label for="qr_quickreply"><input type="checkbox" name="quickreply" value="1" id="qr_quickreply" accesskey="w" tabindex="4" />$vbphrase[quote_message_in_reply]</label>
If that code isn't there (which would be odd), that's why.