The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Table listings in index

4 posters

Go down

Solved Table listings in index

Post by Dani David November 17th 2017, 10:30

Hello, how can implement this table also on my forum? Is it possible? I use ModernBB

Table listings in index T10


Last edited by Dani David on November 18th 2017, 13:11; edited 1 time in total
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by SLGray November 17th 2017, 10:34

Do you mean the tabs?


Table listings in index Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 17th 2017, 10:40

Yes ,I want to put this table on my forum
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 17th 2017, 12:49

hello

you can get information to get you started from this thread https://help.forumotion.com/t143188-welcome-to-the-support-forum-of-forumotion-thing
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 09:44

I'm sorry but it does not work. When I click on the buttons nothing changes. I made changes in index_box but ..... That's what it looks on the home page
Table listings in index 44410
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 09:54

To make a custom tab you need to put a new anchor in the nav. The anchor should have the id like this : id="_newTab" make sure to put an underscore in front of the name.

Then create a new div element in the content container with the same id, but without the underscore : id="newTab"


Code:
<div id="faInfoNav"><a id="_faInfoAnn" class="infoActif" href="#">Announcements</a><a id="_faInfoSearch" href="#">Perform a Search</a><a id="_faInfoExplain" href="#">Explain Your Problem</a><a id="_faInfoSuggestion" href="#">Propose a Suggestion</a><a style="border:none" id="_faInfoStaff" href="#">Forumotion Staff</a></div>
<div id="faInfo">

  <div id="faInfoAnn" class="infoBlock">
    Box 1
  </div>

if you changed the id of the Box1 to div id="faInfoTest" you will have to copy that to the section above 
(code line 1) to example
Code:
<div id="faInfoNav"><a id="_faInfoTest" class="infoActif" href="#">Announcements</a><a id="_faInfoSearch" href="#">Perform a Search</a><a id="_faInfoExplain" href="#">Explain Your Problem</a><a id="_faInfoSuggestion" href="#">Propose a Suggestion</a><a style="border:none" id="_faInfoStaff" href="#">Forumotion Staff</a></div>
<div id="faInfo">
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 10:03

Look,what I wrong?
Code:
<div class="panel introduction">
    <div class="inner">
        <span class="corners-top"><span></span></span>
        <div class="mes-txt">
            <img id="hideHomepageMessage" src="https://2img.net/i/fa/m/tabs_less1.gif">
            <div id="hiddenTitle" class="homepageTitle" style="display:none;">Titlu 2</span>
            </div>
            <div id="homepageMessage">
                <img id="homepageLogo" src="https://i.servimg.com/u/f62/19/70/74/92/connec10.png" alt="">
                <div class="homepageTitle">BINE AI VENIT{USERNAME} PE FORUMUL ELECTRONISTILOR!
                </div>
                <div style="text-align:justify"> Pe acest forum  puteţi solicita şi oferi ajutor utilizatorilor, puteţi propune diverse sugestii sau puteţi face pur şi simplu schimb de opinii cu privire la caracteristicile serviciului nostru.Înainte de a începe însă navigarea dvs. în cadrul forumului, vă rugăm sa citiţi regulamentul  forumului si al sectiunilor. Este important ca aceste aspecte să fie respectate pentru ca activitatea să se desfăşoare în condiţii cât mai plăcute pentru fiecare dintre noi.</div>
                <br class="clear">
                <div id="faInfoNav">
                    <a id="_faInfoAnn" class="infoActif" href="#">ANUNTURI</a><a id="_faInfoSearch" href="#">CAUTARE AVANSATA</a><a id="_faInfoExplain" href="#">EXPLICA-NE PROBLEMA TA</a><a id="_faInfoSuggestion" href="#">DESCHIDETI O SUGESTIE</a><a style="border:none" id="_faInfoStaff" href="#">STAFF</a>
                </div>
                <div id="faInfo">
                    <div id="faInfoAnn" class="infoBlock">ANUNTURI IMPORTANTE!
                        <div id="faNewsBox">
                        </div>
                    </div>
                    <div id="faInfoSearch" class="infoBlock" style="display:none;>
              Pentru a gasi mai usor ceea ce cautati,este suficient sa treceti denumire tv ,placa de baza,soft etc si se va deschide o pagina cu absolut toate subiectele legat de cuvantul introdus. Faceți o încercare utilizând bara de căutare avansata de mai jos!
              <script>
  (function() {
    var cx = '004417229039269620538:illuvxw9hxq';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script><gcse:searchbox-only></gcse:searchbox-only> 
                     
                    </div>
                <div id=" faInfoExplain " class="infoBlock " style="display:none; ">
                Fiți cât mai expliciți cu privire la detaliile problemei întâmpinate. Dacă doriți să primiți un răspuns rapid și eficient, este necesar ca problema dvs. să fie ușor înțeleasă de către noi.
De asemenea, nu uitați să completați câmpul obligatoriu la deschidere topic la sectiunea "PROBLEME IN DEPANARE TV" . Nu ezitați să oferiți cât mai multe detalii posibile legat de problema pe care o intampinati.
                    </div>
                <div id="faInfoSuggestion " class="infoBlock " style="display:none; ">
                 
Aveți vreo idee de propus în ceea ce privește opțiunile forumului? Nu ezitați să o faceți! Marea parte a actualizărilor actuale provin din sugestiile propuse de către dvs.
Pentru a propune o sugestie, vizitați secțiunea [url=https://www.depanatorul-tv.com/f11-sugestii-si-reclamatii]AICI[/url].

Înainte să expuneți sugestia dvs., NU ezitați să citiți [color=#0000FF][url=https://www.depanatorul-tv.com/t10-regulament-sugestii-si-reclamatii]REGULAMENTUL[/url][/color] secțiunii.
                    </div>
              <div id="faInfoStaff " class="infoBlock " style="display:none; ">
              Vă rugăm să respectați deciziile luate de personalul forumului. Rolul lor este de a menține forumul într-un mediu curat și prietenos. Dacă se ivește vreo problemă între tine și un membru al personalului, vă rugăm să rezolvați conflictul prin mesageria privată, pentru a preveni ambianța lezată de conflicte.
În cazul în care problema nu se soluționează pe cale amiabilă, vă rugăm să înaintați problema către un administrator.

Vezi mai jos structura echipei:
Admin
Florin Iordache
cata82
                    </div>
                </div>
            </div>
        </div><span class="corners-bottom "><span></span></span>
    </div>
</div>
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 10:13

first of all please do not use forumotion's icons they are copyrighted 
Table listings in index Screen70

you just have made the tabs but you forgot to add the half bottom of the code the script section
so add that part at the bottom of your code ...without the script, this is not working

Code:
<script type="text/javascript">// <![CDATA[(function(J) {  var main = document.getElementById('main-content'), // main container           homepage = J('.introduction', main)[0], // homepage message           // info box      infoLinks = document.getElementById('faInfoNav').getElementsByTagName('A');    // apply general logic to info box tabs  for (var i = 0, j = infoLinks.length; i < j; i++) {    infoLinks[i].onclick = function() {      var a = document.getElementById('faInfoNav').getElementsByTagName('A'), b =document.getElementById('faInfo').getElementsByTagName('DIV'), i, j;           for (i = 0, j = b.length; i < j; i++) if (/infoBlock/.test(b[i].className))b[i].style.display = 'none';      document.getElementById(this.id.slice(1)).style.display = 'block';           for (i = 0, j = a.length; i < j; i++) if (/infoActif/.test(a[i].className))a[i].className = '';      this.className = 'infoActif';           return false;    }  }   // par ange tuteur})(jQuery);//]]></script>
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 10:37

This script puts it in javascript code management?
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 11:01

no in your homepage message just add it under your code you give me above
apparently you didn't copy the whole code from the thread i gave you
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 11:16

I put the code completely but nothing, the buttons do not work
Thank you for your support
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 11:22

put here the whole code for me to test it please
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 11:25

Code:
<div class="panel introduction">
    <div class="inner">
        <span class="corners-top"><span></span></span>
        <div class="mes-txt">
            <img id="hideHomepageMessage" src="https://2img.net/i/fa/m/tabs_less1.gif">
            <div id="hiddenTitle" class="homepageTitle" style="display:none;">Titlu 2</span>
            </div>
            <div id="homepageMessage">
                <img id="homepageLogo" src="https://i.servimg.com/u/f62/19/70/74/92/connec10.png" alt="">
                <div class="homepageTitle">BINE AI VENIT{USERNAME} PE FORUMUL ELECTRONISTILOR!
                </div>
                <div style="text-align:justify"> Pe acest forum  puteţi solicita şi oferi ajutor utilizatorilor, puteţi propune diverse sugestii sau puteţi face pur şi simplu schimb de opinii cu privire la caracteristicile serviciului nostru.Înainte de a începe însă navigarea dvs. în cadrul forumului, vă rugăm sa citiţi regulamentul  forumului si al sectiunilor. Este important ca aceste aspecte să fie respectate pentru ca activitatea să se desfăşoare în condiţii cât mai plăcute pentru fiecare dintre noi.</div>
                <br class="clear">
                <div id="faInfoNav">
                    <a id="_faInfoAnn" class="infoActif" href="#">ANUNTURI</a><a id="_faInfoSearch" href="#">CAUTARE AVANSATA</a><a id="_faInfoExplain" href="#">EXPLICA-NE PROBLEMA TA</a><a id="_faInfoSuggestion" href="#">DESCHIDETI O SUGESTIE</a><a style="border:none" id="_faInfoStaff" href="#">STAFF</a>
                </div>
                <div id="faInfo">
                    <div id="faInfoAnn" class="infoBlock">ANUNTURI IMPORTANTE!
                        <div id="faNewsBox">
                        </div>
                    </div>
                    <div id="faInfoSearch" class="infoBlock" style="display:none;>
              Pentru a gasi mai usor ceea ce cautati,este suficient sa treceti denumire tv ,placa de baza,soft etc si se va deschide o pagina cu absolut toate subiectele legat de cuvantul introdus. Faceți o încercare utilizând bara de căutare avansata de mai jos!
              <script>
  (function() {
    var cx = '004417229039269620538:illuvxw9hxq';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script><gcse:searchbox-only></gcse:searchbox-only> 
                     
                    </div>
                <div id=" faInfoExplain " class="infoBlock " style="display:none; ">
                Fiți cât mai expliciți cu privire la detaliile problemei întâmpinate. Dacă doriți să primiți un răspuns rapid și eficient, este necesar ca problema dvs. să fie ușor înțeleasă de către noi.
De asemenea, nu uitați să completați câmpul obligatoriu la deschidere topic la sectiunea "PROBLEME IN DEPANARE TV" . Nu ezitați să oferiți cât mai multe detalii posibile legat de problema pe care o intampinati.
                    </div>
                <div id="faInfoSuggestion " class="infoBlock " style="display:none; ">
                 
Aveți vreo idee de propus în ceea ce privește opțiunile forumului? Nu ezitați să o faceți! Marea parte a actualizărilor actuale provin din sugestiile propuse de către dvs.
Pentru a propune o sugestie, vizitați secțiunea [url=https://www.depanatorul-tv.com/f11-sugestii-si-reclamatii]AICI[/url].

Înainte să expuneți sugestia dvs., NU ezitați să citiți [color=#0000FF][url=https://www.depanatorul-tv.com/t10-regulament-sugestii-si-reclamatii]REGULAMENTUL[/url][/color] secțiunii.
                    </div>
              <div id="faInfoStaff " class="infoBlock " style="display:none; ">
              Vă rugăm să respectați deciziile luate de personalul forumului. Rolul lor este de a menține forumul într-un mediu curat și prietenos. Dacă se ivește vreo problemă între tine și un membru al personalului, vă rugăm să rezolvați conflictul prin mesageria privată, pentru a preveni ambianța lezată de conflicte.
În cazul în care problema nu se soluționează pe cale amiabilă, vă rugăm să înaintați problema către un administrator.

Vezi mai jos structura echipei:
Admin
Florin Iordache
cata82
                    </div>
                </div>
            </div>
        </div><span class="corners-bottom "><span></span></span>
    </div>
</div>
<script type="text/javascript">// <![CDATA[(function(J) {  var main = document.getElementById('main-content'), // main container          homepage = J('.introduction', main)[0], // homepage message          // info box      infoLinks = document.getElementById('faInfoNav').getElementsByTagName('A');    // apply general logic to info box tabs  for (var i = 0, j = infoLinks.length; i < j; i++) {    infoLinks[i].onclick = function() {      var a = document.getElementById('faInfoNav').getElementsByTagName('A'), b =document.getElementById('faInfo').getElementsByTagName('DIV'), i, j;          for (i = 0, j = b.length; i < j; i++) if (/infoBlock/.test(b[i].className))b[i].style.display = 'none';      document.getElementById(this.id.slice(1)).style.display = 'block';          for (i = 0, j = a.length; i < j; i++) if (/infoActif/.test(a[i].className))a[i].className = '';      this.className = 'infoActif';          return false;    }  }  // par ange tuteur})(jQuery);//]]></script>


CSS
Code:
 /* GENERAL HOMEPAGE MESSAGE */
                .homepageTitle {
                    color:#39C;
                    font-size:21px;
                    font-style:italic;
                    font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
                    background:url(http://2img.net/i/fa/optimisation_fdf/fr/puce10.png) no-repeat 0 0;
                    height:40px;
                    padding:5px 0px 0px 25px;
                }
                #homepageLogo {
                    float:right;
                    margin-left:20px;
                    faInfoNav
                }
                #hideHomepageMessage {
                    float:right;
                    cursor:pointer;
                }
                /* INFO BOX */
                #faInfo {
                    color:#666;
                    background:#FFF;
                    border:1px solid #39C;
                    border-bottom-width:3px;
                    border-radius:0 3px 3px 3px;
                    padding:6px;
                }
                #faInfoNav {
                    background:#FFF;
                    border:1px solid #39C;
                    border-bottom:none;
                    border-radius:3px 3px 0 0;
                    overflow:hidden;
                    display:inline-block;
                }
                #faInfoNav a {
                    color:#333;
                    background:#FFF;
                    border-right:1px solid #39C;
                    font-size:11px;
                    font-weight:bold;
                    display:inline-block;
                    padding:6px 9px;
                }
                #faInfoNav a:hover, #faInfoNav .infoActif {
                    color:#FFF;
                    background:#39C;
                }
                #faInfoAnn {
                    background-image:url('http://i18.servimg.com/u/f18/18/21/60/73/fdf_bu10.png')
                }
                #faInfoSearch {
                    background-image:url('http://i18.servimg.com/u/f18/18/21/41/30/fdf_se10.png')
                }
                #faInfoExplain {
                    background-image:url('http://i18.servimg.com/u/f18/18/21/41/30/fdf_ex10.png')
                }
                #faInfoSuggestion {
                    background-image:url('http://i18.servimg.com/u/f18/18/21/41/30/fdf_su10.png')
                }
                #faInfoStaff {
                    background-image:url('http://i18.servimg.com/u/f18/18/21/41/30/fdf_st10.png')
                }
                .module, .panel {
                    background: #FAFAFA;
                    border: 1px solid #DDD;
                    border-bottom-width: 2px;
                    border-radius: 3px;
                }
                .infoBlock {
                    text-align:justify;
                    background-repeat:no-repeat;
                    background-position:0 50%;
                    padding-left:75px;
                    min-height:100px;
                }
                /* INFO NEWS */
                .faNewsRow {
                    background:#F0F6F8;
                    border-radius:3px;
                    margin:3px 0;
                    padding:5px 10px;
                }
                .faNewsRow a {
                    font-weight:bold
                }
                .faNewsDate {
                    font-size:11px;
                    font-style:italic;
                    background:url(http://2img.net/i/fa/subsilver/icon_miniposted.gif) no-repeat 0 center;
                    padding-left:12px;
                    float:right;
                }
                /* PROFILE STYLE */
                #userProfile {
                    font-size:11px;
                    position:relative;
                    margin-top:30px;
                    margin-bottom:10px;
                }
                #userProfile .leftCol {
                    float:left;
                    text-align:center;
                    width:20%;
                }
                #userProfile .rightCol {
                    float:left;
                    width:25%;
                }
                #userName {
                    background:#FAFAFA;
                    border:1px solid #DDD;
                    color:#39C;
                    font-weight:bold;
                    font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
                    border-radius:3px 3px 0 0;
                    position:absolute;
                    left:3px;
                    top:-20px;
                    padding:0 12px;
                    line-height:18px;
                }
                #userName span {
                    font-weight:normal
                }
                #userAvatar img {
                    max-width:100px
                }
                #userAvatar {
                    display:inline-block;
                    overflow:hidden;
                    min-height:100px;
                    min-width:100px;
                }
                #userProfile .title {
                    color:#39C;
                    font-weight:bold;
                    border-bottom:1px solid #39C;
                    padding-bottom:3px;
                    margin-bottom:3px;
                    width:90%;
                }
                #userProfile .statLabel {
                    display:inline-block;
                    width:85px;
                    font-weight:bold;
                    text-align:right;
                    margin-right:6px;
                }
                /* SEARCH BAR */
                #fa_google_search form.gsc-search-box {
                    width:80%
                }
                .gsc-input-box {
                    height:auto
                }
                .gsc-search-box-tools .gsc-search-box .gsc-input, .gsib_a, .cse .gsc-control-cse, .gsc-control-cse {
                    padding:0
                }
                .gsc-control-cse, .gsc-input-box, input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
                    background:none;
                    border:none;
                }
                input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
                    height:12px;
                    background-color:#369FCF;
                    border-radius:0 3px 3px 0;
                    margin:0;
                    margin-left:21px;
                    padding:10px;
                    box-shadow:none;
                }
                #gsc-i-id1 {
                    height:18px !important;
                    padding:6px 12px !important;
                    border:1px solid #369FCF !important;
                    box-shadow:none !important;
                    cursor:text;
                }
                #gsc-i-id1, .gsc-input-box-focus {
                    border-radius:3px 0 0 3px
                }
                .gsib_b {
                    position:relative
                }
                .gsst_a {
                    position:absolute;
                    top:6px;
                }


Last edited by Dani David on November 18th 2017, 11:48; edited 1 time in total
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by Van-Helsing November 18th 2017, 11:29

Hello,
Try to remove the double // after the

Code:
<script type="text/javascript">

or just press enter to get new line, because javascript uses these double characters as remark then follows the main javascript. For javascript these characters means remarked text i.e description of the script. If after these characters following in continue the whole javascript code then the javascript language accepts it as comment/remark and avoid it as code and looks as a null javascript.

Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 11:50

@Dani David

edit try this please
Code:
<div class="panel introduction">
           
   <div class="inner">
                <span class="corners-top"><span></span></span>          
      <div class="mes-txt">
                       <img src="https://2img.net/i/fa/m/tabs_less1.gif" id="hideHomepageMessage" />              
         <div style="display:none;" class="homepageTitle" id="hiddenTitle">
              Titlu 2              
         </div>
                         
         <div id="homepageMessage">
                              <img alt="" src="https://i.servimg.com/u/f62/19/70/74/92/connec10.png" id="homepageLogo" />                  
            <div class="homepageTitle">
                 BINE AI VENIT{USERNAME} PE FORUMUL ELECTRONISTILOR!                  
            </div>
                                
            <div style="text-align:justify">
                  Pe acest forum  puteţi solicita şi oferi ajutor utilizatorilor, puteţi propune diverse sugestii sau puteţi face pur şi simplu schimb de opinii cu privire la caracteristicile serviciului nostru.Înainte de a începe însă navigarea dvs. în cadrul forumului, vă rugăm sa citiţi regulamentul  forumului si al sectiunilor. Este important ca aceste aspecte să fie respectate pentru ca activitatea să se desfăşoare în condiţii cât mai plăcute pentru fiecare dintre noi.  
            </div>
                              <br class="clear" />                  
            <div id="faInfoNav">
                                     <a href="#" class="infoActif" id="_faInfoAnn">ANUNTURI</a><a href="#" id="_faInfoSearch">CAUTARE AVANSATA</a><a href="#" id="_faInfoExplain">EXPLICA-NE PROBLEMA TA</a><a href="#" id="_faInfoSuggestion">DESCHIDETI O SUGESTIE</a><a href="#" id="_faInfoStaff" style="border:none">STAFF</a>                  
            </div>
                                
            <div id="faInfo">
                                       
               <div class="infoBlock" id="faInfoAnn">
                    ANUNTURI IMPORTANTE!                          
                  <div id="faNewsBox">
                                                 
                  </div>
                                          
               </div>
                                       
               <div "="" fainfoexplain="" style="display:none;>
              Pentru a gasi mai usor ceea ce cautati,este suficient sa treceti denumire tv ,placa de baza,soft etc si se va deschide o pagina cu absolut toate subiectele legat de cuvantul introdus. Faceți o încercare utilizând bara de căutare avansata de mai jos!
              <script>
  (function() {
    var cx = '004417229039269620538:illuvxw9hxq';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script><gcse:searchbox-only></gcse:searchbox-only>
                    
                    </div>
                <div id=" class="infoBlock" id="faInfoSearch">
                                    Fiți cât mai expliciți cu privire la detaliile problemei întâmpinate. Dacă doriți să primiți un răspuns rapid și eficient, este necesar ca problema dvs. să fie ușor înțeleasă de către noi. De asemenea, nu uitați să completați câmpul obligatoriu la deschidere topic la sectiunea "PROBLEME IN DEPANARE TV" . Nu ezitați să oferiți cât mai multe detalii posibile legat de problema pe care o intampinati.                      
               </div>
                                   
               <div style="display:none; " class="infoBlock " id="faInfoSuggestion ">
                                      Aveți vreo idee de propus în ceea ce privește opțiunile forumului? Nu ezitați să o faceți! Marea parte a actualizărilor actuale provin din sugestiile propuse de către dvs. Pentru a propune o sugestie, vizitați secțiunea <a rel="nofollow" target="_blank" class="postlink" href="https://www.depanatorul-tv.com/f11-sugestii-si-reclamatii">AICI</a>.  Înainte să expuneți sugestia dvs., NU ezitați să citiți <span style="color: rgb(0, 0, 255);"><a rel="nofollow" target="_blank" class="postlink" href="https://www.depanatorul-tv.com/t10-regulament-sugestii-si-reclamatii">REGULAMENTUL</a></span> secțiunii.                      
               </div>
                                 
               <div style="display:none; " class="infoBlock " id="faInfoStaff ">
                                  Vă rugăm să respectați deciziile luate de personalul forumului. Rolul lor este de a menține forumul într-un mediu curat și prietenos. Dacă se ivește vreo problemă între tine și un membru al personalului, vă rugăm să rezolvați conflictul prin mesageria privată, pentru a preveni ambianța lezată de conflicte. În cazul în care problema nu se soluționează pe cale amiabilă, vă rugăm să înaintați problema către un administrator.   Vezi mai jos structura echipei: Admin Florin Iordache cata82                      
               </div>
                                   
            </div>
                            
         </div>
                     
      </div><span class="corners-bottom "><span></span></span>      
   </div>
</div><script type="text/javascript">// <![CDATA[
(function(J) {
  var main = document.getElementById('main-content'), // main container
    
      homepage = J('.introduction', main)[0], // homepage message
    
      // info box
      infoLinks = document.getElementById('faInfoNav').getElementsByTagName('A');
 
 
  // apply general logic to info box tabs
  for (var i = 0, j = infoLinks.length; i < j; i++) {
    infoLinks[i].onclick = function() {
      var a = document.getElementById('faInfoNav').getElementsByTagName('A'), b = document.getElementById('faInfo').getElementsByTagName('DIV'), i, j;
    
      for (i = 0, j = b.length; i < j; i++) if (/infoBlock/.test(b[i].className)) b[i].style.display = 'none';
      document.getElementById(this.id.slice(1)).style.display = 'block';
    
      for (i = 0, j = a.length; i < j; i++) if (/infoActif/.test(a[i].className)) a[i].className = '';
      this.className = 'infoActif';
    
      return false;
    }
  }
 
  // par ange tuteur
})(jQuery);
//]]></script>
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 12:10

skouliki wrote:@Dani David

edit try this please
Code:
<div class="panel introduction">
           
   <div class="inner">
                <span class="corners-top"><span></span></span>          
      <div class="mes-txt">
                       <img src="https://2img.net/i/fa/m/tabs_less1.gif" id="hideHomepageMessage" />              
         <div style="display:none;" class="homepageTitle" id="hiddenTitle">
              Titlu 2              
         </div>
                         
         <div id="homepageMessage">
                              <img alt="" src="https://i.servimg.com/u/f62/19/70/74/92/connec10.png" id="homepageLogo" />                  
            <div class="homepageTitle">
                 BINE AI VENIT{USERNAME} PE FORUMUL ELECTRONISTILOR!                  
            </div>
                                
            <div style="text-align:justify">
                  Pe acest forum  puteţi solicita şi oferi ajutor utilizatorilor, puteţi propune diverse sugestii sau puteţi face pur şi simplu schimb de opinii cu privire la caracteristicile serviciului nostru.Înainte de a începe însă navigarea dvs. în cadrul forumului, vă rugăm sa citiţi regulamentul  forumului si al sectiunilor. Este important ca aceste aspecte să fie respectate pentru ca activitatea să se desfăşoare în condiţii cât mai plăcute pentru fiecare dintre noi.  
            </div>
                              <br class="clear" />                  
            <div id="faInfoNav">
                                     <a href="#" class="infoActif" id="_faInfoAnn">ANUNTURI</a><a href="#" id="_faInfoSearch">CAUTARE AVANSATA</a><a href="#" id="_faInfoExplain">EXPLICA-NE PROBLEMA TA</a><a href="#" id="_faInfoSuggestion">DESCHIDETI O SUGESTIE</a><a href="#" id="_faInfoStaff" style="border:none">STAFF</a>                  
            </div>
                                
            <div id="faInfo">
                                       
               <div class="infoBlock" id="faInfoAnn">
                    ANUNTURI IMPORTANTE!                          
                  <div id="faNewsBox">
                                                 
                  </div>
                                          
               </div>
                                       
               <div "="" fainfoexplain="" style="display:none;>
              Pentru a gasi mai usor ceea ce cautati,este suficient sa treceti denumire tv ,placa de baza,soft etc si se va deschide o pagina cu absolut toate subiectele legat de cuvantul introdus. Faceți o încercare utilizând bara de căutare avansata de mai jos!
              <script>
  (function() {
    var cx = '004417229039269620538:illuvxw9hxq';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script><gcse:searchbox-only></gcse:searchbox-only>
                    
                    </div>
                <div id=" class="infoBlock" id="faInfoSearch">
                                    Fiți cât mai expliciți cu privire la detaliile problemei întâmpinate. Dacă doriți să primiți un răspuns rapid și eficient, este necesar ca problema dvs. să fie ușor înțeleasă de către noi. De asemenea, nu uitați să completați câmpul obligatoriu la deschidere topic la sectiunea "PROBLEME IN DEPANARE TV" . Nu ezitați să oferiți cât mai multe detalii posibile legat de problema pe care o intampinati.                      
               </div>
                                   
               <div style="display:none; " class="infoBlock " id="faInfoSuggestion ">
                                      Aveți vreo idee de propus în ceea ce privește opțiunile forumului? Nu ezitați să o faceți! Marea parte a actualizărilor actuale provin din sugestiile propuse de către dvs. Pentru a propune o sugestie, vizitați secțiunea <a rel="nofollow" target="_blank" class="postlink" href="https://www.depanatorul-tv.com/f11-sugestii-si-reclamatii">AICI</a>.  Înainte să expuneți sugestia dvs., NU ezitați să citiți <span style="color: rgb(0, 0, 255);"><a rel="nofollow" target="_blank" class="postlink" href="https://www.depanatorul-tv.com/t10-regulament-sugestii-si-reclamatii">REGULAMENTUL</a></span> secțiunii.                      
               </div>
                                 
               <div style="display:none; " class="infoBlock " id="faInfoStaff ">
                                  Vă rugăm să respectați deciziile luate de personalul forumului. Rolul lor este de a menține forumul într-un mediu curat și prietenos. Dacă se ivește vreo problemă între tine și un membru al personalului, vă rugăm să rezolvați conflictul prin mesageria privată, pentru a preveni ambianța lezată de conflicte. În cazul în care problema nu se soluționează pe cale amiabilă, vă rugăm să înaintați problema către un administrator.   Vezi mai jos structura echipei: Admin Florin Iordache cata82                      
               </div>
                                   
            </div>
                            
         </div>
                     
      </div><span class="corners-bottom "><span></span></span>      
   </div>
</div><script type="text/javascript">// <![CDATA[
(function(J) {
  var main = document.getElementById('main-content'), // main container
    
      homepage = J('.introduction', main)[0], // homepage message
    
      // info box
      infoLinks = document.getElementById('faInfoNav').getElementsByTagName('A');
 
 
  // apply general logic to info box tabs
  for (var i = 0, j = infoLinks.length; i < j; i++) {
    infoLinks[i].onclick = function() {
      var a = document.getElementById('faInfoNav').getElementsByTagName('A'), b = document.getElementById('faInfo').getElementsByTagName('DIV'), i, j;
    
      for (i = 0, j = b.length; i < j; i++) if (/infoBlock/.test(b[i].className)) b[i].style.display = 'none';
      document.getElementById(this.id.slice(1)).style.display = 'block';
    
      for (i = 0, j = a.length; i < j; i++) if (/infoActif/.test(a[i].className)) a[i].className = '';
      this.className = 'infoActif';
    
      return false;
    }
  }
 
  // par ange tuteur
})(jQuery);
//]]></script>

Not working
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 12:12

check the same code in my test forum

delete the css part that you add for this code only to check if that causes the error


Last edited by skouliki on November 18th 2017, 13:19; edited 1 time in total
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 12:20

I have seen, but my forum does not work. I do not know why
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 12:26

delete from your css all the fainfo codes you add for styling the homepage message to see if this will solve the issue
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 12:29

skouliki wrote:check the same code in my test forum

delete the css part that you add for this code only to check if that causes the error

I deleted css, nothing has changed,you can see
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 12:31

put the css back and if you want please pm me with a test account with admin rights to examine it
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 12:47

skouliki wrote:put the css back and if you want please pm me with a test account with admin rights to examine it

Ok i send
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 12:51

received*
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by Dani David November 18th 2017, 13:01

Ok ,thank you very much
solved


Last edited by Dani David on November 18th 2017, 13:11; edited 1 time in total
Dani David
Dani David
Forumember

Posts : 37
Reputation : 1
Language : ROMANIAN ENGLISH ITALIAN

https://www.depanatorul-tv.com/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 13:02

you very welcome Very Happy
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by SLGray November 18th 2017, 21:07

Please post the solution.


Table listings in index Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Table listings in index

Post by skouliki November 18th 2017, 21:11

the code was wrongly posted in the index template instead of the homepage message
skouliki
skouliki
Manager
Manager

Female Posts : 15028
Reputation : 1680
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Table listings in index

Post by SLGray November 18th 2017, 21:14

Thanks.

Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


Table listings in index Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum