Support Forum
Thanks displayed twice
Ike
Sawtry, UK
Member
Free Members
Offline
Well if you have two instances of 'sp_thanks_thanks_for_post' (not to be confused with 'sp_thanks_thank_for_post') then you need to remove one of the two calls.
The duplicate will most likely be a copy of what you already have from the code you pasted, if it's above that I'd say it was moved but the original wasn't deleted so it might look like:
if (function_exists('sp_thanks_thanks_for_post')) {
sp_thanks_thanks_for_post();
sp_thanks_thanks_for_post();
}
But if you are unsure, you can either wait for Andy to reply (who I'm guessing has access to the template) or you can paste more of your code and I can tell you exactly what you need to remove.
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625