The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
|||
|
|||
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']) { $columns_array['username'] = "<td style=\"border-color:black;\">{$line['username']}</td>"; $columns_array['type'] = "<td style=\"border-color:black;\">{$line['char_type']}</td>"; } $columns_array['name'] = "<td style=\"border-color:black;text-align: center\"><a href=\"http://eq2players.station.sony.com/en/characters/character_profile.vm?characterId={$line['Char_id']}\"$target>{$line['Name']}$tmplastname</a></td>"; $columns_array['rank'] = "<td style=\"border-color:black;border-right: none; width: " . $vbulletin->options['rostermaster_rankwidth'] . "px \">" . $imagerank . "</td><td style=\"border-color:black;border-left: none; text-align: left\">{$line['Rank']}</td>"; $columns_array['advclass'] = "<td style=\"border-color:black;border-right: none; width: " . $vbulletin->options['rostermaster_advwidth']. "px \">" . $classimagename . "</td><td style=\"border-color:black;border-left: none; text-align: center\">{$line['Adv_Class']}$classlevelsep({$line['Adv_Level']})</td>"; $columns_array['tradeclass'] = "<td style=\"border-color:black;border-right: none; width: " . $vbulletin->options['rostermaster_artisanwidth']. "px \">" . $artisanimagename . "</td><td style=\"border-color:black;border-left: none; text-align: center\">{$line['Art_Class']}$classlevelsep({$line['Art_Level']})</td>"; $columns_array['status'] = "<td style=\"border-color:black;\" align=\"right\">$formattedstatus</td>"; $columns_array['quests'] = "<td style=\"border-color:black;\" align=\"right\">$formattedquests</td>"; $columns_array['joined'] = "<td style=\"border-color:black;text-align: center\">".vbdate($vbulletin->options['dateformat'], $line['Joined'], 1)."</td>"; If you must have IE, maybe just use the borders="0" fix, its easier and looks much better |
#33
|
|||
|
|||
Oh, hmmm, weird, I attached it but Ive uploaded it again now.
|
#34
|
|||
|
|||
Since this is using vbulletin, is it possible to allow other users to create a roster page for themselves? Instead of just one standalone?
|
#35
|
|||
|
|||
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.
|
#36
|
||||
|
||||
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... |
#37
|
|||
|
|||
Hmm, Ill look at the template code and see why its doing that.
|
#38
|
||||
|
||||
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. |
#39
|
|||
|
|||
Quote:
Any ideas? Great work btw : Alli |
#40
|
|||
|
|||
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 |
#41
|
|||
|
|||
http://eq2players.station.sony.com/g...uildId=2025303
Took this guild id and the name hmm Gimme a shout when youre online |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|