Quote:
Originally Posted by WEBclay
Thanks a lot for you suggestions. I think I have to turn it on in that case for all registered members 
|
No problem WEBclay.
Quote:
Originally Posted by Jay-MOB
Yep, that's the one!
Could you send me the template edit, or well the code I need to edit?
Can you PM me the code, as I want to become better at programming myself, rather than other people doing the work for me!
Cheers in advance!
Jay
|
Well Jay, if you want to really start learning a bit.... I'll start you off and see if you can't suit it to your forum. Now this is it in the vB navbar form and not how it is on the profiles, if you want that, I might be able to set you up with it though. To do it as I am describing, a second navbar, login to your vB Admin CP, click Style & Templates, click Style Manager, find the style you want to edit and click Edit Templates. From there, click Navigation/Breadcrumb Templates and then click navbar.
Now you're style could differ from mine, but look for something like <!-- / nav buttons bar --> which is signaling the end of the navbar code, after that put this in but adjust the url to fit your forum's of course, and if you want the link text to be different, feel free to adjust it as needed. I tested this on my forum and it worked fine, if you have troubles, you can open up a ticket at Zoints.com and I'll try to sort it out for you Jay.
(Also, you can change the "thead" to "tcat" or "tfoot" if you like the color/image the style has there better.)
Code:
<!-- nav buttons bar1 -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="thead"><a href="http://www.yourforum.com/forums/index.php">Forums</a></td>
<td class="thead"><a href="$vboptions[zointsprofile_zurl]?id=$bbuserinfo[userid]">My Profile</a></td>
<td class="thead"><a href="http://zoints.com/communities/">Zoints Communities</a></td>
<td class="thead"><a href="$vboptions[zointsprofile_zurl]?id=$bbuserinfo[userid]&g=privacy">Privacy</a></td>
<td class="thead"><a href="http://www.yourforum.com/forums/z/z.php?cmd=settings">Settings</a></td>
</tr>
</table>
</div>
<!-- / nav buttons bar1 -->
Quote:
Originally Posted by joshbond
Hi, I'm trying to upgrade.
In the instructions in the first post it says: "Download the new zip file" There are 2 zip files. Which one should I downlaod?
Also, since I moved servers a lot of the functions are not working I suspect its because of chmod issues. What folders need to be chmod'd for everything to work correctly?
|
If the vB product is installed Josh, please just download and install zlocal 1.0.4b.zip
Please refer to the readme file in the above zip for which folders to chmod. Also, since you move servers a lot, you might have some configuration troubles (unless you adjust that as you move, since Zoints calls to the server path it was installed from.)
- Reid