• [Mod] Avatar v2.01 5 0 5 1
Currently:  

Author Topic: [Mod] Avatar v2.01  (Read 538291 times)

0 Members and 4 Guests are viewing this topic.

Offline fgallery

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • ::: F-Gallery :: Photobank :::
Re: [Mod] Avatar v2.01
« Reply #150 on: January 17, 2006, 08:30:33 PM »
Hallo zusammen,
ich habe heute das Avatar-Mod installiert, soweit läuft es ohne Fehlermeldung ABER das
Avatar erscheint nicht an der richtigen Stelle, siehe auch Beispiel-Bild

Woran kann das liegen ?



__________________________________________________________________________________

english

hello together,
I have installed the avatar mod today it works so far fine, yet... the avatar appears at
the shown above place which is not where it's supposed to be. I want it to be shown under the users name.
Any idea what's wrong ?


I guess you've put code from Step 11 in a wrong place ;)
http://f-gallery.com.ua
Artistic Photography, Fashion Photography, Cities and Streets of The World, Personal Photos of Livejournal Users.

Offline Edy

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #151 on: January 17, 2006, 08:58:32 PM »
Could you pls specify ...?

I made step '11' but am not sure where exactly it has to be placed.


Offline fgallery

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • ::: F-Gallery :: Photobank :::
Re: [Mod] Avatar v2.01
« Reply #152 on: January 17, 2006, 09:07:27 PM »
Could you pls specify ...?

I made step '11' but am not sure where exactly it has to be placed.



Show us code of 'comment_bit.html' from your template, plz.
http://f-gallery.com.ua
Artistic Photography, Fashion Photography, Cities and Streets of The World, Personal Photos of Livejournal Users.

Offline Edy

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #153 on: January 17, 2006, 10:07:42 PM »
Quote
Show us code of 'comment_bit.html' from your template, plz.

<tr>
  <td class="commentrow{row_bg_number}" valign="top" nowrap="nowrap">
    <b>{comment_user_name}</b><br />
        {comment_user_info}
        {if comment_user_ip}<br /><br /><b>IP:</b> {comment_user_ip}{endif comment_user_ip}
  </td>
  <td width="100%" class="commentrow{row_bg_number}" valign="top">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td valign="top"><b>{comment_headline}</b></td>
        <td valign="top" align="right">{if admin_links}{admin_links}{endif admin_links}</td>
      </tr>
    </table>
    <hr size="1" />
    {comment_text}
  </td>
</tr>
<tr>
  <td class="commentrow{row_bg_number}" nowrap="nowrap">
    <span class="smalltext">{comment_date}</span>
  </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>
</tr>
<tr>
  <td colspan="2" class="commentspacerrow"><img src="{template_url}/images/spacer.gif" width="1" height="1" alt="" /></td>
</tr>
{if user_avatar_current}
        {user_avatar_current}
        {endif user_avatar_current}

Offline fgallery

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • ::: F-Gallery :: Photobank :::
Re: [Mod] Avatar v2.01
« Reply #154 on: January 17, 2006, 10:56:17 PM »
Here's the full code for your 'comment_bit.html':
Code: [Select]
<tr>
  <td class="commentrow{row_bg_number}" valign="top" nowrap="nowrap">
{if user_avatar_current}
{user_avatar_current}
{endif user_avatar_current}<br>
   <b>{comment_user_name}</b><br />
        {comment_user_info}
        {if comment_user_ip}<br /><br /><b>IP:</b> {comment_user_ip}{endif comment_user_ip}
  </td>
  <td width="100%" class="commentrow{row_bg_number}" valign="top">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td valign="top"><b>{comment_headline}</b></td>
        <td valign="top" align="right">{if admin_links}{admin_links}{endif admin_links}</td>
      </tr>
    </table>
    <hr size="1" />
    {comment_text}
  </td>
</tr>
<tr>
  <td class="commentrow{row_bg_number}" nowrap="nowrap">
    <span class="smalltext">{comment_date}</span>
  </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>
</tr>
<tr>
  <td colspan="2" class="commentspacerrow"><img src="{template_url}/images/spacer.gif" width="1" height="1" alt="" /></td>
</tr>

Click here for an example
http://f-gallery.com.ua
Artistic Photography, Fashion Photography, Cities and Streets of The World, Personal Photos of Livejournal Users.

Offline Edy

  • Newbie
  • *
  • Posts: 31
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #155 on: January 17, 2006, 11:10:27 PM »
Thank you verry much for your help  :D
http://esc-digital.de/4images

Offline fgallery

  • Newbie
  • *
  • Posts: 46
    • View Profile
    • ::: F-Gallery :: Photobank :::
Re: [Mod] Avatar v2.01
« Reply #156 on: January 17, 2006, 11:17:01 PM »
Thank you verry much for your help  :D
http://esc-digital.de/4images

Nichts zu danken! Nebenbei gesagt, schoene Galerie :)
http://f-gallery.com.ua
Artistic Photography, Fashion Photography, Cities and Streets of The World, Personal Photos of Livejournal Users.

Offline Alex_Ok

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #157 on: January 21, 2006, 12:58:45 AM »
Перечитал всё до буквы, но так и не понял отчего у меня выдаёт:
Parse error: parse error, unexpected T_VARIABLE in z:\home\includes\template.php(80) : eval()'d code on line 146

Подскажите  пожалста...

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: [Mod] Avatar v2.01
« Reply #158 on: January 21, 2006, 05:22:08 AM »
После установки этого мода??? что-то не верится...ошибка в чём-то другом, возможно даже изменённые файлы были закчены kak BINARY а не kak TEXT (ACSII)
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 Alex_Ok

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #159 on: January 21, 2006, 12:58:19 PM »
Переустановил но аватары не грузятся.... при загрузке они не отображаются.

Offline Alex_Ok

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #160 on: January 21, 2006, 01:29:26 PM »
{if user_avatar_file} Upload avatar:
Max. allowed 100x100px
ИЛИ
{endif user_avatar_file} Select from the list:  {if user_avatar_file} 

{endif user_avatar_file} 

Вот это отображается в профиле пользователя в графе аватар...и ни чего не меняется при изменении или загрузке

Offline Alex_Ok

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #161 on: January 21, 2006, 02:59:32 PM »
Сделал исправления в includes/templates.php,  Положение исправилось , но аватары всёравно не загружаются. Подскажите пожалуйста почему?

Offline himu

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
    • Point Of View
Re: [Mod] Avatar v2.01
« Reply #162 on: January 22, 2006, 05:37:02 AM »
hey v@no,

after installing this mod i am getting following error when a user updates his/her member profile.

Fatal error: Call to undefined function: check_email() in /gallery/member.php on line 1086

Help ??   :(

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: [Mod] Avatar v2.01
« Reply #163 on: January 22, 2006, 10:31:25 AM »
Most probably you've made a misstake in functions.php...
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 Alex_Ok

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Re: [Mod] Avatar v2.01
« Reply #164 on: January 22, 2006, 01:35:31 PM »
V@no  пожалуйста подскажите почему у меня аватары не загружаются хотя после выбора обзором картинка берётся и говорится что профайл пользователя обновлён. Но картинка не появляется нигде. Только файл blank.gif стоит автоматом у всех пользователей но его не видно т.к. он 1 px