Im planning to use the clanlist from OFxLedzeplin.
I would like to use the forums-avatars iso the gallery dirs.
How to change the code? Can it be done?
Thx
Code:
<?php
/************************************************************************/
/* OFxClanList (Profile) v1.2 - An addon module for PHP-Nuke */
/* ===================== */
/* PHP-Nuke OFxClanList (Profile) Module for PHP-Nuke v5.6+ */
/* By Gregory "OFxLedzeplin" Jones
Only registered users can see links on this board! Get registered or login to the forums!
*/
/* http://www.ofxgamer.com */
/* */
/* Bio/Profile file: /modules/module_name/ofxprofile.php */
/* */
/* Use as you wish, please add these sites to your weblinks - PEACE */
/*
Only registered users can see links on this board! Get registered or login to the forums!
-
Only registered users can see links on this board! Get registered or login to the forums!
-
Only registered users can see links on this board! Get registered or login to the forums!
*/
/************************************************************************/
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 or a newer version. */
/************************************************************************/
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
if (!isset($mainfile)) { include("mainfile.php"); }
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
if ( $m_id == "" ){echo "Missing MemberID!!!<br>\n";}
Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Sat Aug 27, 2005 6:09 am
I'm not understanding how/where you want to do this. If it's a link that is in this code then just change it to point to the images folder that you want.
I like to use the avatars that members already using in the forums.. Also the offline ones.. They cant use offline avatars in the clanlist.. So i thought the best way is not using the gallery, but using the forums avatar...
View next topic View previous topic
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