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 - sanko86

Pages: 1 2 [3] 4 5 6 7 ... 21
31
only link open search.php

32
I searched, but didn't found it

please admins

33
Mods & Plugins (Releases & Support) / Ynt: [Mod] Photo Of The Day
« on: January 25, 2009, 02:00:45 PM »
25.01.2009 fix

for 1.7.6
language turkish

read kurulum.doc

34
thanks admin.

35
dont work version 1.7.6

36
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: January 25, 2009, 10:30:09 AM »
thanks
good mod

the turkey hello

37
thanks

perfect mod.

38
Mods & Plugins (Releases & Support) / Re: [MOD] Simple News Publishing
« on: January 21, 2009, 02:41:34 PM »
Thanks

beavtiful mod


39
Mods & Plugins (Releases & Support) / Re: [MOD] Personal user's rank
« on: January 16, 2009, 09:05:00 AM »
1-includes/db_field_definitions.php open

Code: [Select]
?>before add
Code: [Select]
$additional_user_fields['admin_text'] = array($lang['admin_text'], "text", 0);
2-lang/yourlang/main.php open

Code: [Select]
?>before add

Code: [Select]
$lang['admin_text'] = "Personal rank: ";
3-templates/yourtheme/member_profile.html open

find
Code: [Select]
<tr>

          <td class="row2"><b>{lang_icq}</b></td>

          <td class="row2">{if user_icq}<a href="http://www.icq.com/people/about_me.php?uin={user_icq}" target="_blank">{user_icq}</a> (<b>{user_icq_status}</b>){endif user_icq}</td>

        </tr>
after add
Code: [Select]
<tr>
          <td class="row1"><b>{lang_admin_text}</b></td>
          <td class="row1">{admin_text}</td>
        </tr>

4-templates/yourtheme/comment_bit.html open
find
Code: [Select]
{comment_user_info}

{if comment_user_ip}<br /><br /><b>IP:</b> {comment_user_ip}{endif comment_user_ip}
after add
Code: [Select]
<br />
<br />
{if admin_text}
{lang_admin_text}{admin_text}
{endif admin_text}

5-details.php open

find line with
Code: [Select]
$sql = "SELECT c.comment_id, c.image_id, c.user_id, c.user_name AS comment_user_name,
add in this line:
Code: [Select]
u.admin_text,
find
Code: [Select]
$admin_links = "";before add
Code: [Select]
$admin_text = $comment_row[$i]['admin_text'];
find

Code: [Select]
"comment_user_info" => $comment_user_info,
after add

Code: [Select]
"admin_text" => $admin_text,
        "lang_admin_text" => $lang['admin_text'],

6-In PhpMyAdmin sql execute

Code: [Select]
ALTER TABLE `4images_users` ADD `admin_text` TEXT NOT NULL;
ı am live in turkey and ı can use little english

40
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: January 15, 2009, 04:07:57 PM »
this mod please for   update version 1.7.6

41
Thanks beavtiful mod.

42
... nice to read that all is "perfect" for you with "All Comments" ...
... and thanks for your statement ... ;)

sorry
my bad english:)
perfect turkish language

43
Turkish / Türkçe / Re: Siteyi Ziyaretçilere Kapama.
« on: January 08, 2009, 03:08:37 PM »
Teşekkürler şuan için herşey olumlu.

44
thanks man.

45
Thanks perfect info.

Pages: 1 2 [3] 4 5 6 7 ... 21