Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki OwnerTime Lord
UBBDev / UBBWiki OwnerTime Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Author : Gizmo/Gremelin (James of
VNC Web Design )
Requirements :
Valid UBB.Threads install and license.
About :
This quick modification will "highlight" your subforums, just like we have here at UBB.Dev.
New Image (place in your "general" image folders):
https://www.ubbdev.com/forums/images/general/default/subforum.png - Provided by our good friend id242.
The Modification Add the following to your style (CP -> Display Options -> Styles -> Edit Style, Extra Properties):
.subforum { background: #E9ECF2; border: 1px solid #708097; -moz-border-radius: 4px; border-radius: 4px; display: inline; padding-left: 2px; padding-right: 2px; white-space: nowrap; } .subforum a { text-decoration: none; } In libs/functions_forums.inc.php :
Find :
$returndata[$i]['subforum_links']["$sub_id"][0] = sprintf('<a href="%s">%s</a>', make_ubb_url("ubb=postlist&Board=$sub_id&page=1", $title, false), $title); Replace With: :
$returndata[$i]['subforum_links']["$sub_id"][0] = sprintf('<div class="subforum"><a href="%s">%s</a></div>', make_ubb_url("ubb=postlist&Board=$sub_id&page=1", $title, false), $title); Find :
$returndata[$i]['subforums'] .= ($subforum_moo[0] . (($subforum_moo[1] > 0) ? sprintf(' <span class="newtotal">(%s)</span>', $subforum_moo[1]) : '') . ', '); Replace With: :
$returndata[$i]['subforums'] .= ($subforum_moo[0] . (($subforum_moo[1] > 0) ? sprintf(' <span class="newtotal">(%s)</span>', $subforum_moo[1]) : '') . ' '); In templates/default/forum.tpl :
Find :
{if $forum[cats][fora].subforums}{$lang.SUBFORUMS} {$forum[cats][fora].subforums}{/if} Replace With: :
{if $forum[cats][fora].subforums}<img src="{$config.BASE_URL}/images/{$style_array.general}/subforum.png" alt=""> {$forum[cats][fora].subforums}{/if} Please leave your thanks below so we can know that we've helped you!
UBBT 7.5.8 using UBBCentral.com default "blue-orange" style:
Attachments
Joined: Dec 2001
Posts: 87
Power User
Power User
Joined: Dec 2001
Posts: 87
Did I miss seeing the "new image"?
Bill Barker Issaquah, Wa
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki OwnerTime Lord
UBBDev / UBBWiki OwnerTime Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Bill, look under "New Image" and to the left of "Provided by our good friend id242"; it blends in; or the direct URL as Isaac pointed out is
https://www.ubbdev.com/forums/images/general/default/subforum.png
Joined: Dec 2001
Posts: 87
Power User
Power User
Joined: Dec 2001
Posts: 87
Okay, found it... I saw my mouse change shape, but I didn't right click on it. Is the "arrow" suppose to be a new-style link to images? I haven't seen this before. ------ Oh, wait!! The arrow IS THE IMAGE.... okay, I get it.
Last edited by Bill B; 09/12/2014 5:47 AM . Reason: added comment
Bill Barker Issaquah, Wa
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki OwnerTime Lord
UBBDev / UBBWiki OwnerTime Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Haha, yes, the new image is the arrow... Let me make it stand out more, lol
Joined: Dec 2001
Posts: 87
Power User
Power User
Joined: Dec 2001
Posts: 87
Okay... one more clarification if you don't mind. I haven't installed, or tested, this yet, but I"m a tad confused as to what you mean by "will "highlight" your subforums ". A while ago, I added code which "color-codes" my forums depending upon which "group" my members belong in. Is this change similar?
Bill Barker Issaquah, Wa
Joined: Jul 2001
Posts: 1,157
Likes: 82
coffee and code
coffee and code
Joined: Jul 2001
Posts: 1,157
Likes: 82
I just added some screenshots to the OP Very nice mod, Gizmo. Following your directions, it was quick and easy to implement.
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki OwnerTime Lord
UBBDev / UBBWiki OwnerTime Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Isaac's screen captures on the initial post cover it nicely.
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Posts:
254
Joined: January 2000
Forums63
Topics37,575
Posts293,930
Members13,823
Most Online6,139Sep 21st, 2024
Currently Online
Topics Created
Posts Made
Users Online
Birthdays