![]() |
Thanks installed.
|
Any idea how to get the link to work with Vba CMPS, the link goes to "link not found" on my homepage. It's fine in the forums area though.
|
I found a error?
When i click on the link this came up in the adressbar /forumet/\"search.php?do=getnew\" and the side Quote:
Edit I found it my mistake at the dup_posts texts |
Quote:
Go to: vBulletin Options>Display Unread Posts and Reputation. In Links Prefix Path, put something like: "http://www.yousite.com/forums/" since search.php is in there. |
Quote:
|
Thanks for releasing a useful mod, Paul. :)
I'm curious if there's a way the script can look for "<!-- unread posts -->" instead of (where highlighted in red): Code:
$vbphrase['welcome_x_link_y'] .= '</strong><br />'.$unread.'<strong>'; // 3.7 Onwards Phrase When I replace the red with "<!-- unread posts -->" it gave me a parse error. :o As a resolve I either removed $unread (in blue) or removed the red (shown below): Code:
'</strong><br />'.$unread.'<strong>'; // 3.7 Onwards Phrase The mod seems to work when either edit was applied. Is that ok or is there a more efficient way of doing it? |
Sorry, Im not following what your trying to do (or why ?).
FYI, It doesnt look for anything, it appends itself to the relevant phrase. |
Quote:
I've successfully moved $unread so the mod will display where I want it to (and not after last visited phrase) by commenting out those lines of codes. I was just wondering if by commenting out those lines of codes (below) would harm vB or the codes in any way: Code:
// $vbphrase['welcome_x'] .= '</strong><br />'.$unread.'<strong>'; // 3.6 Phrase :) |
Nice mod, Paul...thanks!
|
Quote:
Quote:
|
All times are GMT. The time now is 03:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|