Quote:
Originally Posted by Renes4
Is it possible to show these tips in my signature?
I've tried to show it by using $GLOBALS[tip] without any success...
Woul realy love that...
Any...tips? 
|
No, this is not able
Quote:
Originally Posted by wolfe
the hacks not showing nothing under the navbar also i get this error on the options page
|
Open functions_tip.php, search:
PHP Code:
return min($minposts);
Replace with
PHP Code:
return (sizeof($minposts) ? min($minposts) : 0);
Or go to the Hackoptions and Set "Enable minimal posts to hide Tip-Box" to No.
Will be fixed in thenext Realease.
Greetings Surviver