Advanced Quick Reply, i want the window expanded help

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Advanced Quick Reply, i want the window expanded help
ZORDAK
CZ Newbie
ZORDAK has been a member for over 19 year's 19 Year Member
spain.gif
Status: Offline
Joined: Jun 24, 2004
0.00 posts per day
Posts: 7
Points: 1,751
   
Hi all, i download the Advanced Quick Reply mod from downloads section, i installed it and work fine on IE and mozilla, the question is that i have to press on quick reply to expand the form, i want it open, always open and if someone press on the link close it.

I dont know how to make it, some help would be fine.

excuse my english icon_mrgreen.gif



Back to top Reply with quote
#2   re: Advanced Quick Reply, i want the window expanded help
Virgin_Steel
CZ Newbie
Virgin_Steel has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Jan 27, 2005
0.00 posts per day
Posts: 3
Points: 543
   
ok just find this in quick_reply.tpl (themes/Name-of-Your-Theme/forums/..)
<span id="cSec1" style="position:relative; ">
<a onclick="_dSectionExpand('1'); return false;" href="javascript:void(0)" onMouseOver="style.cursor='hand';"><b>«««« {L_QUICK_REPLY} »»»»</b></a></span>

<span id="xSec1" style="position:relative; display:none;">
<a onclick="_dSectionCollapse('1'); return false;" href="javascript:void(0)" onMouseOver="style.cursor='hand';"><b>«««« {L_QUICK_REPLY} »»»»</b></a>


And change it to:
<span id="xSec1" style="position:relative; display:none;">
<a onclick="_dSectionCollapse('1'); return false;" href="javascript:void(0)" onMouseOver="style.cursor='hand';"><b>«««« {L_QUICK_REPLY} »»»»</b></a></span>

<span id="cSec1" style="position:relative;">
<a onclick="_dSectionExpand('1'); return false;" href="javascript:void(0)" onMouseOver="style.cursor='hand';"><b>«««« {L_QUICK_REPLY} »»»»</b></a>

And you're ready.I tested it.Godspeed


Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum