![]() |
vbRosterMaster
A mod that displays your Everqeust II guild roster.
This is a port of the Stand Alone version by Eric Sauvageau (and therefore isnt all my code) There was PHP template code in there and Ive changed a lot of it into vBulletin templates but some still exists. It was faster to leave it in php but I might change it a later version. Changes Plugin / Hook : 3 Templates : 12 If you use it, PLEASE click Installed. This is my first ever released mod. If you find a bug or have a suggestion, please post it, I want to make people use it and like it. 10 Nov 2007 - Updated a page to fix the missing navbar, school boy error, sorry, just extract the files in rostermaster_navbar_fix.zip, overwritting the existing one Troubleshooting If you follow all the instructions and your roster wont update. - Turn off CURL support in the admin settings. Its enabled by default and it seems that a lot of PHP hosts dont support it. Will be fixed in the next version of the code |
First post, reserved for future use, give me a couple of minutes to get it uploaded
|
Interesting. Looks neat. Never did get into those games. You should have the usernames marked up they look too plane with everythng else being flashy. Keep up the good work
|
Pedigree, post your info here on the EQ2 Rostermaster board so they can see your work.
Thanks for working on this! |
Quote:
|
Quote:
Linking forum userid to the character(s) is brilliant though. You now have a game data->forum data link and allows for all kinds of neat tricks on the postbit I am thrilled with this mod, kudos pedigree Installed here btw http://www.eq2trinitas.com/forum/rostermaster.php? edit; what table do you store userid -> character ids in ? |
table_prefix . "_roster_master"
thanks, I tried :) the problem with postbits that I found on the last autoimport roster code I wrote is that no one fulls them in properly, sounds familiar?? :) If you claim a toon, there is a JOINable way to get a forum account/game ID linked |
This is definitely a great port, my members are already loving it. Thanks again.
|
Quote:
Yes exactly what I was getting at. Keep up the good work. |
I love the roster! However I am running a guild that s going to be for Warhammer Online and as they do not have a automatic download for their characters is there any way you can set t up that I or the members on the forums can enter their own information?
Also it would be nice if there were a few more fields such as race. I guess what I am looking for is a more generic version as there would be alot more guilds picking this up to use it. |
Firstly, thanks :)
Secondly, its all built around importing data so a "generic" version would be better done in HTML or as a template without all the import code :( Race, well, Im sure that cant be too hard to add :) |
Quote:
Touch? |
ran into these errors today
Quote:
|
Hmm, I found one bug in the code, only obvious when you have cookies disabled but I havent seen this one.
infernopermissions isnt a row that vbRostermaster adds, its RPG inferno and it seems to be a known issue https://vborg.vbsupport.ru/showthrea...=103792&page=5 |
ok cleared out all the inferno stuff.
I reinstalled and ran the task now when i go to \forums\rostermaster.php i get this error.. its as if it didnt pull anything from the sony website Quote:
|
I suggest you read the documentation when you install something next time. Thats not an error, its a notification that you dont have any data imported. You need to run a scheduled task to import the database
4 - Run the Scheduled Task once to populate the database with your guilds information. The task will run once per hour afterwards. (AdminCP -> Scheduled Task Manager -> RosterMasterUpdate -> Run Now) |
Ive got a new version of the code that Im going to work on that displays by group, either rank, class or crafting goon.
|
I am not sure what I did wrong...
I am using PHP Version 5.2.3 and mysql 5.0.41 When I try and run the scheduled task to populate the database I get the following error: Code:
RosterMasterUpdater any suggestions? |
Whats the guild ID and guild name? Ill get a box installed with those mysql/php versions and try an import. If ti all goes well my end, Ill add some more debug code to the updater and see just whats going on? What path do you have the forum installed into? / or /forums?
|
Quote:
Code:
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized. But i am still having an issue, i get the following error: Code:
Database error in vBulletin 3.6.7: |
Well sorry for the confusion...
It appears that after I changed the PHP.ini to allow short tags, I uninstalled the product reinstalled and the tables were then created in the DB. Problem solved. Thanks! |
Good, I was scratching my head for a minute there until I woke up this morning and though "oh, short tags". What Ill do in the next version is replace all the short tags with <?php long tags.
Did you click installed??? :) |
how can I change the color of the cell padding? I would like it darker
|
Can you post a screenshot of the area as an example? The cell padding is all taken from your skin style but it can be editted in the PHP file or template. PM me your URL and I can have a look
|
Quote:
http://img517.imageshack.us/img517/2483/image2bt8.jpg I want to change the white bars, to something darker to match my style. also I noticed the roster page wasn't updating, so I ran it under scheduled tasks and got this error: Quote:
|
Yeah, I found that one. Edit the PHP file and, on line 760, change sql_query to just query. Ive uploaded the fix for that just now
Ill dig around in the mod tonight for you. |
Two ways of doing it, both in the same template
Edit template RosterMaster / rostermaster search for HTML Code:
<table class="tborder" style="border-collapse:collapse" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="1" width="100%" align="center"> Change the HTML Code:
border="1" HTML Code:
border="0" Change HTML Code:
style="border-collapse:collapse" HTML Code:
style="border-collapse:collapse; border-color: black;" |
Quote:
EDIT*** Ok I just tried to change the border color, and its not working... I tried "black" and "#000000" but it still stays white =\ |
uhh no files uploaded?
|
its in the zip file in the first post of the thread. Its the includes/cron file.
|
I HATE IE, its the most god awful non-compliant crap out there but some people still use it (I dont care, I dont code for it) .
If your borders are some colour you didnt expect, its because of IE. Edit rostermaster.php Find line 524(ish) and replace it with this HTML Code:
if($vbulletin->options['rostermaster_char_mapping']) { If you must have IE, maybe just use the borders="0" fix, its easier and looks much better |
Quote:
|
Since this is using vbulletin, is it possible to allow other users to create a roster page for themselves? Instead of just one standalone?
|
Not with this, if they want to create their own roster (no idea what they would have in it), then youll need to use something else.
|
Great mod, but for some reason it totally ignores my $navbar (which is by default on top of pretty much every vB template and also on top of the rostermaster templates).
So the roster page is kinda cut off the rest of the forum... |
Hmm, Ill look at the template code and see why its doing that.
|
Not sure if that helps, but I might add that after a fresh install with unpopulated DBs (as long as it says "No roster data has been found in the database") the $navbar works just fine.
But as soon as I run the cronjob to pull the data, the $navbar just disappears... (The actual roster script works perfectly fine, though.) [edit] Clicked on the link to the Trinitas board in this thread, and seems like they got the same issue - missing vB navbar on top. |
Quote:
Any ideas? Great work btw : Alli |
Have you put a correct guild id in the admin section?
Ive just finished my current project but Ill get on this one over the weekend. Whats the guild ID youre using? Ill use that for testing the code |
http://eq2players.station.sony.com/g...uildId=2025303
Took this guild id and the name hmm Gimme a shout when youre online :) |
All times are GMT. The time now is 05:03 PM. |
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:
|