BOONEX.COM BOONEX BLOG BOONEX DEVZONE



where is the template of “video gallery block” ??

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??

8 Responses to “where is the template of “video gallery block” ??”


  1. 1 nuccca

    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!

  2. 2 ubuntuwu

    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?

  3. 3 daniel

    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.

  4. 4 ubuntuwu

    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??

  5. 5 ubuntuwu

    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!!

  6. 6 MichelSwiss

    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

  7. 7 MichelSwiss

    … 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 ).

  8. 8 ubuntuwu

    wow..cool…thank you so much dear MichelSwiss!!

    it works now!! perfect!

Leave a Reply

You must login to post a comment.