vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Profile Enhancements - Customizable Roster (Member List) (https://vborg.vbsupport.ru/showthread.php?t=141311)

cerulean 04-13-2007 04:32 PM

Quote:

Originally Posted by Sarcoth (Post 1226760)
Cerulean - What file do you mean? This Mod has no connection to WoW or any other game, it should be useable for just about any site or for any reason. I use it for my Vanguard: Saga of Heroes guild. My Mod can work well with the Extra Profile Field hack if that is what you mean. I think using that hack will make it easier to use this Mod if you are using profile fields.






Main Settings
SQL Debug Output on off
Debug Mode on off
SQL Window on off
Min CP Version
Min GP version
Min PvPLog version
Roster Main Language deDE -enUS- esES frFR
Website Address
Roster URL
char.php Compatibility Mode on off
Interface Directory URL
Interface Image Extension -jpg- png gif
Alt Interface Image Extension jpg png -gif-
Roster Images Directory URL
Timezone
Time Offest -12 -11 -10 -9 -8 -7 -6 -5 -4 -3.5 -3 -2 -1 -0- +1 +2 +3 +3.5 +4 +4.5 +5 +5.5 +6 +6.5 +7 +8 +9 +9.5 +10 +11 +12 +13
Allow upload of PvPLog Data yes no
Addon Update Triggers on off

When I go into the Admin.php file and hit Guild config I get a block for

Guild Name
Server Name
Guild Description
Server Type -PvE- PvP RP RPPvP
Alt-Text Search
Alt-Search Field -Player Note- Officer Note Guild Rank Number Guild Title



And if I click on Roster tab I get - Could not find guild: 'The GuildFriends' for server ''
You need to load your guild first and make sure you finished configuration

Click here for installation instructions



Also when I click on update progile it is asking for CharacterProfile.Lua and PvPLog.Lua.

Where to some of these files exist or where do I add them.

If I have to add them what format do I need?

Sarcoth 04-15-2007 03:23 PM

@ lulanglo - I'm back in town and should have the sorting feature posted this week. I didn't change anything in my joined date time, it is probably still from a default setting. My guess is you may have changed something regarding display date in the settings.

@ cerulean - That isn't from my Mod. The only admin settings to change for my Mod are in the usergroups and the phrases.

m002.p 04-15-2007 07:38 PM

Hey Sarcoth im looking forward to your new version. Ill keep myself informed of the progress you make.

Looking forward to the total member count & also the sorting bit ;)

Also a question; in the add-on (class stats) what could i use that for? Any ideas etc? Obviously my clan isnt based around the game you have so its a little tricky :(

Cheers & hope you had a good easter break from all this :p

Matt

m002.p 04-15-2007 08:55 PM

Ah i also had an addition to post regarding this mod which will need sarcoths approval before added to the mod as an option etc

Basically in order to have the feel of better intergration with the forums; the little touch of adding some info to the "whos online" page, rather than the current "Unknown Location" message may help you ;)

This is what you very simply need to do:

1. On your web FTP server find this file located in the forum directory:

Code:

/includes/functions_online.php
2. Open it via a text editor and find:
Code:

case 'bugs.php':
        $userinfo['activity'] = 'bugs';
        break;

3. Underneath add this code:

Code:

case 'showroster.php':
        $userinfo['activity'] = 'showroster';
        break;

4. Now find this code:
Code:

case 'modcplogin':
                        $userinfo['action'] = $vbphrase['moderator_control_panel_login'];
                        break;

5. After this code add:

Code:

case 'showroster':
            $userinfo['action'] = 'Viewing Clan Roster';
            break;

*Note: You can change the "Viewing Clan Roster" text to anything you desire but I would suggest using either "Viewing Clan Roster" OR "Viewing Guild Roster"

Hope it helps you add a final touch to this great mod :)

Matt

Sarcoth 04-17-2007 01:27 PM

Ahhh, yes. That "Who's Online" addition comes from one of my favorite articles, "How to create your own vBulletin-powered page!"; not sure if it was posted elsewhere. Thanks for pointing that out moo2.p. I'll definitely be sure to add that in my update.

I'm not really sure what you could use the class stats for. A possibility could be to show the number of people that play SWAT 4, SWAT 4: DSS, and BF2. The only problem is that some people can do more than one so it would be more difficult to code. You'd have to make a lot of changes to that field as well so personally it isn't worth going that route. Other than that, you could do it for countries, but you'd have to manually change it anytime someone joined from a new country. Too much work in my opinion. I don't think it is needed for your roster.

lulanglo 04-17-2007 04:54 PM

Quote:

Originally Posted by Sarcoth (Post 1228375)
@ lulanglo - I'm back in town and should have the sorting feature posted this week. I didn't change anything in my joined date time, it is probably still from a default setting. My guess is you may have changed something regarding display date in the settings.

@ cerulean - That isn't from my Mod. The only admin settings to change for my Mod are in the usergroups and the phrases.

Hey Sarcoth,
really nice to hear the sorting feature will be available soon ! we really apreciate all the time you are puting in this growing project !
for the joined date, i just dont know what to put in my showroster_userbits...

<td class="$bgclass" nowrap="nowrap">$user[joindate]</td> ????

Thank.

Luc

m002.p 04-17-2007 06:03 PM

To be honest it was a thread ive never seen. I knew that process due to coding I do on my own site and my knowledge of php code learnt at college. Nevermind, I will certainly follow up those threads.

Thanks for the info too Sarcoth, ill keep the add-on in my mind anyway :)

BTW... when is the new version of the mod expected?

Matt

Mookie 04-18-2007 09:40 PM

Sarcoth, I am loving the hack but a few admins on my gaming site and I are wondering, is it possible to have Multiple Rosters for each game that we play?


Thanks ahead of time.

EDIT: I am using 'Extra Profile Fields Page' for the guild roster profile input fields.

m002.p 04-19-2007 06:18 AM

Yes Mookie, I think it is.

You would need to rename the showroster.php each time along with any other uploads to something different.

Then for it to display correctly you would have to create secondary usergroups for each game and then mod which members appear on each roster. I think it maybe hard to do though and I wouldnt be inclined to try just incase :s

Maybe Sarcoth with know more.

However you could add an extra profile field called "games" then have a dropdown for the games your members play. Then add it to the roster with icons or just text.

Have a look www.sog-team.co.uk/forum/showroster.php

Good luck

Matt

Mookie 04-19-2007 07:06 AM

Let me see if i am understanding you. Each Guild Rank has to have its own Usergroup. Or is there a option where the user can select if he or she is a member of that game.

Also a few suggestions for a update would be:
  • Make a Option for addition of multiple games.
  • Option for user to select which games they would like to be display on.
  • A feature where the Web Admin can select the users rank and if not they go to a predetermined Rank.
  • Incorperate the 'Extra Profile Fields Page' into the hack to seperate the game input rosters.

And if you can do all this I will drop some money in that bank account :D


All times are GMT. The time now is 01:46 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
  • Page Generation 0.01273 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete