4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: debragrant on August 22, 2006, 09:59:02 AM

Title: removing registered users & random image panel from the left
Post by: debragrant on August 22, 2006, 09:59:02 AM
I would like to remove all that runs down the left of my gallery - random images & registered users panel. Where do I go to do this?
Title: Re: removing registered users & random image panel from the left
Post by: V@no on August 22, 2006, 03:02:38 PM
The simpliest way is replace entire content of user_loginform.html, user_logininfo.html and random_image.html templates with:
Code: [Select]
<!-- -->If that dont work for you, then, you'll need edit every "main" template and remove it manualy...
Title: Re: removing registered users & random image panel from the left
Post by: debragrant on August 22, 2006, 03:23:39 PM
it's removed the images and links but the actual column is still there

gallery (http://www.julianna-margulies.diva-host.com/gallery/index.php)

I've tried removing the {} parts from home.html & details.html but it seems to remove the write background or come up with an error.

 - removed from home.html but don't seem to get them removed from details.html (keeping random image now just want to get rid of registered users)
Title: Re: removing registered users & random image panel from the left
Post by: KurtW on August 22, 2006, 07:51:51 PM
Hi,

hmmm.  You meen the table left side?

search also in this templates for
Code: [Select]
<?php include("4gmenu.php"); ?>and remove them.

Then the table leftside ......

cu
Kurt