Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Gstyleris

Pages: [1] 2
1
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: September 01, 2007, 10:26:29 AM »
ok,thanks.
Can you give link to Icecream topic please? :wink:

2
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 31, 2007, 11:20:05 PM »
NO,it doesn helps, can not see avatar,sorry :( :( :(
And it shows my default avatar,not real one!!! :( :(

3
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 31, 2007, 11:15:17 PM »
ok, but what about my default avatar???
It doesn shows my real avatar,just default.... :(

4
Installation, Update & Configuration / Comments headline help!!!!
« on: August 31, 2007, 10:53:21 PM »
I have removed comments headline,but when I want post comment it says to write a headline :(

5
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 31, 2007, 10:47:11 PM »
One more mistake:

When I am not logged in I cant see avatars from other users.

6
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 31, 2007, 10:43:36 PM »
OMG, at last I can see avatar near my nickname!!! Thanks for help so far!!! :wink:  :wink:  :wink:
But its got some bugs.
1.  :arrow: Even I choose different avatar, it shows my nickname with default avatar- blank.gif.
Should I change something in templates whois_online or mistake is in sessions.php???
2. I can see avatar in top of nickname,but should be in front, like that--->>>>  avatar| Nickname1
3. I want see users in vertical row not horizontal like that:

avatar| Nickname1
avatar| Nickname2
avatar| Nickname3
avatar| Nickname4

Where can I make that?



7
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 31, 2007, 09:12:07 PM »
So if it doesnt exists,should I make it?
Or should I remove variable u.userpic from code????  :?

8
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 31, 2007, 07:37:36 PM »
When I login I got an error:
 :arrow:

DB Error: Bad SQL Query: SELECT s.session_user_id, s.session_lastaction, s.session_ip, u.user_id, u.user_level, u.user_name, u.user_invisible, u.userpic, u.user_avatar FROM gl_sessions s LEFT JOIN gl_users u ON (u.user_id = s.session_user_id) WHERE s.session_lastaction >= 1188581385 ORDER BY u.user_id ASC, s.session_ip ASC
Unknown column 'u.userpic' in 'field list'
 :arrow:
And I am not showed in online list as logged in.
 :arrow:
When I am not logged in it shows an error: an unexcepted error ocuured.please try agan later.
 :arrow:

9
Language Packs / Re: [Language] Russian language files & buttons
« on: August 31, 2007, 07:05:31 PM »
what should be the charset in russian language,because with default its not working.
Where should be the letters its only shows- '?????????' .
Thanks! :)

10
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 31, 2007, 06:53:35 PM »
Here goes my sessions.php line 440-450
 :arrow:
        $username = (isset($row[$user_table_fields['user_level']]) && $row[$user_table_fields['user_level']] == ADMIN && $config['highlight_admin'] == 1) ? sprintf("<b>%s</b>", $row[$user_table_fields['user_name']]) : $row[$user_table_fields['user_name']];
        if (!$is_invisible || $user_info['user_level'] == ADMIN) {
          $user_online_list .= ($user_online_list != "") ? ", " : "";
          $user_profile_link = (!empty($url_show_profile)) ? preg_replace("/{user_id}/", $row['session_user_id'], $url_show_profile) : ROOT_PATH."member.php?action=showprofile&amp;".URL_USER_ID."=".$row['session_user_id'];
         $avatar_img = (isset($config['avatar_use']) && $config['avatar_use'] && @file_exists(TEMPLATE_PATH."/avatars/".$user_row['user_avatar']/".$row['userpic']) && $user_info['user_level'] >= USER) ? "<img src=\"".TEMPLATE_PATH."/avatars/".(($user_row['user_avatar'] == "") ? "blank.gif" : $user_row['user_avatar'])."\" name=\"icons\" border=\"0\" hspace=\"15\" alt=\"\">" : "";
        $user_online_list .= "<a href=\"".$site_sess->url($user_profile_link)."\"><center>".$avatar_img."<br />".$username."</a>".$invisibleuser."</center>".REPLACE_EMPTY. REPLACE_EMPTY;
        }
        (!$is_invisible) ? $num_visible_online++ : $num_invisible_online++;
        $num_registered_online++;
      }
      $prev_user_ids[$row['session_user_id']] = 1;
  :arrow:

11
Discussion & Troubleshooting / How to change folder image?
« on: August 30, 2007, 06:51:33 PM »
Where and how to change folder image?

12
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 30, 2007, 06:14:02 PM »
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/www/boxel.id.lv/includes/sessions.php on line 445  Sad

13
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 29, 2007, 09:13:16 PM »
The same error as before :(
on this line : $avatar_img=........

14
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 29, 2007, 07:21:17 PM »
 :oops:
Cant understand what youmean with that  :oops:

15
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: August 29, 2007, 07:14:24 PM »
So please could you do a modifications to new sessions.php from 1.7.4,
because this isnt working, and I cant find a mistake.
Post it here please!
Thanks! :)

Pages: [1] 2