Multimedia Page Builder (Action Menu)
Hello,
I want make some changes over my Action Box (Menu) on my Video, Music and Photo File Page Builder.
Please save my time and tell me where is the code of these boxes? I give you a example: I want to add some link buttons in Action Menu on Video Page, like "Go To User Profil, Go to Audio Page and etc". I already was make some changes for Action Menu in My Profile Page and sure I can write the simple php code for Multimedia Action Boxes, but I dont known where in the source code are they boxes and where/who is the CSS code [because I really need to change the size of button text (links) too]
Can You give me that information?
Thanks in advanced.
ViewXXX.php -> function PageCompActionList()
But What About the CSS?
Please help.
$_page['css_name'] = 'viewMusic.css';
<div id="actionList">
actionList
div#actionList
{
position: relative;
}
div#actionList div
{
position: relative;
float: left;
width: 140px;
margin: 10px 10px 10px 10px;
font-weight: bold;
}
div#actionList img
{
margin: 0px 10px 0px 10px;
}
div#actionList a
{
font-size: 16px;
}
Sorry, the next time I will look more before I ask here for help. Thanks again.