Forums / Cotonti / Development / Siena Beta Testing

Bugfixing and evaluation cycle started

Trustmaster
#28650 2011-02-28 05:23
# pieter : {USERS_PROFILE_HIDEEMAIL} does not work.
Is there a way to show emailadres in profile?

Added 4 hours 36 minutes later:


Added
$R['users_link_sort'] = '<a href="{$asc_url}" rel="nofollow"><img class="icon" src="themes/symisun-03/img/system/arrow-down.gif" alt="" /></a> <a href="{$desc_url}" rel="nofollow"><img class="icon" src="themes/symisun-03/img/system/arrow-up.gif" alt="" /></a> {$text}';
This did work. I think, but not anymore.

I added also the following in theme.php but it does not work.

$R['forums_icon_posts'] = '<img class="icon" src="themes/symisun-03/img/system/posts.gif" alt="'.$L['forums_nonewposts'].'" />';
$R['forums_icon_posts_hot'] = '<img class="icon" src="themes/symisun-03/img/system/posts_hot.gif" alt="'.$L['forums_nonewpostspopular'].'" />';
$R['forums_icon_posts_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_locked.gif" alt="'.$L['forums_locked'].'" />';
$R['forums_icon_posts_moved'] = '<img class="icon" src="themes/symisun-03/img/system/posts_moved.gif" alt="'.$L['forums_movedoutofthissection'].'" />';
$R['forums_icon_posts_new'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new.gif" alt="'.$L['forums_newposts'].'" />';
$R['forums_icon_posts_new_hot'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_hot.gif" alt="'.$L['forums_newpostspopular'] .'" />';
$R['forums_icon_posts_new_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_locked.gif" alt="'.$L['forums_newpostslocked'].'" />';
$R['forums_icon_posts_new_sticky'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_sticky.gif" alt="'.$L['forums_newpostssticky'].'" />';
$R['forums_icon_posts_new_sticky_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_new_sticky_locked.gif" alt="'.$L['forums_newannouncment'].'" />';
$R['forums_icon_posts_sticky'] = '<img class="icon" src="themes/symisun-03/img/system/posts_sticky.gif" alt="'.$L['forums_sticky'].'" />';
$R['forums_icon_posts_sticky_locked'] = '<img class="icon" src="themes/symisun-03/img/system/posts_sticky_locked.gif" alt="'.$L['forums_announcment'].'" />';
$R['forums_icon_subforum'] = '<img class="icon" src="modules/forums/img/subforum.png" alt="{PHP.L.Subforum}" />';

How does this work?
$cfg['defaulticons'] = 'default'; // Default icon pack
Fixed

Added -12,274 ms later:

Test

May the Source be with you!