How to create a modified video block in homepage?

Hi,

I'm trying to create a video block in homepage that show's only videos from an specific user.
I've used some php code but I'm lost.

Someone did something like this?

Thks.

Quote · 29 Dec 2010

You can try this, run this sql query on your DB (remember backup before any change)

INSERT INTO `sys_page_compose` (
`ID` ,
`Page` ,
`PageWidth` ,
`Desc` ,
`Caption` ,
`Column` ,
`Order` ,
`Func` ,
`Content` ,
`DesignBox` ,
`ColWidth` ,
`Visible` ,
`MinWidth` ,
`Cache`
)
VALUES (
'', 'index', '998px', 'Nickname's Special Videos', 'Nickname's Special Videos', '0', '0', 'PHP', 'return BxDolService::call(''videos'', ''profile_video_block'', array(1), ''Search'');', '1', '66', 'non,memb', '0', '0'
);

===============

1)

EDIT this text streng : Nickname's Special Videos (Your title box text)

EDIT only the Value: array(1) (1 = your specific members ID number)

2)

Go to Admin/Builders/Pages Blocks => Homepage
Move the block Nickname's Special Videos from Inactive Blocks to Active Blocks

3) Clear Cache

4) Done....

 

and all videos need to be added to the profiles album


Quote · 31 Dec 2010

Thanks!
Works fine!

Quote · 5 Jan 2011
 
 
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.