phpBB-TweakS
 
Advanced Search
   
 
Home Downloads FAQ Register FAQ Memberlist Usergroups Ranks
 
 

Please help us to develop!

 
It appears you are using a browser that is not based on Internet Explorer, this means you are not viewing the web as good as you should be. Other browsers might try to immitate Internet Explorer, but none can parse the web as it should like Internet Explorer can. So view the web as it was meant to be with Avant Browser!
         

phpBB-TweakS Forum Index Integration Support AUC Intergration for chatasos- Show Last Visited Users mod
Display posts from previous:   
Half Thread Topic  Fully Thread Topic  Download Topic
      All times are GMT - 5 Hours  
Post new topic  Reply to topic

Sun Jan 20, 2008 6:39 am
Author Message
volf
100 Club
100 Club


Joined: 07 Jan 2005
Posts: 122
Words Posted: 12,733
Average Post: 104.37

Location: Finland

Post subject: AUC Intergration for chatasos- Show Last Visited Users mod Reply with quote

Code:
##############################################################
## MOD Title: AUC Intergration for chatasos- Show Last Visited Users mod
## MOD Author: volf < volf78@gmail.com > http://www.18v.biz/portal.html
## MOD Description: This mod integrates chatasos Show Last Visited Users mod version: 1.0.0 with aUsTiN's Advanced Username Color version 1.0.6
## MOD Version: 1.0.0
##
## Installation Level: Easy
## Installation Time: 1 minutes
## Files To Edit: includes/page_header.php

## Included Files: N/A
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
##   - Hope you find this useful
##############################################################
## MOD History:
##
##   2008-01-20 - Version 1.0.0
##      - First release.
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php

#
#-----[ FIND ]------------------------------------------
#
   // no need to execute code when viewing individual forum pages
   if ( !isset($forum_id) )
   {
      $sql = "SELECT u.user_id, u.username,
      
#
#-----[ IN LINE FIND ]------------------------------------------
#

u.username,

#
#-----[ IN-LINE AFTER, ADD]------------------------------------------
#

 u.user_color_gc,
 
#
#-----[ FIND ]------------------------------------------
#
            $user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'>' . $row['username'] . '</a>';
            
#
#-----[ REPLACE WITH ]---------------------------------------
#

            $user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '">' . CheckUsernameColor($row['user_color_gc'], $row['username']) . '</a>';

#
#-----[ FIND ]------------------------------------------
#

            $user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '"' . $style_color .'><i>' . $row['username'] . '</i></a>';

#
#-----[ REPLACE WITH ]---------------------------------------
#
            $user_link = '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=" . $row['user_id']) . '">' . CheckUsernameColor($row['user_color_gc'], $row['username']) . '</a>';

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Post #1
      Back To Top  

 
         

Post new topic  Reply to topic

phpBB-TweakS Forum Index Integration Support AUC Intergration for chatasos- Show Last Visited Users mod
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


      Back To Top  

Page 1 of 1
Jump to:  
 
Protected by phpBB Security © phpBB-TweakS
phpBB Security Has Blocked 3,235 Exploit Attempts.

· Archive · Sitemap: Index · Sitemap: Forums · Sitemap: Topics · Sitemap: Posts ·

:: [ Load Time: 2.8 Seconds ] :: [ 29 Queries ] :: [ 5,655 Page(s) Viewed Today ] ::
:: [ Todays Queries: 172,020 ] :: [ Highest Load: 1,396,429 Queries On May. 08, 2007 ] ::
:: [ SQL Load: 61% Time: 1.7 ] :: [ PHP Load: 39% Time: 1.1 ] :: [ Debug: On ] :: [ GZIP: Enabled ] ::
:: The server last rebooted 33 days, 10 hours, 16 minutes, 28 seconds ago. ::

The phpBB[Network]!
       
Powered by phpBB 2.0.* © 2001, 2002 phpBB Group
Avalanche style by What Is Real © 2004