The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
I thought so, too, but it still showed the visitor messaging in the profile until I disabled it in each of the usergroups. There was no option to disable it anywhere in the settings. It would have made it easier if there was.
I have a question about the delete user link you posted, will it come up with a box to make sure you want to delete it before it deletes it? |
#22
|
||||
|
||||
Quote:
|
#23
|
||||
|
||||
Good. I didn't want to test it until I was sure. Also, I tried to use {vb:raw admincpdir} for the admin directory name for those that have their admincp directory renamed, but it doesn't seem to work there.
|
#24
|
||||
|
||||
Quote:
Code:
{vb:raw admincpdir}/user.php?{vb:raw session.sessionurl}do=remove&u={vb:raw userinfo.userid} |
#25
|
||||
|
||||
No, since the admincpdir variable is not pre-registered in the MEMBERINFO template. I added a plugin to the member_start hook that assigns it and pre-registers it and then it works.
|
#26
|
||||
|
||||
Heheh, I was actually in the middle of doing that. I'm just getting sleepy and I'm apparently not writing my syntax correctly.
|
#27
|
||||
|
||||
Add this to the member_start hook and you can use the admincp variable:
Code:
$admincpdir = $vbulletin->config['Misc']['admincpdir']; vB_Template::preRegister('MEMBERINFO', array('admincpdir' => $admincpdir)); |
#28
|
|||
|
|||
Quote:
and while adding this, someone signed up just to drop their link in... how nice of them... --------------- Added [DATE]1292827892[/DATE] at [TIME]1292827892[/TIME] --------------- I think this is too much trouble anyway... I need a mod that can control the use of profile sig usage lets say until they reach some post limit.... |
#29
|
||||
|
||||
Quote:
|
#30
|
||||
|
||||
Thanks for the tip Digital Jedi. This is one weakness the spammers have found in our armour.
We need a feature by which spammers cannot post links in their profiles without a minimum number of posts. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|