I just had to change some _link_s in mod_moolet_total_users.inc.php
for last registred and its image,the _link_ was sending for my "main" site, so I added "/membres" in these _link_s:
line 163:
| Code: : |
$content_1 = "$content_1 " . "<br /><img class='user_icon' src='$mod_folder/images/$icon4' width='32' height='14' border='0' alt='' />" ._REG_LST ." " ."<a href='/membres/index.php?option=com_comprofiler&
task=userProfile&user=$memberid'>".$memberslast.
"</a>";
|
line 185:
| Code: : |
$content_1 = "$content_1 " . "<br /><center><a href='/membres/index.php?option=com_comprofiler&
task=userProfile&
user=$memberid'><img class='vertical_image' src='".$userImage."' width='$avatar_width' height='$avatar_height' name='$userImage' border='0' vspace='4' hspace='4' alt='' /></a></center>";
|
Post edited by: yomax, at: 2007/08/17 00:04