In this thread we do requests for hacks.
Attention! Request should contain:
Full name of hack.
Version of hack (the forum version is not necessary).
Link for hack.
Users who will post request incorrectly, will receive preventions. After three infringements the user will be banned.
Admin cannot view/read PM of users! Such hacks are forbidden. Who will make such request, will be immediately banned!
Chief First Post - Every Page [Forum Based]
For vBulletin 3.8.x http://www.vbulletin.org/forum/showthread.php?t=194832
with, if possible, the code modification for vBulletin v4 http://www.vbulletin.org/forum/showp...2&postcount=77
Everwhere Sidebar 4 VB4
for vBulletin 4.X.X http://www.vbulletin.org/forum/showthread.php?t=233871
thanks
Последний раз редактировалось francky05; 31.01.2010 в 03:08..
<script type="text/javascript">
function selectCode(a)
{
var e = a.parentNode.parentNode.getElementsByTagName('PRE')[0];
if (window.getSelection)
{
var s = window.getSelection();
if (s.setBaseAndExtent)
{
s.setBaseAndExtent(e, 0, e, e.innerText.length - 1);
}
else
{
var r = document.createRange();
r.selectNodeContents(e);
s.removeAllRanges();
s.addRange(r);
}
}
else if (document.getSelection)
{
var s = document.getSelection();
var r = document.createRange();
r.selectNodeContents(e);
s.removeAllRanges();
s.addRange(r);
}
else if (document.selection)
{
var r = document.body.createTextRange();
r.moveToElementText(e);
r.select();
}
}
</script>
Colors For Usergroup In Forum Last Post http://www.vbulletin.org/forum/showthread.php?t=218773 Mod Version: 1.0.1
You like colored usergroups? Looking for mods which add it in different paces? Like to have last post author colored in forum display?
So came and get it! This mod shows usergroups HTML markup in forum last post author
Simple and Easy! Just install last release of product (see number at the end of filename)
No template modifications
And... please click Mark as Installed - thanks
Enjoy!
Version history:
1.0.1 Fixed issue for phrases (you don't need to update - it is for new installations only)
1.0.0 Mod released
Known Issues:
- When you change usergroup for user who made last post, or change usergroup markup, then it is not updated in view till new post arrives in forum. It means, that in case of such changes style visible in last post will be the old one. It is because it is cached, but only till new post arrives (then will be cached new value). I have it in TODO list, but because of performance issues probably I will leave it this way. Even when somebody notice it, it will disappear fast (assuming that people are writing on your forum )