![]() |
sorry, i have a mac, and i could only save the TextEdit file as RTF. download his. thnx austin for posting that
|
nice hack but they dont work with the quick thread and quick reply's is there someway u can make them work with it
|
i've been working on that... and i havent found a solution yet:(
if anyone knows of a way, please tell me! or just post your revised version:p |
Yes, I have been wondering this for awhile to since I got the hack from Iguacu. Somebody please make it so quick reply and quick thread give you points :)
|
ok, I don't know about quick thread, but i fixed the quick reply box...but I have another problem...when someone edits a post, it adds too....i have no idea how to fix that, and i don't think it was because of what i did...
anyways.... Find in root/showthread: PHP Code:
PHP Code:
That fixes the quick reply box problem, but I don't know why it adds when you edit too... |
Ok, undo what I said above if you did it, cuz now when you refresh a page, it adds on, and when you re-visit a thread you've posted in, it adds 15(in my case, 3x the reg amount)
So, take out [php]// start gil $pointfield="field5"; // set this to the point field you used for the points hack $giladd=3; // set this to the amount of gil you want a user to receive per newthread $gilstr=$DB_site->query_first("SELECT $pointfield FROM userfield WHERE userid='$bbuserinfo[userid]'"); $gil=$gilstr[$pointfield]; $gilamt=$gilstr[$pointfield]; if ($gil='') { $gil=0; }else { $postgil = ($gilamt + $giladd); $DB_site->query("UPDATE userfield SET field5='$postgil' WHERE userid='$bbuserinfo[userid]'"); } [\php From your showthread.php. |
Ok, undo what I said above if you did it, cuz now when you refresh a page, it adds on, and when you re-visit a thread you've posted in, it adds 15(in my case, 3x the reg amount)
So, take out PHP Code:
|
you could have used
PHP Code:
|
Guys, it's so much easier than all that crap you posted. All you have to do is add 2 lines of code, 1 to reply.php and newthread.php
I can give you the code if you want. |
LMAO. :D
|
All times are GMT. The time now is 06:40 AM. |
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:
|