The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Templates are just there for the visual aspect, they don't take care of the core functionality.
It'll really have to be done with a plugin or hook. |
#12
|
|||
|
|||
Quote:
What do you suggest that I do then because I would like this done. Any suggestions would be greatly appreciated. |
#13
|
||||
|
||||
If you want it done faster, then either offer to pay someone for it, or code it yourself. not trying to be mean, I'm just pretty direct . I'm looking into it, but it will take me a bit, as I just started a new job and things are extremely hectic for me right now.
|
#14
|
|||
|
|||
Quote:
|
#15
|
||||
|
||||
Ok, after looking into this some, I feel you would probably be best served with the plugin I linked above. I think trying to display the members of each joinable group on the group listing page would not be very user friendly, as it could potentially make the page rather large. I have used Sarcoth's Roster mode a LOT and really like it. You can see an example of one of my sites using it here - http://www.lonestarcamaro.com/forums/rosterlite.php
|
#16
|
|||
|
|||
Quote:
I'm just looking to add a link that says "List Members" below the usergroup without having to be a usergroup leader. All registered users need to just be able to click "List Members" for every public usergroup and see who's in each different usergroup. |
#17
|
||||
|
||||
Ok, that would be doable, as long as you don't mind it displaying on a different screen or a pop-up
|
#18
|
|||
|
|||
Like when you select it, it brings you to a different page? That's fine. That's what it does currently when you click "List Members" for each usergroup. It's just that only the usergroup leaders are able to view that and I need it to show for all registered users.
|
#19
|
||||
|
||||
Ok, this is a manual edit, so if you upgrade vBulletin you might have to reapply it, but here it is quick and dirty:
Open Template: modifyusergroups_nonmemberbit Find: HTML Code:
<vb:else /> {vb:rawphrase anyone_free_to_join_group} </vb:if> HTML Code:
<a href="memberlist.php?usergroupid={vb:raw usergroup.usergroupid}">{vb:rawphrase list_members}</a> EDIT: Just noticed this gives a permission error. The permission is coded into memberlist.php, you can get around it by doing the following edits (These will be lost when upgrading vBulletin as this is editing a core file) Line numbers based on vB v4.2.3 Open: memberlist.php Find (lines 358-368): PHP Code:
PHP Code:
PHP Code:
PHP Code:
Find: HTML Code:
<vb:if condition="$show['usergroup']"> <input type="submit" class="button" value="{vb:rawphrase remove_selected_users}" /> HTML Code:
<vb:if condition="$show['usergroup']">
{vb:raw remove_selected_users}
|
#20
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|