Форуми / Cotonti / Extensions / Support / Weird tabber prob

minoation
#1 30.08.2009 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 30.08.2009 22:16
give a image or grant user profile access to guests so we can see.
minoation
#3 30.08.2009 22:19
Okay here it is
Awesome!
DemptD
#4 31.08.2009 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 01.09.2009 05:44
Yes.I did.
Awesome!
Kingsley
#6 01.09.2009 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 02.09.2009 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!

Відредаговано: minoation (06.09.2009 09:18, 14 років тому)
Kilandor
#8 06.09.2009 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 06.09.2009 11:36
Now it looks like this:
Awesome!
Kilandor
#10 06.09.2009 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 07.09.2009 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!

Відредаговано: minoation (07.09.2009 04:51, 14 років тому)