Mighty Gorgon    
 


Questo Forum è chiuso: Non puoi inserire, rispondere o modificare gli Argomenti.  Quest'Argomento è chiuso: Non puoi inserire, rispondere o modificare i Messaggi. 
Pagina 1 di 19
Vai a 1, 2, 3 ... 17, 18, 19  Successivo
Vai a pagina   
 
<MOD> - Multiple Ranks
Autore Messaggio
Rispondi Citando Download Messaggio 
Messaggio <MOD> - Multiple Ranks 
 
2006/04/26 Version updated to 2.0.3 (phpBB 2.0.21 ready)

Hello everybody!
I'm glad to announce that I've finally found some free time to finish to code the second version of Multiple Ranks.

Please, do not apply this mod without having a backup of all your files !

Some new features:
  • Easiest installation
  • Five ranks instead of three
  • Ranks Page with all ranks
  • Staff Page based on memberlist
  • Automatic ranking by days and/or by posts
  • Dropdown ranks selection


Please, let me know if you discover some bugs.

Thank you.


##############################################################
## MOD Title: Multiple Ranks And Staff View
## MOD Author: Mighty Gorgon <mightygorgon> (Luca Libralato) http://www.mightygorgon.com
## MOD Description: This MOD allows the admin to select more than one special rank for each user.
##                  The ranks selected will be shown in the profile, on each topic and in the memberlist.
##                  This MOD also allows to have a Staff and Online View in Memberlist (using Sort function).
##                  Username in Memberlist are colored respecting to their level.
##                  Guests and Banned users have their own ranks.
##                  Automatic ranks can now count also days and not only posts.
##
## MOD Version: 2.0.3
##
## Installation Level: Medium
## Installation Time: 25 minutes
##
## Files To Edit:
##                memberlist.php
##                viewtopic.php
##                admin/admin_ranks.php
##                admin/admin_users.php
##                includes/page_header.php
##                includes/usercp_viewprofile.php
##                language/lang_english/lang_admin.php
##                language/lang_english/lang_main.php
##                templates/subSilver/memberlist_body.tpl
##                templates/subSilver/overall_header.tpl
##                templates/subSilver/profile_view_body.tpl
##                templates/subSilver/viewtopic_body.tpl
##                templates/subSilver/admin/user_edit_body.tpl
##                templates/subSilver/admin/ranks_edit_body.tpl
##
## Included Files: (3)
##                ranks.php
##                includes/functions_mg_ranks.php
##                templates/subSilver/ranks_body.tpl
##
##############################################################




OLD VERSIONS NOT COMPATIBLE WITH phpBB 2.0.20 OR ABOVE



Hi guys!
This is my first MOD. It enables a second user level/rank specification. I use it for the Game Contest which I'm starting in my forum.

At the bottom of this post you can find a zip file including all you need... even the set of images I'm actually using in my forum.

Enjoy!


Wednesday 20 April 2005 - 01.40 - Updated to version 1.3.5

phpBB Link: http://www.phpbb.com/phpBB/viewtopic.php?t=276330

multiple_ranks_2_0_3.zip
Descrizione: Multiple Ranks 2.0.3 
Download
Nome del file: multiple_ranks_2_0_3.zip
Dimensione: 32.75 KB
Contatore Download: File visto o scaricato 2768 volta(e)
add_multiple_ranks_1_3_5.zip
Descrizione: Add Multiple Ranks 1.3.5 
Download
Nome del file: add_multiple_ranks_1_3_5.zip
Dimensione: 6.46 KB
Contatore Download: File visto o scaricato 1380 volta(e)
rankimages.zip
Descrizione: Rank Images 
Download
Nome del file: rankimages.zip
Dimensione: 21.66 KB
Contatore Download: File visto o scaricato 1223 volta(e)

 




____________
Luca
 
Ultima modifica di Mighty Gorgon il Sab 29 Apr, 2006 11:24, modificato 19 volte in totale 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio First Stable Release! 
 
First stable release!
 




____________
Luca
 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio Version 1.01 
 
Updated to version 1.01! Take a look at the first post...
 




____________
Luca
 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio  
 
Hello MG,

My name is Velorum and i run a phpbb website at www.ccgnation.com
I recently installed your second rank hack and i have ran into some minor problems.

It seems like everything is working however is there a way that the second rank does not interfere with the first rank

I would like the first rank to be independent of the second rank

For example i want to be able to have the first rank set as "no special rank" and the second rank set to a special rank

When i try and do this however the first rank disappears on the viewtopic and viewprofile pages.  Did i install it wrong or is this how the mod is supposed to work?  Any help would be immensly appreciated.
 



 
ProfiloInvia Messaggio Privato 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio Second Rank 
 
Hi Velorum, did you install the last version of this mod (the one posted here)? Which version of phpBB are you running?

There was a bug in the first release, but now it should be fixed as it's working for me.

Let me know!
 




____________
Luca
 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio Fixed 
 
Hi Velorum, I checked the files you sent me, you made an error in applying the mods ! However it's not your fault since the instructions are not so clear and could be misunderstood.

I'll explain here how to patch the files correctly.

The final code on php pages (where the rank is generated), should look like this: :
Codice: [Download] [Nascondi]
  1.     $poster_rank = '';  
  2.     $rank_image = '';  
  3.     if ( $profiledata['user_rank'] )  
  4.     {  
  5.         for($i = 0; $i < count($ranksrow); $i++)  
  6.         {  
  7.             if ( $profiledata['user_rank'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )  
  8.             {  
  9.                 $poster_rank = $ranksrow[$i]['rank_title'];  
  10.                 $rank_image = ( $ranksrow[$i]['rank_image'] ) ? '<img src="' . $ranksrow[$i]['rank_image'] . '" alt="' . $poster_rank . '" title="' . $poster_rank . '" border="0" /><br />' : '';  
  11.             }  
  12.         }  
  13.     }  
  14.     else  
  15.     {  
  16.         for($i = 0; $i < count($ranksrow); $i++)  
  17.         {  
  18.             if ( $profiledata['user_posts'] >= $ranksrow[$i]['rank_min'] && !$ranksrow[$i]['rank_special'] )  
  19.             {  
  20.                 $poster_rank = $ranksrow[$i]['rank_title'];  
  21.                 $rank_image = ( $ranksrow[$i]['rank_image'] ) ? '<img src="' . $ranksrow[$i]['rank_image'] . '" alt="' . $poster_rank . '" title="' . $poster_rank . '" border="0" /><br />' : '';  
  22.             }  
  23.         }  
  24.     }  
  25.     //  
  26.     // Rank 2 Begin  
  27.     //  
  28.     $poster_rank2 = '';  
  29.     $rank2_image = '';  
  30.     if ( $profiledata['user_rank2'] )  
  31.     {  
  32.         for($i = 0; $i < count($ranksrow); $i++)  
  33.         {  
  34.             if ( $profiledata['user_rank2'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )  
  35.             {  
  36.                 $poster_rank2 = $ranksrow[$i]['rank_title'];  
  37.                 $rank2_image = ( $ranksrow[$i]['rank_image'] ) ? '<img src="' . $ranksrow[$i]['rank_image'] . '" alt="' . $poster_rank2 . '" title="' . $poster_rank2 . '" border="0" /><br />' : '';  
  38.             }  
  39.         }  
  40.     }  
  41.     //  
  42.     // Rank 2 End  
  43.     //  
  44.  


Let me know if this solve your problem!


 




____________
Luca
 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio  
 
I installed this mod with no problems, but here's what happening...
(php version 2.0.3)
(mod version 1.01)

My mods have a special rank, and it shows up fine in the memberlist
http://www.sillyjanine.com/phpBB2/memberlist.php

But since I added this mod, it wont show up in viewtopic or their profile. It goes to the default post rank.

Now, if I add their rank2 using this mod, it'll show up as well as ther original special rank. Any idea why it's doing this? I don't want to have to give them rank2 just so their special rank will show up...

TIA
http://www.sillyjanine.com/phpBB2/index.php
 



 
ProfiloInvia Messaggio Privato 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio Second Rank 
 
Hi Janine, nice to meet you also here ! Welcome to my Community !

I took a look to your community, and I like it ! I'll come to "steal" some nice ideas !

Regarding the problem you are mentioning about my mod, I want you to read the last message I post here (that before your post) ! I think that it could be solved by an in-dept analysis of the php code.

If you are not able to solve your problems by reading that message, please, send me your viewtopic.php, and I'll try to help you !

Let me know!

 




____________
Luca
 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio  
 
Sorry for not replying in the public thread but thanks gorgon it worked perfectly. I really appreciate all your help =)
 



 
ProfiloInvia Messaggio Privato 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio  
 
First off, I would like to say good job Mighty Gorgon. Keep up the good work. Ok, secondly, I also came across a few problems. I have the newest version of the hack, and I tried three times after starting over from scratch and I have come to having 2 of the 3 pages working right. I had to do some of my own work on the two that work but they work now. THe one that doesnt work is the veiwtopic page. It only shows the First Rank and its image but not the second rank.

Here's the deal in short: I am running Postnuke with the PnphpBB mod. I have the two ranks mod and I am looking for both ranks to be special. Only the first one will get an image but it doesnt matter either way about the second one. I got the member list and profile page working finally but not the veiw topic page. I am going to paste the ranks part of the veiwtopic page. If you need the full file, let me know.

//
    // Generate ranks, set them to empty string initially.
    //
    $poster_rank = '';
    $rank_image = '';
    if ( $postrow[$i]['user_id'] == ANONYMOUS )
    {
    }
    else if ( $postrow[$i]['user_rank'] )
    {
        for($j = 0; $j < count($ranksrow); $j++)
        {
            if ( $postrow[$i]['user_rank'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )
            {
                $poster_rank = $ranksrow[$j]['rank_title'];
// Begin PNphpBB2 Module-PNTheme Rank images
                $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';
// End PNphpBB2 Module-PNTheme Rank images
            }
        }
    }
    else
    {
        for($j = 0; $j <count>= $ranksrow[$j]['rank_min'] && !$ranksrow[$j]['rank_special'] )
            {
                $poster_rank = $ranksrow[$j]['rank_title'];
// Begin PNphpBB2 Module
                $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';
// End PNphpBB2 Module
            }
        }
    }
    //
    // Rank 2 Begin
    //
   $poster_rank2 = '';
   $rank2_image = '';
   if ( $postrow[$i]['user_rank2'] )
   {
      for($i = 0; $i < count($ranksrow); $i++)
      {
         if ( $postrow[$i]['user_rank2'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )
         {
            $poster_rank2 = $ranksrow[$i]['rank_title'];
            $rank2_image = ( $ranksrow[$i]['rank_image'] ) ? '<img><br>' : '';
         }
      }
   }
   //
   // Rank 2 End
   //


I put this post up at the phpBBhacks website but no help from them. I hope you can help me. Thanks.

Moving Target
 



 
ProfiloInvia Messaggio Privato 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio Second Rank 
 
Hi MovingTarget, thank you for your appreciation!

Unfortunately, I don't know PostNuke, so I can only try to guess what the problem could be. In this case I think that PostNuke is using a tag to identificate phpBB blocks, so you can try to add // Begin PNphpBB2 Module where the rank is assigned to the variable (as is done for the first rank).

However, try to use this code and let me know if it works.

Thank you!


Codice: [Download] [Nascondi]
  1.         //  
  2.         // Generate ranks, set them to empty string initially.  
  3.         //  
  4.         $poster_rank = '';  
  5.         $rank_image = '';  
  6.     if ( $postrow[$i]['user_id'] == ANONYMOUS )  
  7.     {  
  8.     }  
  9.     else if ( $postrow[$i]['user_rank'] )  
  10.     {  
  11.             for($j = 0; $j < count($ranksrow); $j++)  
  12.             {  
  13.                 if ( $postrow[$i]['user_rank'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )  
  14.                 {  
  15. // Begin PNphpBB2 Module-PNTheme Rank images  
  16.                     $poster_rank = $ranksrow[$j]['rank_title'];  
  17.                     $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';  
  18. // End PNphpBB2 Module-PNTheme Rank images  
  19.                 }  
  20.             }  
  21.     }  
  22.     else  
  23.     {  
  24.             for($j = 0; $j <count>= $ranksrow[$j]['rank_min'] && !$ranksrow[$j]['rank_special'] )  
  25.                 {  
  26. // Begin PNphpBB2 Module  
  27.                     $poster_rank = $ranksrow[$j]['rank_title'];  
  28.                     $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img><br>' : '';  
  29. // End PNphpBB2 Module  
  30.                 }  
  31.             }  
  32.     }  
  33.     //  
  34.     // Rank 2 Begin  
  35.     //  
  36.         $poster_rank2 = '';  
  37.         $rank2_image = '';  
  38.         if ( $postrow[$i]['user_rank2'] )  
  39.         {  
  40.             for($i = 0; $i < count($ranksrow); $i++)  
  41.             {  
  42.                  if ( $postrow[$i]['user_rank2'] == $ranksrow[$i]['rank_id'] && $ranksrow[$i]['rank_special'] )  
  43.                  {  
  44. // Begin PNphpBB2 Module  
  45.                         $poster_rank2 = $ranksrow[$i]['rank_title'];  
  46.                         $rank2_image = ( $ranksrow[$i]['rank_image'] ) ? '<img><br>' : '';  
  47. // End PNphpBB2 Module  
  48.                  }  
  49.             }  
  50.         }  
  51.         //  
  52.         // Rank 2 End  
  53.         //  
  54.  

 




____________
Luca
 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio  
 
Nope. Neither of those worked. I have change the code around so many times and I still cant see what could be wrong. Could it be possible it isn't in the viewtopic.php file? It works on the Profile and Member List pages (NOTE: I had to change the code there to get it to work, if you would like to see it..maybe it will help.. just let me know.) This is really bugging me. Thanks again for all of your help. Got any suggestions on the next step??

Moving Target
 



 
ProfiloInvia Messaggio Privato 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio Help 
 
Are you sure you have modified also the viewtopic_body.tpl? Please, post hera also the section of that file which regard this mod.

Finally, please post here also the modifications you have applied on memberlist.php and also the template code (memberlist_body.tpl).

Thanks!

 




____________
Luca
 
ProfiloInvia Messaggio PrivatoHomePageGalleria Personale 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio  
 
Ok.. the .tpl might be it..here is the code:

viewtopic_body.tpl
Codice: [Download] [Nascondi]
  1. <!-- BEGIN postrow -->  
  2. <tr>  
  3. <td valign="top" class="{postrow.ROW_CLASS}" rowspan="2"><span class="name"><strong>{postrow.POSTER_NAME}</strong></span>{postrow.POSTER_STATUS_IMG}<br />  
  4. <span class="postdetails"><center>{postrow.RANK_IMAGE}<br />{postrow.POSTER_RANK}<br />{postrow.RANK2_IMAGE}<br />{postrow.POSTER_RANK2}<br />{postrow.POSTER_AVATAR}<br /><br /></center>  
  5. <span style="border-top-style: solid; border-top-width: 1">{postrow.POSTER_JOINED}</span><br />  


Ill post the other files after this one.

Moving Target
 



 
ProfiloInvia Messaggio Privato 
Torna in cimaVai a fondo pagina
Rispondi Citando Download Messaggio 
Messaggio  
 
memberlist.php(5 different addidions)
Codice: [Download] [Nascondi]
  1. $template->assign_vars(array(  
  2.     'L_SELECT_SORT_METHOD' => $lang['Select_sort_method'],  
  3.     'L_EMAIL' => $lang['Email'],  
  4.     'L_WEBSITE' => $lang['Website'],  
  5.     'L_FROM' => $lang['Location'],  
  6.     'L_ORDER' => $lang['Order'],  
  7.     'L_SORT' => $lang['Sort'],  
  8.     'L_SUBMIT' => $lang['Sort'],  
  9.     'L_AIM' => $lang['AIM'],  
  10.     'L_YIM' => $lang['YIM'],  
  11.     'L_MSNM' => $lang['MSNM'],  
  12.     'L_ICQ' => $lang['ICQ'],  
  13.     'L_USER_RANK' => $lang['Poster_rank'],  
  14.     'L_JOINED' => $lang['Joined'],  
  15.     'L_POSTS' => $lang['Posts'],  
  16.     'L_PM' => $lang['Private_Message'],  
  17.  
  18.     'S_MODE_SELECT' => $select_sort_mode,  
  19.     'S_ORDER_SELECT' => $select_sort_order,  
  20.     'S_MODE_ACTION' => append_sid("memberlist.$phpEx"))  
  21. ); 


Codice: [Download] [Nascondi]
  1. case 'joined':  
  2.         $order_by = "user_regdate $sort_order LIMIT $start, " . $board_config['topics_per_page'];  
  3. //  
  4. // Rank Begin  
  5. //  
  6. $sql = "SELECT *  
  7.     FROM " . RANKS_TABLE . "  
  8.     ORDER BY rank_special, rank_min";  
  9. if ( !($result = $db->sql_query($sql)) )  
  10. {  
  11.     message_die(GENERAL_ERROR, "Could not obtain ranks information.", '', __LINE__, __FILE__, $sql);  
  12. }  
  13. $ranksrow = array();  
  14. while ( $row = $db->sql_fetchrow($result) )  
  15. {  
  16.     $ranksrow[] = $row;  
  17. }  
  18. $db->sql_freeresult($result);  
  19. //  
  20. // Rank End  
  21. //  
  22.         break;  
  23.     case 'username': 


Codice: [Download] [Nascondi]
  1. $sql = "SELECT username, user_id, user_viewemail, user_posts, user_regdate, user_from, user_website, user_email, user_icq, user_aim, user_yim, user_msnm, user_avatar, user_avatar_type, user_allowavatar, user_rank , user_rank2  
  2.     FROM " . USERS_TABLE . "  
  3.     WHERE user_id <> " . ANONYMOUS . "  
  4.     ORDER BY $order_by"; 


Codice: [Download] [Nascondi]
  1. $posts = ( $row['user_posts'] ) ? $row['user_posts'] : 0;  
  2.         //  
  3.         // Rank Begin  
  4.         // Generate ranks, set them to empty string initially.  
  5.         //  
  6.         $user_rank = '';  
  7.         $rank_image = '';  
  8.         if ( $row['user_rank'] )  
  9.         {  
  10.             for($j = 0; $j < count($ranksrow); $j++)  
  11.             {  
  12.                 if ( $row['user_rank'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )  
  13.                 {  
  14.                     $user_rank = $ranksrow[$j]['rank_title'];  
  15.                     $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img src="' . $ranksrow[$j]['rank_image'] . '" alt="' . $user_rank . '" title="' . $user_rank . '" border="0" /><br />' : '';  
  16.                 }  
  17.             }  
  18.         }  
  19.         else  
  20.         {  
  21.             for($j = 0; $j < count($ranksrow); $j++)  
  22.             {  
  23.                 if ( $row['user_posts'] >= $ranksrow[$j]['rank_min'] && !$ranksrow[$j]['rank_special'] )  
  24.                 {  
  25.                     $user_rank = $ranksrow[$j]['rank_title'];  
  26.                     $rank_image = ( $ranksrow[$j]['rank_image'] ) ? '<img src="' . $ranksrow[$j]['rank_image'] . '" alt="' . $user_rank . '" title="' . $user_rank . '" border="0" /><br />' : '';  
  27.                 }  
  28.             }  
  29.         }  
  30.         //  
  31.         // Rank End  
  32.         //  
  33.  
  34.         //  
  35.         // Rank 2 Begin  
  36.         // Generate ranks, set them to empty string initially.  
  37.         //  
  38.         $user_rank2 = '';  
  39.         $rank2_image = '';  
  40.         if ( $row['user_rank2'] )  
  41.         {  
  42.             for($j = 0; $j < count($ranksrow); $j++)  
  43.             {  
  44.                 if ( $row['user_rank2'] == $ranksrow[$j]['rank_id'] && $ranksrow[$j]['rank_special'] )  
  45.                 {  
  46.                     $user_rank2 = $ranksrow[$j]['rank_title'];  
  47.                     $rank2_image = ( $ranksrow[$j]['rank_image'] ) ? '<img src="' . $ranksrow[$j]['rank_image'] . '" alt="' . $user_rank2 . '" title="' . $user_rank2 . '" border="0" /><br />' : '';  
  48.                 }  
  49.             }  
  50.         }  
  51.         //  
  52.         // Rank 2 End  
  53.         //  
  54.  


Codice: [Download] [Nascondi]
  1. $template->assign_block_vars('memberrow', array(  
  2.             'ROW_NUMBER' => $i + ( $HTTP_GET_VARS['start'] + 1 ),  
  3.             'ROW_COLOR' => '#' . $row_color,  
  4.             'ROW_CLASS' => $row_class,  
  5.             'USERNAME' => $username,  
  6.             'FROM' => $from,  
  7.             'JOINED' => $joined,  
  8.             'USER_RANK' => $user_rank,  
  9.             'USER_RANK_IMG' => $rank_image,  
  10.             'USER_RANK2' => $user_rank2,  
  11.             'USER_RANK2_IMG' => $rank2_image,  
  12.             'POSTS' => $posts,  
  13.             'AVATAR_IMG' => $poster_avatar,  
  14.             'PROFILE_IMG' => $profile_img,  
  15.             'PROFILE' => $profile,  
  16.             'SEARCH_IMG' => $search_img,  
  17.             'SEARCH' => $search,  
  18.             'PM_IMG' => $pm_img,  
  19.             'PM' => $PM,  
  20.             'EMAIL_IMG' => $email_img,  
  21.             'EMAIL' => $email,  
  22.             'WWW_IMG' => $www_img,  
  23.             'WWW' => $www,  
  24.             'ICQ_STATUS_IMG' => $icq_status_img,  
  25.             'ICQ_IMG' => $icq_img,  
  26.             'ICQ' => $icq,  
  27.             'AIM_IMG' => $aim_img,  
  28.             'AIM' => $aim,  
  29.             'MSN_IMG' => $msn_img,  
  30.             'MSN' => $msn,  
  31.             'YIM_IMG' => $yim_img,  
  32.             'YIM' => $yim,  
  33.              


memberlist_body.tpl (its small so i put the whole file in)
Codice: [Download] [Nascondi]
  1. <form method="post" action="{S_MODE_ACTION}">  
  2. <table width="100%" cellspacing="2" cellpadding="2" border="0">  
  3. <tr>  
  4. <td class="nav"><a href="{U_INDEX}">{L_INDEX}</a></td>  
  5. </tr>  
  6. </table>  
  7. <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">  
  8. <tr>  
  9. <th>#</th>  
  10. <th> {L_PM} </th>  
  11. <th> {L_USERNAME} </th>  
  12. <th> {L_USER_RANK} </th>  
  13. <th> {L_EMAIL} </th>  
  14. <th>{L_FROM}</th>  
  15. <th>{L_JOINED}</th>  
  16. <th>{L_POSTS}</th>  
  17. <th>{L_WEBSITE}</th>  
  18. </tr>  
  19. <!-- BEGIN memberrow -->  
  20. <tr>  
  21. <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.ROW_NUMBER} </td>  
  22. <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.PM_IMG} </td>  
  23. <td class="{memberrow.ROW_CLASS}" align="center"><a href="{memberrow.U_VIEWPROFILE}">{memberrow.USERNAME}</a></td>  
  24. <td class="{memberrow.ROW_CLASS}" align="center" valign="middle">  
  25.             <span class="gensmall">  
  26.                 {memberrow.USER_RANK_IMG}<br />  
  27.                 {memberrow.USER_RANK}  
  28.                 {memberrow.USER_RANK2_IMG}<br />  
  29.                 {memberrow.USER_RANK2}  
  30.             </span>  
  31.         </td>  
  32. <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.EMAIL_IMG} </td>  
  33. <td class="{memberrow.ROW_CLASS}" align="center">{memberrow.FROM}</td>  
  34. <td class="{memberrow.ROW_CLASS}" align="center"><span class="gensmall">{memberrow.JOINED}</span></td>  
  35. <td class="{memberrow.ROW_CLASS}" align="center">{memberrow.POSTS}</td>  
  36. <td class="{memberrow.ROW_CLASS}" align="center"> {memberrow.WWW_IMG} </td>  
  37. </tr>  
  38. <!-- END memberrow -->  
  39. <tr align="center">  
  40. <td class="cat" colspan="9">  
  41. <table border="0" cellspacing="0" cellpadding="0">  
  42. <tr>  
  43. <td class="genmed">{L_SELECT_SORT_METHOD}: </td>  
  44. <td>{S_MODE_SELECT}  </td>  
  45. <td class="genmed">{L_ORDER}: </td>  
  46. <td>{S_ORDER_SELECT}  </td>  
  47. <td><input type="submit" name="submit" value="{L_SUBMIT}" class="catbutton" /></td>  
  48. </tr>  
  49. </table>  
  50. </td>  
  51. </tr>  
  52. </table>  
  53. <table width="100%" cellspacing="2" cellpadding="2" border="0">  
  54. <tr>  
  55. <td class="nav"><a href="{U_INDEX}">{L_INDEX}</a><br />  
  56. {PAGINATION}</td>  
  57. </tr>  
  58. </table>  
  59. </form>  
  60. <br clear="all" />  
  61. <div align="left">{JUMPBOX}</div> 


Moving Target
 



 
ProfiloInvia Messaggio Privato 
Torna in cimaVai a fondo pagina
Mostra prima i messaggi di:   
NascondiQuesto argomento è stato utile?
Inserisci un link per questo argomento
URL
BBCode
HTML

Questo Forum è chiuso: Non puoi inserire, rispondere o modificare gli Argomenti.  Quest'Argomento è chiuso: Non puoi inserire, rispondere o modificare i Messaggi.  Pagina 1 di 19
Vai a 1, 2, 3 ... 17, 18, 19  Successivo




 
Lista Permessi
Non puoi inserire nuovi Argomenti
Non puoi rispondere ai Messaggi
Non puoi modificare i tuoi Messaggi
Non puoi cancellare i tuoi Messaggi
Non puoi votare nei Sondaggi
Non puoi allegare files
Puoi scaricare gli allegati
Non puoi inserire eventi calendario



  

 

 
 Powered by Icy Phoenix based on phpBB
Visualizzazione Lo-Fi
Tempo Generazione: 0.9054s (PHP: 34% SQL: 66%)
SQL queries: 14 - Debug On - GZIP Abilitato
Design by Mighty Gorgon