hello,
I was looking to get the thank you button working with the hide hack and I found this thread:
http://www.vbhackers.com/thread1318.html
Dont know why it's closed, but it is.
I have vb3.0.7, the hide hack is 2.06 and the "Post Thanks Hack For vB 3.0.3 Version 1.0"
The other thread was about using it with another thank you hack, therefore, when I tried to make changes they did not work.
ShavedApe said to do the following (three times in funtions_showthread):
Look for this:
You must first be a
registered member to view any code.
and replace it with this:
You must first be a
registered member to view any code.
One of the problems I have is with the database. My table is called "post_thanks" not "thanks," and instead of having "threadid," I have "postid."
I did change all that, it did not work though.
Am I missing something?
this is my "post_thanks" structure:
id int(10) No auto_increment
userid int(10) No 0
username varchar(50) No
date int(10) No 0
postid int(10) No 0
thnx in advance!
edit: typo.