• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to create a new box at sidebar ...?

Started by ipeci,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ipeciTopic starter

How to create a new blank box at the sidebar " left - right " ?

I wont to pute ther external url .... or something other like the facebook userfaces the liked my homepage.

Plz send me her a fullcode of a blank box !

thank you
  •  

PHPVibe A.

I have no clue what to send you.
If you want to build a box, simply edit sidebar.php (left) or homepage.php (right sidebar).

ipeciTopic starter

Hallo
If sombody need this ...
I have make it this way :

For left side ...  tpl/main/sidebar.php
For right side ...  tpl/main/home.php

The BOX code for iframe connect:
-------------------------------------------

<div class="box">
<div class="box-head">
<h4 class="box-heading"><i class="icon-music"> My New Box</h4>
</div>
<div class="box-body list">   
<iframe width="100%" height="270" align="middle" src=" HERE URL " frameborder="0" scrolling = no allowfullscreen></iframe> 
</div>
</div>

---------------------------------

Regards
  •  

PHPVibe A.

Oh, sorry, home.php indeed :) Let's blame Mario for changing it.  ;D

Similar topics (7)