Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

MI Tab Panel 1.00

Asked Modified Viewed 21,500 times
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
asked
Member

[mp]487[/mp]
Edited by Mehmet on 03-03-2013 23:56,
0 replies

28 posts

H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Great addon,congrats Mehmet..
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Quote

HaYaLeT wrote:

Great addon,congrats Mehmet..


Thanks @HaYaLeT.
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

super! i like it!
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Quote

jikaka wrote:

super! i like it!


Thanks @jikaka.
0 replies
— 1 month later —
S
spunk
S
spunk 10
www.duesseltag.de/../../images/banner/banner209x69.png
  • Member, joined since
  • Contributed 92 posts on the community forums.
  • Started 6 threads in the forums
answered
Member

Hi Mehmet!

Please have a look on my site.
There is a error with my navigation. The Dropdown-Menu is behind your Tabs...

http://www.f95tube.de

Any solution for this?
0 replies
G
Gillette
G
Gillette 10
  • Senior Member, joined since
  • Contributed 335 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Nice addon,Very good job!

[spam was removed from this thread]
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Quote

spunk wrote:

Hi Mehmet!

Please have a look on my site.
There is a error with my navigation. The Dropdown-Menu is behind your Tabs...

http://www.f95tube.de

Any solution for this?


I'm sory. I saw new your message, because forum information e-mail go to spam :S.

You can add z-index:999; or highest number to your menu css.
Example;
[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]
#menu {
margin: 15px 0 0 0;
background-color: #DDD;
z-index:999;
}
[/syntaxhighlighter]

If you fix your problem, I learn it.


Quote

Gillette wrote:

Nice addon,Very good job!

[spam was removed from this thread]


Thanks @Gillette.
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

@spunk I fixed your problem.
Open themes/Fortuna/includes/menu/styles-menu.css

And find below;

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]ul#cssmenu {
width: 100%;
margin: 0;
border: 0 none;
padding: 0;
list-style: none;
height: 33px;
font: 14px/28px Verdana, Arial;
}[/syntaxhighlighter]

And add below code to ul#cssmenu { ;

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]position: relative;
z-index: 9999;[/syntaxhighlighter]

So finally code like below;

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]ul#cssmenu {
width: 100%;
margin: 0;
border: 0 none;
padding: 0;
list-style: none;
height: 33px;
font: 14px/28px Verdana, Arial;
position: relative;
z-index: 9999;
}[/syntaxhighlighter]
0 replies
S
spunk
S
spunk 10
www.duesseltag.de/../../images/banner/banner209x69.png
  • Member, joined since
  • Contributed 92 posts on the community forums.
  • Started 6 threads in the forums
answered
Member

Ahhh, z-index!

Thank you very much, Mehmet! You fixed it! :G

I´m glad i can use your Tab-Panel...
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Quote

spunk wrote:

Ahhh, z-index!

Thank you very much, Mehmet! You fixed it! :G

I´m glad i can use your Tab-Panel...


You're welcome. Enjoy it.
0 replies
L
Layzee
L
Layzee 10
Seen it - done it!
  • Member, joined since
  • Contributed 113 posts on the community forums.
  • Started 20 threads in the forums
answered
Member

Well, great addon, but I have a question.

I would like to include some Panels (something like "latest download panel" or similar) into the tab content but it doesn't works. Neither with <iframe> nor with PHP-Code like "include...".

What do I have to change to make that possible?

Thx in advance...
Layzee
Edited by Layzee on 13-07-2012 20:43,
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Sory, I was outside the city. I came yet.

@Layzee you can't add to php code with tinymce and other. But I will work on it at new version.
Now you can add your codes to style1_mitab_panel.php, style2_mitab_panel.php or style3_mitab_panel.php.

For example if you will add your codes to style1_mitab_panel.php, you open style1_mitab_panel.php and find this.

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false] if ($mitabsettings['tab1_enable'] == "1" && $mitabsettings['tab1_content'] !== "" && $mitabsettings['tab1_name'] !== ""wink {
echo "<div id='tabs-1'>";
echo stripslashes($mitabsettings['tab1_content']);
echo "</div>\n";
[/syntaxhighlighter]
and change with this.

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false] if ($mitabsettings['tab1_enable'] == "1" && $mitabsettings['tab1_content'] !== "" && $mitabsettings['tab1_name'] !== ""wink {
echo "<div id='tabs-1'>";
echo"YOUR CODDES";
echo "</div>\n";[/syntaxhighlighter]
0 replies
L
Layzee
L
Layzee 10
Seen it - done it!
  • Member, joined since
  • Contributed 113 posts on the community forums.
  • Started 20 threads in the forums
answered
Member

Thanks mate, figured that out by myself meanwhile and of course it works fine ;-)

Would be great if in next versions that panel could take PHP-Code like include or at least a wider spectrum of HTML, such as <iframe>.
Edited by Layzee on 16-07-2012 19:12,
0 replies
D
djdandi
D
  • Senior Member, joined since
  • Contributed 298 posts on the community forums.
  • Started 99 threads in the forums
answered
Senior Member

I have a problem from 3 with style see not cannon how should.
http://pogoda.brzanekonline.pl/pogoda2012/news.php
please for the help I thank.
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Quote

djdandi wrote:

I have a problem from 3 with style see not cannon how should.
http://pogoda.brzanekonline.pl/pogoda2012/news.php
please for the help I thank.


I did not understand your problem. You can explain problem. And you can show me the problem.
0 replies
D
djdandi
D
  • Senior Member, joined since
  • Contributed 298 posts on the community forums.
  • Started 99 threads in the forums
answered
Senior Member

See aside it isn't possible to go between bookmarks
http://pogoda.brzanekonline.pl/pogoda2012/news.php
In the first bookmark all data is being shown from bookmarks
I apologise from my English
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Quote

djdandi wrote:

See aside it isn't possible to go between bookmarks
http://pogoda.brzanekonline.pl/pogoda2012/news.php
In the first bookmark all data is being shown from bookmarks
I apologise from my English


your problem the follow image?
img191.imageshack.us/img191/4797/tabproblem.png


Sory, problem is contents, ok. Firstly you can upload original tab files again? Because you edit files. I think that same css codes conflicting.
Edited by Mehmet on 30-07-2012 01:24,
0 replies
A
afoster
A
  • Senior Member, joined since
  • Contributed 725 posts on the community forums.
  • Started 128 threads in the forums
answered
Senior Member

Can php code be used with this infusion? I'm trying to find out if I can include information pulled from the database as you can in a panel.
0 replies
M
Mehmet
M
Mehmet 10
Mehmet (PHP
i54.tinypic.com/2eowvvq.png
Fusion Turkish Support Site Moderator)
  • Member, joined since
  • Contributed 54 posts on the community forums.
  • Started 10 threads in the forums
  • Started this discussions
answered
Member

Quote

afoster wrote:

Can php code be used with this infusion? I'm trying to find out if I can include information pulled from the database as you can in a panel.

You can not use php code and add to content now. But I will do it next version.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 28 posts
  • Votes 0 votes
  • Topic users 11 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet