Quote:
Originally Posted by Taurus1
I want to thank you guys for this awesome product!! Installed and working great!!
I just have one question. If I want to insert the link to vboffers manually to my navbar, what is that code please?
I have different styles, and not all has the normal navbar, so I need to know what the code is to manually insert the link to the relevant templates.
Thanks!!
|
The code to manually place the link on your navbar is:
Code:
<td class="vbmenu_control"><a href="$vboptions[bburl]/offers.php?">$vbphrase[vboffers]</a></td>
You can also put it in the quick links dropdown menu with this:
Code:
<tr><td class="vbmenu_option"><a href="$vboptions[bburl]/offers.php?">$vbphrase[vboffers]</a></td></tr>
All of this code needs to go in your navbar template.
Quote:
EDIT: I downloaded and installed one of the offers (digsby) to see how the points and 'badge' display. But after installation, no points or badge. Is there something wrong here? Also, when I click on some of those offers (Links) I get a 404 page not found error.
"Not Found The requested URL 3419-4592=7ip8PQ7a8iG4DoLKENrA6A==|T7B28Y51NnOmCnLVbOz2 AaMqLwTqQTa5+ifGjgUeNq/lXYJXyZyQrDXnqBikHi/E8E0svvq7O2PfkuCuotZLzFgBprjQ8e5jzsS12unqbFzQtahZU aJtIkXAgrcL9lySOOmZ5QtL1KxoIskjvoMQKA==; was not found on this server."
|
Can you PM me your forum URL so we can take a look at the points and URL issue?
The badge should get posted within 24 hours once enough points have been earned. The necessary calculations are run and generated via a scheduled task that runs once per day. You could certaintly edit this to run more frequently from within your admincp area.