Author Topic: Button "Profil" und "WWW" neben einem Ko  (Read 4901 times)

0 Members and 1 Guest are viewing this topic.

Offline IngoT

  • Newbie
  • *
  • Posts: 49
    • View Profile
Button "Profil" und "WWW" neben einem Ko
« on: February 22, 2003, 02:25:59 AM »
Hallo,

Der Button "Profil" und "WWW" in einem Kommentar führen zur Startseite des Forums und nicht auf die Profilseite bzw. Homepage (wenn vorhanden)
Ich habe schon die Templates und member.php angeschaut, konnte aber nichts passendes finden.

Wer kann mir bitte helfen?

Gruß Ingo.

Hier ein Link:

http://www.digitalfotograf.com/bilderkiste/details.php?image_id=240
------------------------------------------------------------------------------------

The button "profile" and "WWW" in a comment lead to startup page of the Forum and not on the Profilsite or homepage (if exists)
I already have the Templates and member.php looked at, could but no matches find.

Who can me please help?

Greeting Ingo.

Here a Link:

http://www.digitalfotograf.com/bilderkiste/details.php?image_id=240

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Button "Profil" und "WWW" neben einem Ko
« Reply #1 on: February 23, 2003, 12:07:14 PM »
Ihr nutzt Templates die für Version 1.6 gemacht wurden. Ihr müsst das Template comment_bit.html anpassen.

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline IngoT

  • Newbie
  • *
  • Posts: 49
    • View Profile
Button "Profil" und "WWW" neben einem Ko
« Reply #2 on: February 23, 2003, 03:25:07 PM »
Danke Jan!
Es funktioniert! Auch die ICQ Anzeige geht wieder.

@Cr@zy Sash,

Also: suche in der comment_bit.html dieses hier:

Code: [Select]
</td>
  <td class="commentrow{row_bg_number}">
  {comment_user_status_img}
  {if comment_user_profile_link}<a href="{comment_user_profile_link}"><img src="{template_url}/images/profile.gif" border="0" alt="{comment_user_name}" /></a>{endif comment_user_profile_link}
  {if comment_user_email}<a href="{comment_user_mailform_link}"><img src="{template_url}/images/email.gif" border="0" alt="{comment_user_email_save}" /></a>{endif comment_user_email}
  {if comment_user_homepage}<a href="{comment_user_homepage}" target="_blank"><img src="{template_url}/images/homepage.gif" border="0" alt="{comment_user_homepage}" /></a>{endif comment_user_homepage}
  {if comment_user_icq}<a href="http://wwp.icq.com/scripts/search.dll?to={comment_user_icq}" target="_blank"><img src="http://web.icq.com/whitepages/online?icq={comment_user_icq}&img=5" width="18" height="18" border="0" /></a>{endif comment_user_icq}
  </td>


und ersetze es hier mit:

Code: [Select]

</td>
  <td class="commentrow{row_bg_number}">
    {comment_user_status_img}
    {comment_user_profile_button}
    {comment_user_email_button}
    {comment_user_homepage_button}
    {comment_user_icq_button}
  </td>


Gruß Ingo.
http://www.digitalfotograf.com