Quote:
Originally Posted by Phalynx
Sounds nice, but this would mean to keep all links updated, also during updates. Too much work for me.
|
Nah... all the hacks has one supporting site (main one)... once You give direction for the link everybody will be able to track the supported hack by them-self, no need to update.
The problem is that some of the hacks are difficult to target, once targeted there will be no problem.
There is lots of people who can support You in doing things. (updating readme.txt etc.)
-----------------------------
If You really think that links might be a problem, my idea is that we can add coder name at least
ex.:
- ibProArcade Highscorer Points (via CDP Addon)
Origin Hack by MrZeropage --- will be enough to target the proper hack.
Quote:
Originally Posted by Phalynx
Some users are naming that product like they want. It has been called earlier "xPerience", but I named it with a more vBulletin touch "vBExperience".
|
I have suggestion for You nick also
Ph4LynX
since You R c0d3R and h4ckZ0R (joke)
Quote:
Originally Posted by Phalynx
No, it says:
This will replace the internal vB promotions. If you enable this system, make sure that you delete any promotions that could collide with Experience. Also, take care that the promotions are overwritten the primary group of every user.
|
Meaning:
-Create new User Groups
-Add new ranks to the proper groups (original vb promotions are based on post count, so add new ranks with Minimum Posts
0 --- will not create problems with the vBeXperience promotion system.
-update(edit) ex.: vbexperience_level_2_average.xml with the proper usergroupid values (from the new groups that you have created)
Code:
$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "xperience_level (xperience_points, xperience_level, usergroupid) VALUES (50,1,9)");
-import new(updated by You) vbexperience_level_2_average.xml
DONE
Enabling internal promotion system of vBeXperience will promote users to usergroups based on eXperience level (values) from now.
See Also
https://vborg.vbsupport.ru/showpost....postcount=1013
for details of editing and rules of doing such.