The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#812
|
||||
|
||||
Thats my problem, its only giving that amount of EXP per NEW THREAD. Its not giving any exp for a reply. I have a character with 195 exp, when I reply to other people's threads I get 0 exp. When I create a new thread of my own, I get 5exp. Any ideas?
|
#813
|
||||
|
||||
If you are sure you set the points per reply prop, then you have found a "bug" that only affects your forum outta the 200+ users that downloaded this
In other words, no clue what to do :P |
#814
|
||||
|
||||
Honestly I'm leaning toward it being a file edit that I have done wrong somewhere. I don't believe its a 'bug' I believe that this is something I've done. I was just looking for some input on what you guys think that I may have missed or messed up. I would be happy to take suggestions, as opposed to looking over all of the file edits 1 by 1. So, if you have any thoughts on where this might be, I'm all ears.
|
#815
|
|||
|
|||
Hi I been told by transverse styles to come to here for help.
my problem is in navbar transverse works with some different code as in vbb default . you have your code for the navbar addon but transverse uses this one: Code:
if condition="$show['registerbutton']"> <td class="vbmenu_control"><a href="register.php?$session[sessionurl]">$vbphrase[register]</a></td> </if> So now I would like some help with this and hope someone can because this sucks thanks in advance. Ts reply: Quote:
|
#816
|
||||
|
||||
I assume you tried to install the dropdown version of the navbar addons.
Well see I didn't make that, so I dont know why it wont work... sorry. You can try installing the other one, that uses no jscript. |
#817
|
||||
|
||||
BTW, I did find out what was wrong. In the new reply file edit in the instructions:
Code:
##################################### pick open newreply.php ##################################### ######### find ######### // fetch the quoted post title $_POST['title'] = fetch_quote_title($postinfo['title'], $threadinfo['title']); } |
#818
|
|||
|
|||
I installed both navigations (drop down, and seperate bar) and the links dont work. I get this error
Code:
Database error in vBulletin 3.0.3: Invalid SQL: SELECT user.userid, user.username, user.rpgclass, user.element, user.rpgrace, user.rpgtype AS rpgtype, user.alignment, user.rpggender, user.posts, user.maxhp, user.maxma, user.maxpp, user.inbattle, user.xp, user.ma AS uma, user.hp AS uhp, user.pp AS upp, user.ap AS uap, user.uttpoints AS money, rpg_battle_options.namefield AS namefield, userfield.*, rpg_battle_options.exprate, rpg_battle_options.privacy AS battleprivacy, rpg_items_user.*, rpg_battle_stats.*, rpg_rpg_race.name AS rpgracename, rpg_rpg_race.alignment AS rpgalignmentname, rpg_rpg_classf.name AS fclassname, rpg_rpg_classf.folder AS fclassfolder, rpg_rpg_classm.name AS mclassname, rpg_rpg_classm.folder AS mclassfolder, rpg_rpg_element.name AS elename FROM rpg_battle_options LEFT JOIN user ON user.userid=1 LEFT JOIN userfield ON userfield.userid=user.userid LEFT JOIN rpg_items_user ON rpg_items_user.userid=user.userid LEFT JOIN rpg_battle_stats ON rpg_battle_stats.userid=user.userid LEFT JOIN rpg_rpg_classf ON rpg_rpg_classf.id=user.rpgclass LEFT JOIN rpg_rpg_classm ON rpg_rpg_classm.id=user.rpgclass LEFT JOIN rpg_rpg_element ON rpg_rpg_element.elementid=user.element LEFT JOIN rpg_rpg_race ON rpg_rpg_race.raceid=user.rpgrace AND rpg_rpg_race.alignmentid=user.alignment mysql error: Unknown column 'user.uttpoints' in 'field list' mysql error number: 1054 Date: Sunday 26th of December 2004 06:06:01 PM Script: http://www.shiburaonline.com/rpgcp.php? Referer: http://www.shiburaonline.com/index.php? Username: givemeplain IP Address: 67.123.84.48 oh, and also I'm really new at this. Do I just download the two images.zips and upload them to my image folder in vbulletin? Thanks |
#819
|
||||
|
||||
Quote:
Code:
################### # NAVBAR template # ################### Find: -------------------------------- <td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td> Above add: --------------------------------- <if condition="$show['member']"> <td class="vbmenu_control" id="rpg"><a href="#rpg">RPG</a> <script type="text/javascript"> vbmenu_register("rpg"); </script></td> </if> Find: -------------------------------- <!-- / NAVBAR POPUP MENUS --> Above add: --------------------------------- <if condition="$show['member']"> <!-- RPG Menu --> <div class="vbmenu_popup" id="rpg_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">RPG</td></tr> <tr><td class="vbmenu_option"><a href="rpgcp.php">RPG Main</a></td></tr> <tr><td class="vbmenu_option"><a href="battle.php">Battle Arena</a></td></tr> <tr><td class="vbmenu_option"><a href="itemshop.php">Itemshop</a></td></tr> <tr><td class="vbmenu_option"><a href="profile.php?do=updaterpg">Edit Your Character</a></td></tr> <tr><td class="vbmenu_option"><a href="heal.php">Healing Center</a></td></tr> <tr><td class="vbmenu_option"><a href="battle.php?action=showbattlestats">RPG Top 10</a></td></tr> <tr><td class="vbmenu_option"><a href="battle.php?action=showuserstats">Check Your Stats</a></td></tr> <tr><td class="vbmenu_option"><a href="clancp.php">Clan CP</a></td></tr> <tr><td class="vbmenu_option"><a href="lottery.php">Lottery</a></td></tr> </table> </div> <!-- / RPG Menu --> </if> ################# Done. Code:
<!-- NAVBAR POPUP MENUS --> |
#820
|
|||
|
|||
Thanks for quick reply, but I don't think that is the problem
see http://www.shiburaonline.com/index.php? the nav looks like it works fine, but when you click on one of the links it gives the mysql error. not sure what's wrong =(! |
#821
|
||||
|
||||
You should try rerunning the installer, if you haven't already. It seems that it delted the tables, but didn't recreate them.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|