Subject: Moving miscellaneous MarkUp
Is there any chance to include fixes such as
[ in unb_lib/common_post.lib.php ]
[ and unb_lib/designs/modern/tpl/post.html ]
in order to improve the customizability of UNB?
[ in unb_lib/common_post.lib.php ]
- @@ -220,7 +220,7 @@
- {
- if ($user->Load($post->GetUser()))
- {
- - $tpitem['authorStatus'] = UnbGetUserStatusText($user->GetID(), '<i>(%s)</i>', true, false);
- + $tpitem['authorStatus'] = UnbGetUserStatusText($user->GetID(), '%s', true, false);
- $tpitem['authorTitle'] = t2h($user->GetTitle());
- $tpitem['authorMemberSince'] = UnbFriendlyDate($user->GetRegDate(), 2, 1, true, 1);
- @@ -251,11 +251,11 @@
- }
- elseif ($post->GetUser() == 0)
- {
- - $tpitem['authorStatus'] = UnbGetUserStatusText(0, '<i>(%s)</i>', true, true);
- + $tpitem['authorStatus'] = UnbGetUserStatusText(0, '%s', true, true);
- }
- elseif ($post->GetUser() == -1)
- {
- - $tpitem['authorStatus'] = UnbGetUserStatusText(-1, '<i>(%s)</i>', true, true);
- + $tpitem['authorStatus'] = UnbGetUserStatusText(-1, '%s', true, true);
- }
- if ($show_thread)
- @@ -51,7 +51,7 @@
- <img id="post_{$post.num}_moreimg" src="{imgurl}arrow_down.png" alt="" />
- {$post.authorName}
- </span>
- -<span class="post_userinfo">{--$post.authorOnlineImg}{if $post.authorThreadStarter} <img {$UNBImage.starter} title="{tr "post.thread starter"}" />{endif} {$post.authorStatus}</span>
- +<span class="post_userinfo">{--$post.authorOnlineImg}{if $post.authorThreadStarter} <img {$UNBImage.starter} title="{tr "post.thread starter"}" />{endif} {if $post.authorStatus}<i>({$post.authorStatus})</i>{endif}</span>
- {if $post.numAll}
- <span class="post_num"><a href="{$post.hereLink}">#{$post.numAll}</a></span>
Alala, Alala, Gimme three wishes - CSS

jense
Show profile
Link to this post
I have done it but I just don't want to pack a new release for this change...
common_out.lib.php 94.7 kBytes