ozgreg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Clean URL’s dosen’t work with WPG2 pluginYou be better off upgrading to the WPG2 version 2 / Gallery2 which has full support for “clean URL’s”
We really do not monitor this forum for help requests, you be much better off using the support forums (as listed in the plugin)
Forum: Plugins
In reply to: WordPress & Gallery2 | WPG2 PluginWPG2 Plugin has now reached 1.0 stable release Milestone (Along with Gallery2)
For more information please visit the WPG2 Plugin Site -> http://wpg2.ozgreg.com/
Forum: Plugins
In reply to: WordPress & Gallery2RC2 of the WordPress Gallery2 plugin (WPG2) has been released
More information can be found on the WPG2 Site-> http://wpg2.ozgreg.com
Forum: Fixing WordPress
In reply to: MySQL and Persistent ConnectionsQuote Issues with persistent connections: “At first each connections takes up resources. This includes MySQL internal resources (memory, table cache elements, connections) as well as OS level resources – threads, open files and sockets. Some operating systems are quite OK with this, while others may show performance degradation. MySQL resources are often more important. By having the same amount of memory that would be used for persistent connections, you usually can configure MySQL to use larger buffers, which often gives extra performance. Will this outweigh the benefit from persistent connections? It completely depends on the application.
Persistent connections can also lead you to the trouble if you’re not using them carefully enough. Some issues described here are handled automatically by good persistent connection support, while others are not. If you’ve started transaction but did not complete it, the result could be unpredictable – based on what next connection user will do first commit or rollback transaction. Exactly the same issue happens with locked tables. They could be locked stale leading to various issues. Moreover other thread specific settings are left – connection specific variables (sort_buffer,record_buffer…), server level variables (@my_variable), state dependend functions found_rows(), last_insert_id() etc.”
For the average joe blogger persistent connections would not be a good option but adding support in say config.php to enable them might be an excellent compromise here for larger sites.
Forum: Plugins
In reply to: WordPress & Gallery2 | WPG2 PluginGallery2 comes with a boat load of modules, I turn most of them off and that seems to lighten the load considerably..
Forum: Plugins
In reply to: WordPress & Gallery2Beta cycle 2 of the WordPress Gallery2 plug in has been released along with Gallery2 Beta 4.
Plug in now fully supports
*Wordpress / Gallery Users
*Posting Thumbnails (Images/Albums/Subalbums) via Tags
*Range of Album/Image Choices to be displayed on the sidebar.
*Gallery2 User Groups / Mapping WordPress users to them.
*Revised Optional Gallery2 theme inline with the recent Gallery2 Beta 4 theme refactor changes.
*Heap of bug fixesMore information can be found on the WPG2 Site-> http://wpg2.ozgreg.com
Forum: Plugins
In reply to: WordPress Gallery 2 PluginYou could either manually delete them, clear all cookies, or better still switch to Firefox where you have the option to do either or π
Just as a note, Gallery2 Post Bingo now cleans up the cookie issue, although a few crumbs seem to remain…
Forum: Plugins
In reply to: WP-Gallery PluginGallery2 uses an entirely different approach to Gallery thus this plug in does not work. Stay tuned for the release of G2WP plugin currently underdevelopment @ http://wpg2.ozgreg.com/ which will implement the full functionality of Gallery2 within WP…
Forum: Plugins
In reply to: WordPress Gallery 2 PluginProgress is rapidly being made on the plug-in but we need your help in form of a CSS developer / theme developer who wants to get dirty with Gallery2 Stylesheet and Layouts so we can create a “Standard WP” friendly layout for Galery 2.
If you are interested please register here -> http://wpg2.ozgreg.com/viewtopic.php?p=173#173
Anyone who is currently running this plug-in on your website, I hope you will join the community @ http://wpg2.ozgreg.com and help support this plug-in..
Forum: Plugins
In reply to: WordPress Gallery 2 PluginIn an effort to bring all the efforts of the intergrators for WP/G2 together I invite everyone over to http://wpg2.ozgreg.com/
Forum: Themes and Templates
In reply to: Theme under Gallery EmbeddingVERY nice spot π
Corrected the issue with <div id=”rap” style=”background-image: none”> in the gallery2.php
All I needed was another set of eyes!