Author Topic: Newbie... Need help!  (Read 5934 times)

0 Members and 1 Guest are viewing this topic.

Offline {ROTD}

  • Pre-Newbie
  • Posts: 3
    • View Profile
Newbie... Need help!
« on: October 05, 2006, 01:38:30 PM »
Hey I just have one little issue which is all areas where they must show a username i.e. added by, users profile etc. all do not show up. I don't know if there is an issue with coding or anything but they just don't have anything after it could anyone please help.

to reference the site this is occuring on can be accesed via http://upload.urbanundergrounds.com

manurom

  • Guest
Re: Newbie... Need help!
« Reply #1 on: October 06, 2006, 11:55:52 PM »
Hello;
missing code " ({user_name_link})" in your file "thumbnail_bit.html", from your 4images_dark template.
"thumbnail_bit.html" code should be, to display "uploaded by" function (edit your existing file, and paste this code):
[qcode]<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<table width="100%" border="0" cellspacing="2">
  <tr>
    <td valign="bottom"><div align="center">
        <p align="center">{thumbnail}
        </div></td>
  </tr>
  <tr>
    <td valign="bottom"><div align="center"><b>{image_name}</b> {if image_is_new}<sup class="new">{lang_new}</sup>{endif
        image_is_new} ({user_name_link}) </div></td>
  </tr>
  <tr>
    <td valign="bottom"><div align="center"><font color="#999999">{if allow_comments}{lang_comments}
        {image_comments}{endif allow_comments}</font></div></td>
  </tr>
  <tr>
    <td valign="bottom"><div align="center"><a href="{cat_url}" class="box2">{cat_name}</a></div></td>
  </tr>
  <tr>
    <td valign="bottom"><div align="center">{lightbox_button}</div></td>
  </tr>
</table>
[/qcode]

You will have also to edit "random_image.html" and "random_cat_image.html" and add at the end of the code:
[qcode]{user_name}[/qcode]

Offline {ROTD}

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Newbie... Need help!
« Reply #2 on: October 07, 2006, 01:38:02 AM »
Thanx for trying but didn't seem to help

manurom

  • Guest
Re: Newbie... Need help!
« Reply #3 on: October 07, 2006, 02:37:20 AM »
Sorry;
but it seems your template is not upgraded to 4images 1.7.3.
Look here: http://www.4homepages.de/forum/index.php?topic=13732.msg73982#msg73982

manurom

  • Guest
Re: Newbie... Need help!
« Reply #4 on: October 08, 2006, 04:50:10 PM »
Hello;
effectively, some modifications have to be done to your template.
Look here, working on 4images 1.7.3: http://www.ami07.info/4rum/

Offline {ROTD}

  • Pre-Newbie
  • Posts: 3
    • View Profile
Re: Newbie... Need help!
« Reply #5 on: November 04, 2006, 04:10:58 AM »
Upgraded to latest today, didn't worry about updating the template but went back to the default template and still got the same issue... So i'm guessing its a problem with something other than my template... Any other help???