MyBB Hacks

Full Version: Video Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
(05-21-2012 01:47 AM)LiBeRtY Wrote: [ -> ]I tried it myself but I could not.
Can you help me?
I think it's better if you post how far you've tried it (the change you've made), so we can start from there.
Hi RateU
thanks for helping me in my thread
http://mybbhacks.zingaburga.com/showthread.php?tid=1283
now I have custom index page on my forum.

i'm using xthreads to make my own video gallery in my forum.
everything fine, but I need help from you how can I add 5 latest videos in my custom index page which I created by your help on link above.

thanks before
If it is only the video title (thread title), you can put your video gallery forum ID in your modifications.
(09-02-2012 11:41 PM)RateU Wrote: [ -> ]If it is only the video title (thread title), you can put your video gallery forum ID in your modifications.

I mean, it possible to add tumbnails also? like youtube video gallery in your index site.
Thanks for your reply
I will try it..
I have no luck RateU Frown
I've tried your suggestion in this post
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=732&pid=1109 and it works perfectly like I need but only in member profile page

how can I put it in my custom index template? just like your Latest Video box at http://www.14.mynie.co.cc/index.php
I tried to put {xt_lvop} variable but it not working.

I have zero knowledge about PHP and when I open that plugin in notepad, it confusing me a lot Frown

Can you guide me what part I suppose to change or modify?
cause I need it badly

Thanks before

PS: sorry about my English. I hope you understand Smile
If your custom index has a hooks, change the hooks (member_profile_end) of the plugins, then put {$xt_lvop_latest_videos} variable on your custom index template. Or, you can put the code inside the xt_lvop_run() (maybe you need to modify it a bit, depends on whatever variables have been loaded in your custom index file) to your custom index file.

Remove this code from the query (it is based on user id):

PHP Code:
AND t.uid='.intval($memprofile['uid']).'

thanks a lot!
now it's working perfectly Smile
Update:
Use Settings Overrides for the Force Postbit Layout settings in create/edit forum settings:
  • Settings Overrides:
    • Setting: Showthread Options -> Post Layout
      Value: horizontal

      Code:
      postlayout=horizontal

Pages: 1 2 3 4 5 6 7 8
Reference URL's