hartlijn
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Comments on single picture?Juro83 built a plugin that allows commenting per picture. To achieve this he creates a single page for each picture (not sure if you want this ). Follow the discussion here: https://www.ads-software.com/support/topic/169807?replies=21
I think it is quite nice, but still not exactly *the* solution, since yo get tons of pages if you have a large gallery.
Forum: Plugins
In reply to: [Plugin: wordTube] widget that shows playlistsolution provided here
Forum: Fixing WordPress
In reply to: (wordtube) How do I put the video playlist in the sidebar?forget my last question.
I tried to create my first widget today ??
A quick and dirty way to add this as a widget. Create file with this content.<?php /* Plugin Name: Wordtube Joost Widget Playlist Version: 0.1 alpha Plugin URI: https:// Author: Joost Author URI: Description: Toont de playlist van gallery nummer 1 (Terre). */ function widget_joostwidgetwordtube_register() { function widget_joostwidgetwordtube($args) { extract($args); ?> <?php echo $before_widget; ?> <?php echo $before_title . 'Terre Cinema' . $after_title; ?> <?php if(function_exists('wt_GetPlaylist')){echo wt_GetPlaylist(1,250,380,"player.swf","playlist");} ?> <?php echo $after_widget; ?> <?php } register_sidebar_widget('Wordtube show playlist', 'widget_joostwidgetwordtube'); register_sidebar_widget('Terre Cinema','widget_joostwidgetwordtube');} add_action('init', widget_joostwidgetwordtube_register); ?>
Replace ‘Terre Cinema’ by something you like to call your widget.
Change wt_GetPlaylist(1,250,380,”player.swf”,”playlist”). The ‘1’ is de number of the gallery.
Save it to your plugins folder and activate.It works great for me.
Please note: this widget is not customizable from Admin panel. The gallery number, dimensions and descriptions should be able to be changed from there. But that’s for someone else to fix.
enjoy
Forum: Fixing WordPress
In reply to: (wordtube) How do I put the video playlist in the sidebar?@bollywooddreamz: thanks a lot. is there some additional variables we can add to change the size and skin of this specific playlist?
thanks
hartlijnForum: Plugins
In reply to: [Plugin: GeoPress] Integration with NextGen Gallerythat’s a nice idea!
we only need someone to build it ??Forum: Requests and Feedback
In reply to: [Plugin: NextGEN Gallery] Commentsthis would make NextGal *the* perfect wordpress gallery. Isn’t there anyone else with time and skills to add the option to allow Comments per photo?
??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Comment per pictureI played with a lot of galleries the last years. Currently I am using the WPG2 plugin, but it is sloooowww. NextGen is faaaaaaast.
The best gallery icm WordPress by far, I think. The built in WP2.5.1 gallery is too post-minded instead of pure gallery based, I think.
If *someone* finds out how to comment on individual pics, make my day ??
Until then I’ll just wait 2 additional seconds to load WPG2.
all the best
hartlijn