Author Topic: Link to Details Page  (Read 3190 times)

0 Members and 1 Guest are viewing this topic.

Offline cch

  • Jr. Member
  • **
  • Posts: 95
    • View Profile
Link to Details Page
« on: December 03, 2009, 11:22:43 PM »
Hi guys

I've customized my site with a little help from another member and I need to know how I can remove the link to Details Page.

On my main page here >> http://www.cd-covers.org/index.php I have a thumbnail with the category link below, I want to remove the link on the thumbnail to the details page.

When you goto a category i.e. here >> http://www.cd-covers.org/categories.php?cat_id=207 you'll see thumbnails in a list with a download link next to each, well I want to remove the link on the thumbnails to the details page so my users can download each image from the download button.

Hope this is clear

Thank you

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: Link to Details Page
« Reply #1 on: December 04, 2009, 01:22:13 AM »
Basically you want eliminated details page completely?

Try replacing in includes/functions.php three times (this is part of a line):
Code: [Select]
$show_link = 1
with:
Code: [Select]
$show_link = 0
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 cch

  • Jr. Member
  • **
  • Posts: 95
    • View Profile
Re: Link to Details Page
« Reply #2 on: December 04, 2009, 02:02:36 AM »
Thank you V@no