Author Topic: How do I Remove/Hide certain text from index page?  (Read 4722 times)

0 Members and 1 Guest are viewing this topic.

Offline jorge05r

  • Pre-Newbie
  • Posts: 6
    • View Profile
    • Portfolio of Jorge Linares
How do I Remove/Hide certain text from index page?
« on: January 18, 2009, 07:19:24 PM »
On the home(index) page under "new images" feature I would like to remove the part below each image which contains the following:

remove: image name
remove: username
remove: comments
remove: add to lightbox button

In other words I would just like to show the image
Web/Print Designer experience w/ Joomla, Wordpress, Oscommerce, 4Images, Psd to xhtml/css and many more services.
VISIT MY PORTFOLIO

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: How do I Remove/Hide certain text from index page?
« Reply #1 on: January 18, 2009, 08:02:27 PM »
create a new template (based on thumbnail_bit.html), name it as thumbnail_bit_home.html
then in index.php replace     $new_images .= $site_template->parse_template("thumbnail_bit");

with:
    $new_images .= $site_template->parse_template("thumbnail_bit_home");
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline jorge05r

  • Pre-Newbie
  • Posts: 6
    • View Profile
    • Portfolio of Jorge Linares
Re: How do I Remove/Hide certain text from index page?
« Reply #2 on: January 18, 2009, 08:18:21 PM »
Thank you very much,  :lol:

I'm amazed at the great support you have here, really appreciate it!
Web/Print Designer experience w/ Joomla, Wordpress, Oscommerce, 4Images, Psd to xhtml/css and many more services.
VISIT MY PORTFOLIO