![]() |
Since the style author doesn't seem to be providing support, I was wondering how I can compare and where I should look to determine why experience menu is not showing up when I 'Enable link in navbar' and 'Enable link in quicklinks'.
|
Support seems a bit slow for this hack???
|
Nope, Phalynx aswers pretty fast, of course he has to sleep a lil bit, he is human :)
Thnx Phalynx for your great support and mod. Regards. |
Quote:
You need to search for the following lines of code and compare their places in the Navbar Template in the Vbulletin default style to your installed custom Style Navbar Template and make sure that they are in their. Code:
$template_hook[navbar_quick_links_menu_pos1] Code:
$template_hook[navbar_buttons_right] Code:
$template_hook[navbar_community_menu_end] |
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
|
phalynx found the problem!
AWCoding- Donation System LITE for vBExperience That mod causes the recount database error. Now i hope everything wil run without problems :) |
is there a way to "buy" user priviledges?
say like, username coloring, customiz usertitle, or buy customize signature priviledge in shop? basically, buy user priviledges or features that are normal not avaliable to them from their Usergroup. Edit [Add]: Oh BTW! Does vBExp still support Bills PayPal Donate Basic? I do not see it on the 3rd party add-on support anymore. link: https://vborg.vbsupport.ru/showthread.php?t=174010 |
Quote:
Quote:
|
OK
First of all BIG THX for this great mod Mariusz! Idea, plugin system and mostly your support is appreciated. I wold like to sorry if I am making doubled issue. I went through 40 pages of history of this post and found only questions about my problem. The answer : read the readme files is not enough for me thou... Problem (understanding how it works) Promotion system if enable YES, how does it work? How to make it possible to users changing ranks (pictures) with experience level ? I have tried to: -import modified vbexperience_level_2_average.xml changing usergroupid to custom group ids that I have created; -add a rank image in user ranks for custom groups) Am I going good direction? (as far as understanding the hack is concern) problem is that I have members lets say on experience level 2... and I am refreshing and rebuilding everything that might lead to the users being promoted to the custom groups with no success... Please help me out. I will make ready to go manual to be implemented to Your readme for future generation people with the brain like me :)... |
Quote:
2. Edit the level xml file. Take a look at that part: Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (56,1,2)"); Another example: Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (600,6,3)"); The usergroupid 2 must be entered for every point/level statement up to the next level: Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (56,1,2)"); Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (100,2,2)"); Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (200,3,2)"); Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (300,4,2)"); Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (600,6,3)"); 4. Recount Quote:
|
All times are GMT. The time now is 05:20 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|