![]() |
Quote:
i'd appreciate it if you or someone can make me a code so the popup shows up in quicklinks instead of a seperate link popup in nav |
Quote:
Login to your vBulletin Admin CP, click on the Style Manager and click Edit Templates on whichever style you want to edit. As always, with any template you are going to edit (if customized in any way either by you or a skin designer), save it in advance. Go to the template where your User CP is listed (for most, it's under Navigation/Breadcrumb Templates, then navbar) and from there look for a line like: Code:
<!-- user cp tools menu --> Code:
<tr><td class="thead">$vbphrase[quick_links]</td></tr> Code:
<tr><td class="thead">$vboptions[zointsprofile_title]</td></tr> I hope this helps you out, again, make sure to save in advance so you can revert without worry. If you have troubles, open up a ticket at network.zoints.com with a temporary admin account with style permissions and I should be able to get it done (like I mentioned, it's hard to know all the style differences when listing code like this.) - Reid |
Has there been any movement forward in using the database to store the member data rather than many hundreds of folders?
We (and many others, fact) have not been able to use this mod simply because we are hosted on a server with safemode=on and are discriminated against by some coders that refuse to recognise our plight as being relevant. |
Quote:
http://network.zoints.com/forumdisplay.php?f=41 That way, I will be able to suggest that for future development (which is a bit more my forte) and have an actual forum owner such as yourself who is interested to back that suggestion. Of course I am suggesting it no matter what, but hopefully that would help push the engineers to working on it if it's a possibility. Anyone else who has been limited from using Zoints for the reason gothicuser has mentioned, I would suggest doing the same. Thanks for bringing this to my attention. - Reid |
Quote:
I have posted it there, many times over the past year in fact, just to be told initially that yes, it would be sorted by the next release, then yes, it would be sorted in the future then hmmmm, dunno!! and finally to be ignored. So literally any response is a step forward :D |
Quote:
Like I said, I really can't speak to whether it's doable and if so, will it get done.... but I will make an effort for you and anyone else who would like to see this. And I apologize if your requests have gone unnoticed over your last few attempts. - Reid |
Quote:
hey m8 i found this. <if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['member']"> <!-- user cp tools menu --> <div class="vbmenu_popup" id="usercptools_menu" style="display:none"> |
Quote:
- Reid |
Quote:
<if condition="$show['member']"> <!-- user cp tools menu --> <div class="vbmenu_popup" id="usercptools_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> FULLY WITH THIS ONE : <tr><td class="vbmenu_option" align="$stylevar[left]"> <a href="$vboptions[zointsprofile_zurl]?id=$bbuserinfo[userid]">$vbphrase[zointsprofile_my_profile]</a> </td></tr> |
Silence88, this should help below.
(Remember to save the original first.) Find: Code:
<if condition="$show['member']"> Code:
<tr><td class="thead">$vboptions[zointsprofile_title]</td></tr> - Reid |
All times are GMT. The time now is 02:56 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:
|