Author Topic: Added by:  (Read 3536 times)

0 Members and 1 Guest are viewing this topic.

Offline steveeyes

  • Full Member
  • ***
  • Posts: 177
    • View Profile
Added by:
« on: April 09, 2005, 07:11:13 PM »
Hi

Under the picture there is a list of items:

Date:
Hits:
Downloads:
Rating:
File Size:
Added by: dan-424

I want to get rid of the Added by and the user name: When I say that, I mean I want it not to be seen -- yet I still want  the mod to work when  that sends  an email when someone makes a comment under their picture.

Thanks
steve

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: Added by:
« Reply #1 on: April 09, 2005, 07:34:19 PM »
edit thumbnail_bit.html and details.html template (depence on which "picture" u are talking about)
from there u should be able figure it out yourself ;)
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 RoadDogg

  • Sr. Member
  • ****
  • Posts: 488
    • View Profile
    • Düsipixel
Re: Added by:
« Reply #2 on: April 09, 2005, 07:59:23 PM »
thumbnail_bit.html
Remove
Code: [Select]
({user_name_link})
details.html
Remove
Code: [Select]
  <tr>
                            <td valign="top" class="row2"><b>{lang_added_by}</b></td>

                            <td valign="top" class="row2">{user_name_link}</td>
                          </tr>
For support requests please don´t forget link to your Gallery/to phpinfo.php
Code: [Select]
<?
phpinfo()
?>
safe_mode must turned OFF
Please check Error Messages