![]() |
Lovely little addition, thank you sweetie.
|
Quote:
|
My pleasure, I just looked at your profile picture, you're such a cutie. ;)
(sorry mod's, spam session ends!) |
i think this is just the beginning of more spams :)
anyway tnx 4 mod :p |
Nice job, Mosh. ;)
|
This may not work in 4.0.4 as, for some strange reason, the $vbulletin variable is not global in the postbit_display_complete hook now. At least is wasn't for me on one of my mods. Just a heads up.
|
Quote:
|
It's an easy fix. In the code for the postbit_display_complete hook, just add:
Code:
global $vbulletin; at the very top of the code. |
Hey, can you explain to me exactly where? Cuase I am not 100% where to add the "global $vbulletin;" This is the code:
Code:
<title>Real Name In Profile and Postbit</title> Code:
<![CDATA[if (!empty($post["field{$vbulletin->options['realname_profile_field']}"])) |
Replace:
Code:
if (!empty($post["field{$vbulletin->options['realname_profile_field']}"])) with: Code:
global $vbulletin; |
All times are GMT. The time now is 05:56 PM. |
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:
|