06-02-2011, 04:46 AM
06-02-2011, 05:27 AM
If you have a plan to use jQuery on your site, probably you can start to modify this (to make it an unobtrusive javascript tabs):
http://community.mybb.com/thread-62039.html
If you don't have a plan to use jQuery, probably you can try this:
http://www.dynamicdrive.com/dynamicindex...http://www.dynamicdrive.com/dynamicindex17/tabc
Really, it's hard (for me) for recommending which tabs should be used, because there are too many javascript tabs out there. Try to find an unobtrusive javascript tabs.
http://community.mybb.com/thread-62039.html
If you don't have a plan to use jQuery, probably you can try this:
http://www.dynamicdrive.com/dynamicindex...http://www.dynamicdrive.com/dynamicindex17/tabc
Really, it's hard (for me) for recommending which tabs should be used, because there are too many javascript tabs out there. Try to find an unobtrusive javascript tabs.
06-02-2011, 09:02 AM
Thanks for the help.
Got the Tabs working.
Now I have the problem with the implement of the last posts.
I could not get it working with the {$lastposts} from mybb. Got the problem: When I will include a new page to the tabs.
Isn't it right, that I do <div id="IDNAME" class="content"></div> around the function. Like {$lastposts}. But seems not to work if I call it with rel="IDNAME"
Got you a tip for me?
Thank's for the help
Got the Tabs working.
Now I have the problem with the implement of the last posts.
I could not get it working with the {$lastposts} from mybb. Got the problem: When I will include a new page to the tabs.
Isn't it right, that I do <div id="IDNAME" class="content"></div> around the function. Like {$lastposts}. But seems not to work if I call it with rel="IDNAME"
Got you a tip for me?
Thank's for the help
06-02-2011, 12:37 PM
(06-02-2011 09:02 AM)bxx Wrote: [ -> ]But seems not to work if I call it with rel="IDNAME"Why would you want to put an ID name in a rel attribute?
What a strange thing to do...
06-02-2011, 12:39 PM
Because it was like the same with the forums : Cat_ID ...
Eh..have to Test later how to handle then...
Eh..have to Test later how to handle then...
06-02-2011, 04:02 PM
IDs are meant to be unique, in other words, different for each item.
You can't just randomly put it somewhere else and hope it'll work.
You can't just randomly put it somewhere else and hope it'll work.
06-02-2011, 07:00 PM
Ah Yes but i thought that it would Be unique, because it was only linked to a funktion with One parameter.
So is it possible to Call a function in another way like i Want to do.
I See no other way as to include anything beside the rel=""
So is it possible to Call a function in another way like i Want to do.
I See no other way as to include anything beside the rel=""
06-03-2011, 06:18 PM
Can't get it work :/ Has anyone a tip for me?
06-04-2011, 01:38 AM
Which tabs you use and which latest posts plugin you use?
06-04-2011, 02:49 AM
I use the Tabs from the first Link you posted.
I tested to implement the {$latestpost} function from mybb itself ( from Portal )
But i also have tested with prostats . But its the Same One, because it is only a function in the template.
Thanks for your help!
I tested to implement the {$latestpost} function from mybb itself ( from Portal )
But i also have tested with prostats . But its the Same One, because it is only a function in the template.
Thanks for your help!