Author Topic: Would like to remove this part from the template  (Read 4335 times)

0 Members and 1 Guest are viewing this topic.

Offline Firestorm

  • Newbie
  • *
  • Posts: 11
    • View Profile
Would like to remove this part from the template
« 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


Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Would like to remove this part from the template
« Reply #1 on: July 03, 2006, 06:24:21 PM »
... edit your /templates/<your_template>/user_loginform.html ...
... delete the {tags} and / or the tables ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline darkcurves

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • KTM Railway Fan Club - Gallery
Re: Would like to remove this part from the template
« Reply #2 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>

Offline debragrant

  • Newbie
  • *
  • Posts: 10
    • View Profile
Re: Would like to remove this part from the template
« Reply #3 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.