i need to change the whole width and add to 4 videos on a line of video gallery block..
but can’t find the template..
it’s not on “/templates/base/scripts/BxBaseProfileView.php”!!
anyone know where is it??
Make meaning or die - by Andrey Sivtsov
i need to change the whole width and add to 4 videos on a line of video gallery block..
but can’t find the template..
it’s not on “/templates/base/scripts/BxBaseProfileView.php”!!
anyone know where is it??
You must login to post a comment.
Make Meaning Or Die
|
Unite PeopleG'day! Welcome to BoonEx Blog. We're here to discuss BoonEx products, test them, plan new features together, and help each other grow, prosper and most importantly - unite people. |
Ideas and suggestions are very welcome. Please, check BoonEx DevZone roadmaps before posting, just to avoid duplicates.
Roadmaps: Dolphin, Ray, Orca, Shark, Expertzzz.
We're ready to fix it ASAP, but odds are that this is a known setup issue. Please, check FAQs and Troubleshooters at BoonEx DevZone before posting.
FAQs: Dolphin, Ray, Orca, Shark, Barracuda.
T-shooters:Dolphin, Ray, Orca, Shark, Barracuda.
We really need help and we'd appriciate yours. We welcome you to translate and improve Manuals, Troubleshooters and FAQs in DevZone; answer to posts in this blog; help in Expertzzz Forumz and/or make a donation to support BoonEx.
Please, contact us to request a DevZone account and get access to Docs Wiki.
Hello,
For starters, I would check the Browsevideo.php file (main directory) and the CSS file (dolphindirectory/templates/tmpl_XXX/css/viewvideo.css)
Hope this helps!
hi,nucca,thank you for ur reply..
but i didn’t want to change the main page of video..
i wanna change video “block” on member profile page..
cause i’ve add more width=956px..so i wanna add to 4 videos on a line (orginal were 3 videos on a line)
do u have any idea where can i fix it?
Sorry, I misread your original post,
I cannot give you a definate answer (as Andrey could), but I would suggest looking at the (maindolphindirectory/templates/base/scripts/BxBaseProfileView.php) and searching for the ViewVideo string.
Hope this helps.
yes..i already know it’s on “/templates/base/scripts/BxBaseProfileView.php”
but it’s only:
function showBlockShareVideos( $sCaption )
{
echo ”;
echo PageCompShareVideosContent( $sCaption, $this -> _iProfileID );
echo ”;
}
can’t add the whole width of video block and set 4 videos on a line!!
anyone can help??
here u can see the picture i already did…
http://www.orgs.tw/uploads/aaaaa.jpg
but how to add 4 video /music on a line??
it always show three on a line!!
there is nothing i can edit on “profile_view.css” too!!
Hello ubuntuwu
I don’t have time to make tests just now… but maybe could you have a look at your fine inc/sharing.ink.php … Search and edit these strings if( ($iCounter % 3) != 0 ) like that: if( ($iCounter % 4) != 0 ).
Good luck
Michel
… sorry for misspelling …
have a look at your file inc/sharing.inc.php … Search and edit these strings if( ($iCounter % 3) != 0 ) like that: if( ($iCounter % 4) != 0 ).
wow..cool…thank you so much dear MichelSwiss!!
it works now!! perfect!