Forums / Cotonti / Skins / symisun-03 header log in

not working

Twiebie
#35553 2012-09-22 02:11
#35552 musashi9:

Hi, I have the latest version of Cotonti and I want to use the symisun-03 Theme, but none of the header submits work

I try and log in and it just sends me back to the same page and I am still logged out.

When I try to use the search box on the header It takes me to the search page but doesn't show me any results.

One last thing, is it possible to have the Latest Comments in the funky box at the top, next to latest forum posts.

Don't know about the login form in the header, it works fine for me.

Regarding the searchbox, change the following on line 125 in header.tpl:

				<input type="text" name="rsq" value="{PHP.L.Search}..." onblur="if(this.value=='') this.value='{PHP.L.Search}...';" onfocus="if(this.value=='{PHP.L.Search}...') this.value='';" class="sq" maxlength="40"/>

To:

				<input type="text" name="sq" value="{PHP.L.Search}..." onblur="if(this.value=='') this.value='{PHP.L.Search}...';" onfocus="if(this.value=='{PHP.L.Search}...') this.value='';" class="sq" maxlength="40"/>