4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: Firestorm on July 03, 2006, 05:53:02 PM

Title: Would like to remove this part from the template
Post 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)
Title: Re: Would like to remove this part from the template
Post by: mawenzi on July 03, 2006, 06:24:21 PM
... edit your /templates/<your_template>/user_loginform.html ...
... delete the {tags} and / or the tables ...
Title: Re: Would like to remove this part from the template
Post by: darkcurves on July 03, 2006, 08:09:14 PM
I removed the code and placed a link back to the forum login.

Code: [Select]
<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>
Title: Re: Would like to remove this part from the template
Post by: debragrant on August 22, 2006, 12:10:43 PM
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.