Quote:
Originally Posted by biagrin
well basically to sum up what i would like to see added:
adsense rotation being split between admin and thread starter only. that way the thread starter would know that the ad is either his account or admin account. that would instantly remove any problems.
|
And that is how it is currently implemented.
Quote:
something like "unexpected string /forums/showthread.php on line 31" which is where it says 'adsensesettings'
|
Do you have other hacks installed? Can you show us the line above and below 'hidprofilecache' (around line 30, before you applied my hack)? If you don't have any other hacks installed, make sure to follow the instruction closely:
Code:
Find:
'hidprofilecache'
REPLACE IT with:
'hidprofilecache',
'adsensesettings'
(e.g. don't forget to add the comma after 'hidprofilecache').