live demo
Home arrow Support arrow Forum
Welcome, Guest
Please Login or Register.    Lost Password?
Fireboard-forums in scroller (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Fireboard-forums in scroller
#1495
Fireboard-forums in scroller 5 Months, 3 Weeks ago Karma: 0  
Has anyone seen a good way to use Fireboard and forums.



Say I have a fireboard with 3 different forums/categorys.



When I click on the meny I want it to scroll to a fireboard with topic 1, menu nr 2 also scrolls to a new module with fireboard-category nr 2



This can easily be done in a normal menu by useing URL-menu-items. But is it impossible in scroller?



// Marten
marten (Visitor)
Posts: 0
graphgraph
User Offline Click here to see the profile of this user
Birthdate:
Report to moderator   Logged Logged  
 
The administrator has disabled public write access.  
#1507
Re:Fireboard-forums in scroller 5 Months, 2 Weeks ago Karma: 19  
Hi Marten,



Apologies for the delay on this.



I think it might be a little tricky to achieve this especially since when you navigated to a post or a forum the box doesn't resize and would more than likely cut some of the post off.



If you want to try it you would need to edit the index.php file of the scroller and change a few of the settings:



$('link1'.addEvent('click', function(event) {

event = new Event(event).stop();

scroll.toElement('content1';

});



Thats the code that makes the first link in the menu scroll to the first div called content1. Its really just behaving like an anchor so you could change content1 to the name of the anchor of the forum section/category in order to make it scroll to it.



The menu link would then be hardcoded into the menu then and would only be relevant if you were on that page - otherwise if the nachor you stipulate doesnt exist it will more than likely throw an error and stop the other items from working.



I think the idea sounds great but the script is a bit limited for that kind of application.



Anthony.
Anthony Olsen (Admin)
Admin
Posts: 1147
graph
User Online Now Click here to see the profile of this user
Joomla Bamboo
Report to moderator   Logged Logged  
 
Creative Unique Minimal Joomla Templates
 
The administrator has disabled public write access.  
Go to top Post Reply
Powered by FireBoard