How to edit this page?

Hello friends.

I have a question. How to edit this page http://xxx.xxx/m/videos/albums/my/add_objects. I want to add another box in page with text "IMPORTATNT ONLY EMBED VIDEO ADD"?

 

Best wishes Bozhidat

Quote · 26 Nov 2010

Can anyone help me?

Best wishes Bozhidar

Quote · 27 Nov 2010

if you only shall add html code, you can add code at the top of this file

modules/boonex/videos/templates/base/extra_switcher.html

 

example code on this file:

<table cellspacing="0" cellpadding="0" class="MsgBox">
<tbody>
<tr>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_lt.png"></td>
<td class="msgbox_top_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_rt.png"></td>
</tr>
<tr>
<td class="msgbox_left_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
<td class="msgbox_content">
<div class="msgbox_text">
<font color="#A40000">IMPORTANT YOU CAN ONLY ADD EMBED VIDEO</font>
</div>
</td>
<td class="msgbox_right_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
</tr>
<tr>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_lb.png"></td>
<td class="msgbox_bottom_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_rb.png"></td>
</tr>
</tbody>
</table>

<div class="top_settings_block">
<div class="ordered_block">
__head_key__
<select onchange="loadDynamicBlock(__block_id__, this.value + '&amode=ajax');">
<bx_repeat:options>
<option value="__href__" __selected__>
__name__
</option>
</bx_repeat:options>
</select>
</div>
</div>

Quote · 27 Nov 2010

 

if you only shall add html code, you can add code at the top of this file

modules/boonex/videos/templates/base/extra_switcher.html

 

example code on this file:

<table cellspacing="0" cellpadding="0" class="MsgBox">
<tbody>
<tr>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_lt.png"></td>
<td class="msgbox_top_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_rt.png"></td>
</tr>
<tr>
<td class="msgbox_left_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
<td class="msgbox_content">
<div class="msgbox_text">
<font color="#A40000">IMPORTANT YOU CAN ONLY ADD EMBED VIDEO</font>
</div>
</td>
<td class="msgbox_right_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
</tr>
<tr>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_lb.png"></td>
<td class="msgbox_bottom_side"><img alt="" src="http://www.www-friends.net/templates/tmpl_uni/images/spacer.gif"></td>
<td class="msgbox_corner"><img alt="" src="http://www.www-friends.net/templates/base/images/msgbox_cor_rb.png"></td>
</tr>
</tbody>
</table>

<div class="top_settings_block">
<div class="ordered_block">
__head_key__
<select onchange="loadDynamicBlock(__block_id__, this.value + '&amode=ajax');">
<bx_repeat:options>
<option value="__href__" __selected__>
__name__
</option>
</bx_repeat:options>
</select>
</div>
</div>

Thank you very much !!!

Best wishes: bozhidar

Quote · 27 Nov 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.