Hi,
How those the block Featured Contributors in video section select members to show? How to add members, remove members, or simply disable this block?
And can this block work to show the members that post more videos and not feature?
Regards
Hi.
This box shows featured videos - not users. Administrator select and mark videos as featured (when you hoover over certain video you can see a star medal - click it to mark video as featured). Hover again over video marked as featured and click medal again to remove from featured box.
Not by default. You'll need to customize that feature in order to display users. You'll need a developers help to do it:
www.jomsocial.com/jomsocial-developers
Hi.
Just unfeature videos marked as featured. Login as admin and hover over videos that has a star in upper right corner. When there will be no featured videos - box will be gone.
Hi.
So you want to feature videos but don't want to display them in featured box.... eee, but then they will be just like other videos...
Maybe I just don't get your point here... anyway you can remove that block editing this file:
ROOT/components/com_community/templates/default/videos.index.php
Copy it to: ROOT/templates/your-template/html/com_community (if you don't have "html" or "com_community" folders, feel free to create them).
And comment line 15 like that: <?php //echo $featuredHTML; ?><!--call video.featured.php -->
This should hide Featured Videos box.
Hi.
Ok, I get it now... you know, we could avoid prolonging support if only you posted a printscreen on the first place :)
You need to edit this file: ROO/components/com_community/templates/default/videos.index.php
Line 74-106... you comment or delete code between this lines.
Do a template override by coping this file to ROOT/templates/your-template/html/com_community (if you don't have "html" or "com_community" folders, feel free to create them)