The MOD has no effect - Index Tabbed
The MOD has no effect
First I installed version 2.0.0 and followed the instructions, the changes do not appear in the forum, not in the ACP. Then I used version 3.0.0 and nothing appears.
I have the version 3.0.11 and I've cleaned cache.
Sorry for my poor English.
I have the version 3.0.11 and I've cleaned cache.
Sorry for my poor English.
Spanish Translations for Ext phpBB
- Traducciones al español para Ext phpBB
>>>>> https://github.com/Jorup16 <<<<<


>>>>> https://github.com/Jorup16 <<<<<
-
- Registered User
- Posts: 427
- Joined: Sun Dec 14, 2008 5:13 am
- Location: Guatemala
- Name: Jorge
Re: The MOD has no effect
The MOD already installed and running.
v2.0.0

v3.0.0

You see, the 3.0.0 version is not seen very well in my forum, use the style SE Gamer Light
https://www.phpbb.com/customise/db/styl ... ight/demo/
So now I have version 2.0.0
v2.0.0
v3.0.0
You see, the 3.0.0 version is not seen very well in my forum, use the style SE Gamer Light
https://www.phpbb.com/customise/db/styl ... ight/demo/
So now I have version 2.0.0
Spanish Translations for Ext phpBB
- Traducciones al español para Ext phpBB
>>>>> https://github.com/Jorup16 <<<<<


>>>>> https://github.com/Jorup16 <<<<<
-
- Registered User
- Posts: 427
- Joined: Sun Dec 14, 2008 5:13 am
- Location: Guatemala
- Name: Jorge
Re: The MOD has no effect
Jorup16 wrote:You see, the 3.0.0 version is not seen very well in my forum, use the style SE Gamer Light
https://www.phpbb.com/customise/db/styl ... ight/demo/
This happens because the MOD and style using the class nav, and that creates a conflict, try this tabs.css
Code: Select all
/* Index Tabbed CSS
@autor Using Bootstrap CSS from Twitter
@autor Saske (http://www.phpbbsaske.es)
*/
.tab {
padding-left: 0;
margin-bottom: 1px;
list-style: none;
}
.tab:before,
.tab:after {
display: table;
content: " ";
}
.tab:after {
clear: both;
}
.tab:before,
.tab:after {
display: table;
content: " ";
}
.tab:after {
clear: both;
}
.tab > li {
position: relative;
display: block;
}
.tab > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.tab > li > a:hover,
.tab > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.tab > li.disabled > a {
color: #999999;
}
.tab > li.disabled > a:hover,
.tab > li.disabled > a:focus {
color: #999999;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.tab.open > a,
.tab.open > a:hover,
.tab.open > a:focus {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.tab.open > a .caret,
.tab.open > a:hover .caret,
.tab.open > a:focus .caret {
border-top-color: #ffffff;
border-bottom-color: #ffffff;
}
.tab .tab-divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.tab-tabs {
border-bottom: 1px solid #dddddd;
}
.tab-tabs > li {
float: left;
margin-bottom: -1px;
}
.tab-tabs > li > a {
margin-right: 2px;
line-height: 1.428571429;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.tab-tabs > li > a:hover {
border-color: #eeeeee;
}
.tab-tabs > li.active > a,
.tab-tabs > li.active > a:hover,
.tab-tabs > li.active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #dddddd;
border-bottom-color: transparent;
}
.tab-tabs.tab-justified {
width: 100%;
border-bottom: 0;
}
.tab-tabs.tab-justified > li {
display: table-cell;
float: none;
width: 1%;
}
.tab-tabs.tab-justified > li > a {
text-align: center;
}
.tab-tabs.tab-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.tab-tabs.tab-justified > .active > a {
border-bottom-color: #ffffff;
}
.tab-pills > li {
float: left;
}
.tab-pills > li > a {
border-radius: 5px;
}
.tab-pills > li + li {
margin-left: 2px;
}
.tab-pills > li.active > a,
.tab-pills > li.active > a:hover,
.tab-pills > li.active > a:focus {
color: #ffffff;
background-color: #428bca;
}
.tab-stacked > li {
float: none;
}
.tab-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.tab-justified {
width: 100%;
}
.tab-justified > li {
display: table-cell;
float: none;
width: 1%;
}
.tab-justified > li > a {
text-align: center;
}
.tab-tabs-justified {
border-bottom: 0;
}
.tab-tabs-justified > li > a {
margin-right: 0;
border-bottom: 1px solid #dddddd;
}
.tab-tabs-justified > .active > a {
border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tabbable:before,
.tabbable:after {
display: table;
content: " ";
}
.tabbable:after {
clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
display: none;
}
.tab-content > .active,
.pill-content > .active {
display: block;
}
.tab .caret {
border-top-color: #428bca;
border-bottom-color: #428bca;
}
.tab a:hover .caret {
border-top-color: #2a6496;
border-bottom-color: #2a6496;
}
.tab-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-tabbed{
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-tabbed-body {
padding: 15px;
}
.panel-tabbed > .list-group {
margin-bottom: 0;
}
.panel-tabbed > .list-group .list-group-item {
border-width: 1px 0;
}
.panel-tabbed > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.panel-tabbed > .list-group .list-group-item:last-child {
border-bottom: 0;
}
.panel-tabbed-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel-tabbed-heading {
padding: 10px 15px;
background-color: #f5f5f5;
border-bottom: 1px solid #dddddd;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-tabbed-title {
margin-top: 0;
margin-bottom: 0;
font-size: 15px;
}
.panel-tabbed-title > a {
color: inherit;
}
.panel-tabbed-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #dddddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-tabbed-group .panel-tabbed {
margin-bottom: 0;
overflow: hidden;
border-radius: 4px;
}
.panel-tabbed-group .panel-tabbed + .panel-tabbed {
margin-top: 5px;
}
.panel-tabbed-group .panel-tabbed-heading {
border-bottom: 0;
}
.panel-tabbed-group .panel-tabbed-heading + .panel-tabbed-collapse .panel-tabbed-body {
border-top: 1px solid #dddddd;
}
.panel-tabbed-group .panel-tabbed-footer {
border-top: 0;
}
.panel-tabbed-group .panel-tabbed-footer + .panel-tabbed-collapse .panel-tabbed-body {
border-bottom: 1px solid #dddddd;
}
.panel-tabbed-primary {
border-color: #428bca;
}
.panel-tabbed-primary > .panel-tabbed-heading {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.panel-tabbed-primary > .panel-tabbed-heading + .panel-tabbed-collapse .panel-tabbed-body {
border-top-color: #428bca;
}
.panel-tabbed-primary > .panel-tabbed-footer + .panel-tabbed-collapse .panel-tabbed-body {
border-bottom-color: #428bca;
}
.panel-tabbed-success {
border-color: #d6e9c6;
}
.panel-tabbed-success > .panel-tabbed-heading {
color: #468847;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-tabbed-success > .panel-tabbed-heading + .panel-tabbed-collapse .panel-tabbed-body {
border-top-color: #d6e9c6;
}
.panel-tabbed-success > .panel-tabbed-footer + .panel-tabbed-collapse .panel-tabbed-body {
border-bottom-color: #d6e9c6;
}
.panel-tabbed-warning {
border-color: #fbeed5;
}
.panel-tabbed-warning > .panel-tabbed-heading {
color: #c09853;
background-color: #fcf8e3;
border-color: #fbeed5;
}
.panel-tabbed-warning > .panel-tabbed-heading + .panel-tabbed-collapse .panel-tabbed-body {
border-top-color: #fbeed5;
}
.panel-tabbed-warning > .panel-tabbed-footer + .panel-tabbed-collapse .panel-tabbed-body {
border-bottom-color: #fbeed5;
}
.panel-tabbed-danger {
border-color: #eed3d7;
}
.panel-tabbed-danger > .panel-tabbed-heading {
color: #b94a48;
background-color: #f2dede;
border-color: #eed3d7;
}
.panel-tabbed-danger > .panel-tabbed-heading + .panel-tabbed-collapse .panel-tabbed-body {
border-top-color: #eed3d7;
}
.panel-tabbed-danger > .panel-tabbed-footer + .panel-tabbed-collapse .panel-tabbed-body {
border-bottom-color: #eed3d7;
}
.panel-tabbed-info {
border-color: #bce8f1;
}
.panel-tabbed-info > .panel-tabbed-heading {
color: #3a87ad;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-tabbed-info > .panel-tabbed-heading + .panel-tabbed-collapse .panel-tabbed-body {
border-top-color: #bce8f1;
}
.panel-tabbed-info > .panel-tabbed-footer + .panel-tabbed-collapse .panel-tabbed-body {
border-bottom-color: #bce8f1;
}
For this to work you must change it in 3 html files
Code: Select all
<ul class="nav nav-tabs">
Replace with
Code: Select all
<ul class="tab tab-tabs">
Don't Forget refresh template and theme

-
- Registered User
- Posts: 263
- Joined: Wed Feb 02, 2011 7:41 pm
- Location: Spain/España
- Name: Salva
Re: The MOD has no effect
Hello, I'm using version 2.0.0 yet but I have some problems with:
/viewforum_body.html
/viewtopic_body.html
Here a screenshot:
http://subefotos.com/ver/?f9445c36950d3 ... aae61o.jpg
I have reviewed and I think I did correctly editions.
Here I leave my files:
http://pastebin.com/EvQ89FJf
http://pastebin.com/C61eh9Ey
Help me, please
/viewforum_body.html
/viewtopic_body.html
Here a screenshot:
http://subefotos.com/ver/?f9445c36950d3 ... aae61o.jpg
I have reviewed and I think I did correctly editions.
Here I leave my files:
http://pastebin.com/EvQ89FJf
http://pastebin.com/C61eh9Ey
Help me, please

Spanish Translations for Ext phpBB
- Traducciones al español para Ext phpBB
>>>>> https://github.com/Jorup16 <<<<<


>>>>> https://github.com/Jorup16 <<<<<
-
- Registered User
- Posts: 427
- Joined: Sun Dec 14, 2008 5:13 am
- Location: Guatemala
- Name: Jorge
Re: The MOD has no effect
In our viewforum i see
Why
I saw nothing more badly edited in these 2 files, may have to make more changes to their esitlo, but primeor try removing it, not that it has not
Code: Select all
<!-- INCLUDE jumpbox.html -->
<!--
<!-- IF S_FORUMTABS -->
<!-- INCLUDE viewforum_tabbed.html -->
<!-- ELSE -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
<h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
<p>{LOGGED_IN_USER_LIST}</p>
<!-- ENDIF -->
<!-- IF S_DISPLAY_POST_INFO -->
<h3>{L_FORUM_PERMISSIONS}</h3>
<p><!-- BEGIN rules -->{rules.RULE}<br /><!-- END rules --></p>
<!-- ENDIF -->
-->
<!-- ENDIF -->
Why
<!--
and -->
?I saw nothing more badly edited in these 2 files, may have to make more changes to their esitlo, but primeor try removing it, not that it has not
-
- Registered User
- Posts: 263
- Joined: Wed Feb 02, 2011 7:41 pm
- Location: Spain/España
- Name: Salva
Re: The MOD has no effect
Done!
Before:
After:
Thanks.
Before:
Code: Select all
-->
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->
After:
Code: Select all
<!-- ENDIF -->
-->
<!-- INCLUDE overall_footer.html -->
Thanks.

Spanish Translations for Ext phpBB
- Traducciones al español para Ext phpBB
>>>>> https://github.com/Jorup16 <<<<<


>>>>> https://github.com/Jorup16 <<<<<
-
- Registered User
- Posts: 427
- Joined: Sun Dec 14, 2008 5:13 am
- Location: Guatemala
- Name: Jorge
-
- Registered User
- Posts: 263
- Joined: Wed Feb 02, 2011 7:41 pm
- Location: Spain/España
- Name: Salva
Re: The MOD has no effect
I just installed this and it did nothing.
-
- Registered User
- Posts: 151
- Joined: Sun Aug 14, 2011 7:03 am
Re: The MOD has no effect
Saske1 wrote:Solved?
Yes

Spanish Translations for Ext phpBB
- Traducciones al español para Ext phpBB
>>>>> https://github.com/Jorup16 <<<<<


>>>>> https://github.com/Jorup16 <<<<<
-
- Registered User
- Posts: 427
- Joined: Sun Dec 14, 2008 5:13 am
- Location: Guatemala
- Name: Jorge