4images Forum & Community
4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Firestorm on July 03, 2006, 05:53:02 PM
-
As i have integrated 4images partly with a script , i will like to remove the login part in the template .. can i get some help on how to remove it plz , thx lots
(http://img81.imageshack.us/img81/9646/regioncapture3qu.gif)
-
... edit your /templates/<your_template>/user_loginform.html ...
... delete the {tags} and / or the tables ...
-
I removed the code and placed a link back to the forum login.
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<tr>
<td valign="top" align="left">
<A HREF="http://www.ktmrailwayfan.com/forum/login.php">Please click here to login.</A>
</tr>
</table>
-
i would like to remove the whole column, moving the rest of the site across. How can I do that? so far I've only removed the links from the registered users panel.