Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Collapse/Expand Thread Icons and User Pemissions V (Read 4557 times)
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Collapse/Expand Thread Icons and User Pemissions V
Apr 19th, 2009 at 12:01pm
Print Post  
hello YaBBer   Cheesy

I have update Collapse/Expand Thread Icons and User Pemissions mod for YaBB 2.4

----------------------------------------------------------------
Collapse/Expand Thread Icons and User Pemissions V1.3
----------------------------------------------------------------


Description:
=============
This mod allows users/guests to collapse/expand Thread Icons and User Permissions.

Demo:
=============
YaBB 2.4 Testforum

Modfile Package:
=============
- Collapse_Expand_Thread_Icons_and_User_Pemission_V1_3-yabb24.mod
- Collapse_Expand_Thread_Icons_and_User_Pemission_V1_3-German_lng.mod
- Collapse_Expand_Thread_Icons_and_User_Pemission_V1_3-German_Du_lng.mod

Installation:
=============
1) Modify YaBB files using BoardMod or manually.
2) Load modified files to your server in ASCII mode.

Admin/ManageTemplates.pl (ASCII)
Admin/ModList.pl (ASCII)
Languages/English/MessageIndex.lng (ASCII)
Sources/MessageIndex.pl (ASCII)
Templates/default/MessageIndex.template (ASCII)

yabbfiles/Templates/Forum/default/iconslayer_down.gif (Binary)
yabbfiles/Templates/Forum/default/iconslayer_up.gif (Binary)

Add in Style Sheet where you want

Code
Select All
.iconrules {
	border-bottom-color: #C2C6CF;
	border-left-color: #C2C6CF;
	border-right-color: #C2C6CF;
	border-style: solid;
	border-top-color: #C2C6CF;
	border-width: 1px;
	padding: 5px;
	margin: 5px;
} 



Mod History:
=============
Status Collapse/Expand Thread Icons and User Pemissions V1.3 ( April 19th 2009 )
- Updated for YaBB 2.4

Download:
Collapse/Expand Thread Icons and User Pemissions V1.3
« Last Edit: Jan 1st, 2011 at 10:56am by Jeff »  

greetings
Jeff
Back to top
WWW  
IP Logged
 
batchman
Global Moderator
*****
Offline


What's up?!

Posts: 1280
Location: Orlando
Joined: Apr 28th, 2002
Gender: Male
Re: Collapse/Expand Thread Icons and User Pemissions V
Reply #1 - Jan 1st, 2010 at 10:05pm
Print Post  
It installs smoothy, and works well. Nice for reducing the clutter.

But ... I keep wanting to click on the little triangle icons to collapse or expand, and it doesn't work ... you have to click on the text, instead.

Just the possibility of having it work by clicking on the graphic, as well?

Very nice, clean mod!
  

Improving my forum, one mod at a time!


Now up and running again, with an accurate link.


Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Collapse/Expand Thread Icons and User Pemissions V
Reply #2 - Jan 2nd, 2010 at 8:20am
Print Post  
In MessageIndex.pl

search
Code
Select All
<a href="javascript:void(0);" onclick="enabRules();">$messageindex_txt{'902'}</a> <img name="imgrules" id="imgrules" alt="" src="$imagesdir/iconslayer_down.gif" border="0" /> 



replace
Code
Select All
<a href="javascript:void(0);" onclick="enabRules();">$messageindex_txt{'902'} <img name="imgrules" id="imgrules" alt="" src="$imagesdir/iconslayer_down.gif" border="0" /></a> 

  

greetings
Jeff
Back to top
WWW  
IP Logged
 
batchman
Global Moderator
*****
Offline


What's up?!

Posts: 1280
Location: Orlando
Joined: Apr 28th, 2002
Gender: Male
Re: Collapse/Expand Thread Icons and User Pemissions V
Reply #3 - Jan 2nd, 2010 at 3:48pm
Print Post  
Thank you ... very nice!
  

Improving my forum, one mod at a time!


Now up and running again, with an accurate link.


Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Collapse/Expand Thread Icons and User Pemissions V
Reply #4 - Jan 2nd, 2010 at 5:56pm
Print Post  
Your welcome.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint