• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] how to make tabs homepage blocks?

Started by fourdeltaOne,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fourdeltaOneTopic starter

Hi members phpvibe!
may alter the homepage blocks as tabs?


example: should be done in ajax or javascript
<div id="tab" class="">
<ul id="tabs-list">
<li><a href="#/homeblock1">Block 1 Top views</a></li>
<li><a href="#/homeblock2">Block 2 New Added</a></li>
<li><a href="#/homeblock3">Block 3 Top rating</a></li>
</div>

bla.. blaa..


many thanks in advance for any your advice
      
Skype: epic.mediauz
  •  

fourdeltaOneTopic starter

Skype: epic.mediauz
  •  

fourdeltaOneTopic starter

Skype: epic.mediauz
  •  

PHPVibe A.

Hi! Choose an tab script, install it, edit home.php in tpl/main/

fourdeltaOneTopic starter

<div class="domtab">
    <ul class="domtabs">
        <li><a href="#t1">test page 1</a></li>
        <li><a href="#t2">test page 2</a></li>
and so on..
    </ul>

    <div>
     <a name="t1" id="t1">test result 1</a>
    </div>
    <div>
   <a name="t2" id="t2">test result 2</a>
    </div>
and so on..
</div>


may suggest, for such code?

official site demo http://onlinetools.org/tools/domtabdata/
Skype: epic.mediauz
  •  

fourdeltaOneTopic starter

where the rule I know, but how to do it?

By the way please note this is a bug?
how the system works in the likes comments?
the user will be able to put Like   yourself comment
I have it displayed on the comments "you like this comment"
although I have not put it on Like this comment
it is a bug?

Skype: epic.mediauz
  •  

PHPVibe A.


Similar topics (7)