![]() |
|
Mod Options |
![]() |
|||||||||||
Video Club (YouTUBE, Vimeo, DailyMotion etc)
![]() Developer Last Online: Aug 2021 ![]() ![]() ![]() This thread is in the Modification Graveyard.
Since 2006 I was serving community members with my Free Mods But as this site will starts operating by the company, I'm no willing to support them ** File Removed ** Video Club Fetch Videos from many Providers with URL since ver. 1.2.0 you can also embed any valid video code Things to know !!!
Demo Installation demouser1 / demopass1 demouser2 / demopass2 demouser3 / demopass3 PS: In my demo I've setup Disqus as commenting system. But it's up to you to setup Threads instead. 1.- What's this? Video Club is a Video Gallery mod for your community. It's easy to use and has a nice interface. User just needs to enter a link to the video and set a category. All others done automatically. For comments supports Thread per video but also the well known Disqus external commenting system. I strongly recommend you to use Disqus as it's very social and soon you'll see an increment amount of pageviews. 2.- Video Providers (Websites)
Not only one but 3 types for comments (plus an option to not use comments)
After many years I decided to use PRO version not as a way not to earn money (I don't expect to have more than 10 sales), but rather to find a way to pay for some commercial scripts that I want to use in the PRO version (Distribution License). The follow features will be in the PRO version:
Download Now Only licensed members can download files, Click Here for more information. Screenshots Show Your Support
The following members like this post: blind-eddie, elsa23
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
New Posting Features Fluid YouTube/Vimeo BBcodes (auto-created) | MarkFL | vBulletin 4.x Add-ons | 58 | 01 Mar 2017 18:11 |
vBulletin CMS Widgets Random YouTube/Vimeo Video Widget | imported_dfmafia | vBulletin 4.x Add-ons | 19 | 03 Apr 2015 15:57 |
Add-On Releases Online Youtube, Google, Bolt, iFilm, MySpace, DailyMotion etc. Video Downloader | dj_f16 | vBulletin 3.6 Add-ons | 35 | 08 May 2008 14:56 |
#271
|
|||
|
|||
Now I'll work for you
![]() No members have liked this post.
|
#272
|
||||
|
||||
Hi, demo link in first post not work :
https://www.cmsbulletin.com/demo/vb42/video.php The coorect link: http://www.cmsbulletin.com/demo/vb42/video.php
__________________
sorry for my bad english No members have liked this post.
|
#273
|
|||
|
|||
Upgraded to v1.3.0 for testing with thanks ..
![]() Did a complete update and overwrite of ALL files... Will advise results later today .. Regards, Doug No members have liked this post.
|
#274
|
|||
|
|||
Originally Posted by elsa23
Thank you for your report. Now it works (the first link). For testing purposes, I had temporary disabled SSL.
![]()
No members have liked this post.
|
#275
|
|||
|
|||
Chris ..
Testing feedback on v1.3.0 ... Terrific work in cleaning up a lot of the cosmetic issues, but we still have a couple of places where the blue/grey text color is either challenging to read on our style, or it's bleeding over into regular text on standard vBulletin templates. Foe example, check the two attached pics of a member's Profile Page. One is with Video Club enabled and you can see how what is normally black text, turns blue/grey with Video Club is enabled. If I go into AdminCP and DISABLE Video Club, you can see that a pic of the same profile has correct black text. Also, check the pic showing the Video Club screen when viewing the main home screen. I've highlighted text that continues to appear in the blue/grey color and as you can see, it's challenging to read. Can we get this in black text? Finally, on behalf of all our members (retired veterans), we've sent you a donation of $75 U.S. for all you hard work. It's much appreciated and what you're now providing with Video Club for free download is excellent value. ![]() We compared it against another video addon product (PRO version) offering advertised here and your function and features far exceed what it offers, plus they're asking for $179 U.S. for a license to be able to receive upgrades for the life of using their product. In our opinion, your free offering (with any donation) is a better value.. thanks again.. ![]() Regards, Doug No members have liked this post.
|
#276
|
|||
|
|||
Originally Posted by BadgerDog
Hello Doug,![]()
First of all, thank you for your donation. Really appreciated. As for the design issues. Let's start from usecp. Please import the attached xml file. I've removed and additional css and js there other than font-awesome (actually this was missing). Give a try and let me know. If it fixes the mess, I'll continue to the rest issues. No members have liked this post.
|
#277
|
|||
|
|||
Originally Posted by paradoxG(r)eek
You're welcome Chris... ![]()
![]() With that new XML, yes .. the standard member's profile page is correct now.. ![]() Blue/grey text still appears on main Video Club Home Page... Couple of thoughts for future design features... If a user could later EDIT the article information and perhaps edit and change the thumbnail pic, like they can when first adding the video to the club, that would be an excellent function .. Regards, Doug No members have liked this post.
|
#278
|
|||
|
|||
Chris..
Not sure what this is, but on the main home page, I notice that the small icons don't appear as icons the first time you view the home page, but rather as small boxes. (see pic) If you click on any video to go to it, they appear fine, then if you return to the main home page, the small icons are there now... not sure what that means, but I thought I'd mention it .. Also, the icons are very small and very neutral in color. Is there some way of using "tool tips" so a small pop-up occurs to say what they mean, plus perhaps have a color that standads out better? Just some thoughts.. Regards, Doug No members have liked this post.
|
#279
|
||||||||||||
|
||||||||||||
Being stuborn is not good in life, but in coding it helps a lot
![]() Well, I was able to fix the conflist. It caused by the load of:
But let's start with a simple notice. At headinclude you're loading 3 times the same jquery file. That's not correct. So, find in headinclude template:
and replace it with:
I also have some doubts if you really need the slider.pack but for the moment let it there. In my text I didn't loaded it and the slider was working fine. Please let me know. No members have liked this post.
|
#280
|
|||
|
|||
Originally Posted by BadgerDog
Yes, I've replaced it with font-awesome icons. Much better than normal icons as they're getting their color from the active font color.![]()
If you're sure that you've upload the folder fonts inside videoclub folder, then just clear your browser's cache and they'll appear. No members have liked this post.
|
#281
|
||||||||
|
||||||||
Originally Posted by paradoxG(r)eek
I think I load it in header, not in headinclude. Only css load in headinclude.
![]()
No members have liked this post.
|
#282
|
|||
|
|||
Normally js files must load in footer, unless if there is a notice to load them in < head > section. But header.tpl is just for html code within < body > section. JS files must load in headinclude. Not that you can't include anywhere, but the normal (after footer section) is headinclude.
No members have liked this post.
|
#283
|
||||
|
||||
What I have to do? Or would you like admin-access to make an overview for you?
No members have liked this post.
|
#284
|
|||
|
|||
If there is trust, PM me admin details to make any neccessary changes.
No members have liked this post.
|
#285
|
|||
|
|||
Originally Posted by BadgerDog
Please upload the attached xml and check:![]()
No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 10:17.