Author |
Message |
nextgen
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/Risque/fhf212.jpg)
Joined: Sep 28, 2006
Posts: 241
|
Posted:
Wed Apr 21, 2010 5:34 am |
|
With the move of the Forums Includes files in ravennuke into the modules/Forums/includes it made the forums collapsing block throw out errors because it is still looking for the root/includes/constants.php when it is actually now in the modules/forums/includes/constants.php Would someone update the download so all future users can use it and have no issues. I have the debugger from Only registered users can see links on this board! Get registered or login! and it shows me a bunch of errors from the block. Here is a screenshot.
![Image Image](http://www.ngnuke.com/images/collapse.png) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Wed Apr 21, 2010 5:41 am |
|
Are trying to use this block on a RN site? If so a new block is included in the package. It will not work on a non RavenNuke site unless the jQuery library is loaded. |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nextgen
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 21, 2010 7:37 am |
|
a center block that collapses ? I see a side block but no other collapsing blocks. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nextgen
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 21, 2010 7:39 am |
|
It is working fine now, just need to correct the path to the constants.php. No errors at all. Just wanted to post in case others find the same issue. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 21, 2010 1:46 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
nextgen
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 21, 2010 6:08 pm |
|
exactly like that one. Could there be a newer version ? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 21, 2010 8:19 pm |
|
The block on the site in your profile is not using the latest version of the block. I can tell by looking at it. The newest block is included in the package so I am not sure how you got that one. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
luckson
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 02, 2008
Posts: 22
Location: NaGaLim
|
Posted:
Sat Aug 14, 2010 4:06 am |
|
I have problem with this block too! The "Show/Hide" doesn't work when click... M not using the latest RN version though. V2.30.01 RN is the last version i installed/upgraded in 2009.
Any suggestion will be much appreciated.
my site is www.nagas.co.uk |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Aug 14, 2010 9:28 am |
|
You need to download the main jQuery library, and place it in includes/jquery. Then add the following to header,php between the head tags.
Code:
<script type="text/javascript" language="JavaScript" src="includes/jquery/jquery.js"></script>
|
You may need to change "jquery.js" to what ever you call it. I do not think the block requires any plug-ins, but I can not remember. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
luckson
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 15, 2010 2:27 am |
|
Prolly the problem is with my theme. It works like a charm with Fisubice theme... tested both in IE and Firefox... it looks awkward in Google Chrome though ... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
spasticdonkey
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/48fb116845dfecf66294c.gif)
Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA
|
Posted:
Sun Aug 15, 2010 10:00 am |
|
The collapse button seemed to work ok for me on your site using latest of IE and Firefox. Although sometimes other JS errors can cause issues, i got a JS warning in IE with:
Code:<img width="170" height="94" border="0" align="left" src="frontpage/signup.png" style="margin-right: 10px;" onmouseover="this.src=''frontpage/signup1.png'';" onmouseout="this.src=''frontpage/signup.png'';" alt="" />
|
try changing to:
Code:<img width="170" height="94" border="0" align="left" src="frontpage/signup.png" style="margin-right: 10px;" onmouseover="this.src='frontpage/signup1.png'" onmouseout="this.src='frontpage/signup.png'" alt="" />
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|