The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Thank you, that got me started. I actually found the code in a postbit for the mod, and it looks like this:
Code:
$rec = $vbulletin->db->query_read(" SELECT count(*) mark FROM ".TABLE_PREFIX."vbimghost WHERE userid='".$post['userid']."' and imgprivate='0' "); $row = $vbulletin->db->fetch_array($rec); $post['vbimghost']=$row['mark']; Now I am stuck. I can only guess that somehow, this plugin isn't being used when the postbit of an announcement is pulled, but I don't know why. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|