Forumlar / Cotonti / Extensions / Support / Weird tabber prob

minoation
#1 2009-08-30 22:09
I have recently personalized my user details pages for all my users with tabber.But my tabs are not beside each other.How do I make them side by side?I got the tabber thingy from seditio forge btw.
Awesome!
DemptD
#2 2009-08-30 22:16
give a image or grant user profile access to guests so we can see.
minoation
#3 2009-08-30 22:19
Okay here it is
Awesome!
DemptD
#4 2009-08-31 09:57
you havent done the tabber correctly. its not loading.

only one of those blocks should be visible at a time.

did you do all of the steps?
minoation
#5 2009-09-01 05:44
Yes.I did.
Awesome!
Kingsley
#6 2009-09-01 14:50
apparently you didn't.. installed it on my localhost, and it work at once.. in IE, FF, Chrome, Opera and avant..
minoation
#7 2009-09-02 06:01
Okay.I'll reinstall it.

Added 4 days later:

Ok I found my prob:I don't get these two steps:
4]PUT THIS CODE TO YOUR HEADER.TPL DOWN FROM THE LINE WHO READ THE CSS FILE


Code:
<script type="text/javascript" src="skins/{PHP.skin}/tabber.js"></script>

<script type="text/javascript">

/* Optional: Temporarily hide the "tabber" class so it does not "flash"
on the page as plain HTML. After tabber runs, the class is changed
to "tabberlive" and it will appear. */

document.write('<style type="text/css">.tabber{display:none;}<\/style>');
</script>

and

2]OPEN THE example.css AND COPY IT (EVERYTHING WHAT IT IS WRITE THERE TO YOUR default CSS FILE...
Awesome!

Bu konu minoation tarafından düzenlendi(2009-09-06 09:18, 14 yıllar önce)
Kilandor
#8 2009-09-06 09:56
1: place the code somewhere between <head> and </head>
2. Simple open your skins main CSS file, and copy the code from the example into the css file, just place it at the bottom but anywhere is fine as long as its not inbetween a { }
minoation
#9 2009-09-06 11:36
Now it looks like this:
Awesome!
Kilandor
#10 2009-09-06 13:39
Please don't blott out the URL's o your site when your needing support. As anyways your site is already linked on your profile.

Anyways your problem is this
<script src="skins/sed-dark/tabber.js" type="text/javascript">
You have tabber linked into skins/sed-dark/tabber.js but that file doesn't exist
"Failed to load source for: http://www.lottclanp.net16.net/skins/sed-dark/tabber.js" Is what I got from FireBug.
minoation
#11 2009-09-07 02:28
# minoation : Now it looks like this:

It still looks the same.But all the tabs are formed.Ok.What must I have in my user details.tpl?
Awesome!

Bu konu minoation tarafından düzenlendi(2009-09-07 04:51, 14 yıllar önce)