Run the following query and you should see a list of possible templates that need editing - Then you have to edit each template for each installed style manually:
Code:
SELECT templateid , title , styleid FROM template WHERE template_un NOT LIKE '%<input type="hidden" name="s" value="$session[sessionhash]" />%<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />%' AND template_un LIKE '%<input type="hidden" name="s" value="$session[sessionhash]" />%' ORDER BY title ASC, styleid ASC;
Run the query in your AdminCP --> Maintenance --> Execute SQL Query
Hope this helps - but if you are in the position to hire someone - perhaps you might post a thread in the Paid Requests section or check out my
design site
Jacquii.
Quote:
Why does this happen on a newly installed forum with no hacks installed. Could it be the template I am using which is ambience.
|
Yup - it most definitely is the style needs template(s) edited.