The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Toplist Details »» | |||||||||||||||||||||||||
Toplist
Developer: derekivey Version: 2.0.0 vBulletin Version: 3.5.5 (Seems to work fine on 3.6.0) File Edits: 0 Template Edits: 2 (Optional) New Phrases: 294 Uses Plugins: Yes! Difficulty: Easy Description: This hack adds a Toplist to your forums. You can choose in the AdminCP whether to rank the sites by their In hits or their Out hits. It is fully phrased to make it easy to translate to another language if you need to. The users are able to add a site, edit, or delete their site if they added it. The Administrators can Edit the users' sites or Delete them. This hack is for vBulletin 3.5.5. *** I Strongly Recommend That You Backup Your Database Before Installing/Upgrading This Hack! *** Planned features for a later release:
The change log is now available here. Screen Shots I have added screen shots of this hack in action below. More screenshots are located here. Demo You can find demo information here. Translations You can find a French translation of this hack here. For a How To on Editing the Dynamic Image, See this Post. Please click Install you installed this hack. Thanks! Supporters / CoAuthors Show Your Support
|
Comments |
#1112
|
||||
|
||||
Quote:
|
#1113
|
||||
|
||||
I'm having issue register user was able to add but can't edit or delete there site. I follow this instruction:
https://vborg.vbsupport.ru/showp...&postcount=945 but still got the same error. I was able edit or delete login as ADMIN. I check my usergroup option for "Register" which have access to delete or edit site. If I manually go to this link login in as register user: http://www.khmerclub.org/forums/edit_site.php I got this error msg: timmy, you do not have permission to access this page. This could be due to one of several reasons: Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. Any other suggestion ? Thank Angkor |
#1114
|
||||
|
||||
Quote:
-b6 |
#1115
|
|||
|
|||
Quote:
Derek |
#1116
|
|||
|
|||
Quote:
Derek EDIT: Wait, not sure how to do that for edit site though, like what if they select multiple sites? |
#1117
|
|||
|
|||
Hi derek
I have edited the line(s) of code in toplist_1 as suggested to correct the Delete Site ] [ Report ] and now it correctly displays just report, thanks for that however members still have no link visible to be able to edit or delete their own entries from the toplist. Each usergroup has the appropriate permission in the Usergroup Editor under Toplist Permissions and if they go directly to edit_site.php?id=X they can successfully edit. |
#1118
|
|||
|
|||
Hmm... can you paste the contents of that template here in tags?
Thanks, Derek |
#1119
|
|||
|
|||
Sure.
It has been edited to remove the vote function as per the instructions earlier in this thread but we have also tried it with the templates reverted back to the original. I may have missed something though... Code:
<tr align="center"> <if condition="$cat != 1"> <td class="alt2">$rank</td> </if> <td class="alt1"><a href="$vboptions[bburl]/out.php?id=$sr[id]" target="_BLANK">$sr[name]</a><br />$sr[description] <if condition="$bbuserinfo['username'] == $sr['username']"> <if condition="$permissions['toplistpermissions'] & $vbulletin->bf_ugp['toplistpermissions']['caneditsites'] OR $vbulletin->bf_ugp['toplistpermissions']['candeletesites']"> <br /> </if> <else /> <if condition="$permissions['toplistpermissions'] & $vbulletin->bf_ugp['toplistpermissions']['canadminsites']"> <br /> </if> </if> <if condition="$bbuserinfo['username'] == $sr['username']"> <if condition="$permissions['toplistpermissions'] & $vbulletin->bf_ugp['toplistpermissions']['caneditsites']"> [ <a href="$vboptions[bburl]/edit_site.php?id=$sr[id]">$vbphrase[toplist_edit_site]</a> ] </if> <else /> <if condition="$permissions['toplistpermissions'] & $vbulletin->bf_ugp['toplistpermissions']['canadminsites']"> [ <a href="$vboptions[bburl]/edit_site.php?id=$sr[id]">$vbphrase[toplist_edit_site]</a> ] </if> </if> <if condition="$bbuserinfo['username'] == $sr['username']"> <if condition="$permissions['toplistpermissions'] & $vbulletin->bf_ugp['toplistpermissions']['candeletesites']"> [ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]">$vbphrase[toplist_delete_site]</a> ] </if> <else /> <if condition="$permissions['toplistpermissions'] & $vbulletin->bf_ugp['toplistpermissions']['canadminsites']"> [ <a href="$vboptions[bburl]/delete_site.php?id=$sr[id]">$vbphrase[toplist_delete_site]</a> ] </if> </if> <if condition="!is_member_of($bbuserinfo, 1)"> [ <a href="#" onclick="javascript:window.open('$vboptions[bburl]/toplist.php?do=report&id=$sr[id]','report','menubar=0,resizable=1,width=320,height=220');return false;">$vbphrase[toplist_report]</a> ] </if> </td> <if condition="$vboptions['toplist_show_user_banners'] == 1"> <if condition="$sr['imagecode'] != '' AND $sr['in'] >= $vboptions['toplist_number_of_in_hits_until_banner_shows']"> <td class="alt2" width="88"><a href="$vboptions[bburl]/out.php?id={$sr[id]}" target="_BLANK"><img src="$vboptions[bburl]/toplist_image.php?do=view&id=$sr[id]" border="0" alt="" /></a></td> <else /> <td class="alt2" width="88">$vbphrase[toplist_none]</td> </if> </if> <td class="alt<if condition="$vboptions['toplist_show_user_banners'] == 1">1<else />2</if>" width="50">$sr[in]</td> <td class="alt<if condition="$vboptions['toplist_show_user_banners'] == 1">2<else />1</if>" width="50">$sr[out]</td> <td class="alt<if condition="$vboptions['toplist_show_user_banners'] == 1">1<else />2</if>" width="50">$sr[views]</td> </tr> |
#1120
|
||||
|
||||
Quote:
-b6 |
#1121
|
||||
|
||||
derekivey, I don't see any option that say usergroup editor. All I see in my toplist is:
toplist option toplist sites add site catergoies mass delete site inactive sites suspended sites mass suspended sites reported sites reset toplist Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|