This mod will enable your users to publish YouTube or Google videos on your forum. It's managable via the adminpanel and the script will automaticly download the titles of the videos from YouTube or Google Video and store it in the database so it will get the videos indexed verry well and it's fast.
Some of the features:
Custom tagnames, manageable from the adminpanel
Automatic Video Title retrieval, with optional support for Lib Curl and user-simulated video title retrieval
Custom editor icons, managable from the adminpanel
Template based Google or YouTube video output
Support for local Google Video servers, to make your site local
Phrases for all text so it has support for multi-lingual forums
Optional, extend all links within the video with rel="nofollow", customizable seperately for YouTube or Google Video
Custom Video titles via tag option ([googlevideo="Video Title"]...[/googlevideo])
Ability to configure usergroups that have access to delete videos.
Instalation:
Import the XML product
Upload the attached icon images (or use your own)
Default is:
/images/editor/google.gif
/images/editor/youtube.gif
Open htaccess.txt, configure it (replace yourdomain with your domain), save it as .htaccess and upload it to the root of your forum
Run the included installer
The installer will also upgrade previous instalations
Bug: when you run the installer more then once, multiple of the same indexes are created. I haven't found a way yet to prevent this. I have posted some messages on MySQL forums to find an answere and will then upgrade the installer. For now it is adviced to run the installer just once and for upgrades it is adviced to check the PREFIXseovideos table after upgrading to see if there are any duplicate indexes configured to remove them if needed.
To install the Videobar anywhere on the forum use the folowing code:
PHP Code:
<!-- SEO Videos Index Bar -->
Done.
Have Fun!
Jan Jaap
Screenshots:
Update: 18 februari 2007 (latest files from www.papegaaienforum.nl where this mod works very well).
Well, the latest product should fix this as it doesn't use standard PHP MySQL functions anymore wich might have been the reason that it didn't work.
But I don't think this could cause change of information in the database.
But if you would like and have time for it, could you please test if the latest product works for you? So if it doesn't work, I could try to find a solution for it.
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ENGINE = MYISAM' at line 6
fixed it sort of by changing 'ENGINE = MYISAM' to TYPE=MYISAM. It creates the table but give a false error of not being able to update.
When a video embedded into a thread is deleted by deleting that post or thread, a sql entry is retained into the database. Not only that but it seem two entries are entered.
Would it be possible to have it so when the thread or post is deleted, the sql entry is deleted? Or at least a function in the admin CP to allow the pruning of the table?
There is also the issue withthe ID only reading 0 on all the sql entries
And lastly, you can not put in the whole link for a google video, it hasto be only the id number?
Well, the latest product should fix this as it doesn't use standard PHP MySQL functions anymore wich might have been the reason that it didn't work.
But I don't think this could cause change of information in the database.
But if you would like and have time for it, could you please test if the latest product works for you? So if it doesn't work, I could try to find a solution for it.
In anyway - this should be fixed by Installer. But your Hack is not longer interesting because all Links of the old Hack are using only the VideoID and you are using the full Url. We have changed this after AnyMedia is gone and now again ? That?s to much.
In anyway - this should be fixed by Installer. But your Hack is not longer interesting because all Links of the old Hack are using only the VideoID and you are using the full Url. We have changed this after AnyMedia is gone and now again ? That?s to much.
Hi!
Indeed, you will now need to use the installer to install the database as the build in XML MySQL instalation doesn't seem stable.
Regarding the contents of the tag, you can even post the embedding codes and it will work. (thus also just the ID will work) so you don't need to change anything to use this mod.
When a video embedded into a thread is deleted by deleting that post or thread, a sql entry is retained into the database. Not only that but it seem two entries are entered.
Would it be possible to have it so when the thread or post is deleted, the sql entry is deleted? Or at least a function in the admin CP to allow the pruning of the table?
There is also the issue withthe ID only reading 0 on all the sql entries
And lastly, you can not put in the whole link for a google video, it hasto be only the id number?
Hi!
I will add a function wich will delete videos from a post that is deleted.
Regarding the ID only issue, I will investigate it now.
Regarding the whole link, you should be able to post anything from the google video site with the video ID included to get it to work, even the embedded code should work!