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.
Hi, I'm trying to create a video block in homepage that show's only videos from an specific user. Someone did something like this? Thks. |
You can try this, run this sql query on your DB (remember backup before any change) INSERT INTO `sys_page_compose` ( =============== 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 3) Clear Cache 4) Done....
and all videos need to be added to the profiles album |
Thanks! |