Foren / Cotonti / Extensions / Support / Weird tabber prob

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

Dieser Beitrag wurde von minoation (am 6. September 2009, 09:18, vor 14 Jahre) bearbeitet
Kilandor
#8 6. September 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 6. September 2009, 11:36
Now it looks like this:
Awesome!
Kilandor
#10 6. September 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 7. September 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!

Dieser Beitrag wurde von minoation (am 7. September 2009, 04:51, vor 14 Jahre) bearbeitet