roguegeer
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP e-Commerce] Avoid WP- ecommerce plugini tried zencart, but it was a PITA, and WOZ was not very useful/good/helpful….
i eventually got WP.osC to work acceptably – its a modified version of osCommerce (original codebase of ZenCart) its dated but functional and thats what I needed.
Basically setup a WP, crete a folder called ‘catalog’ or ‘shop’ inside the main wp install, unpack WP.osC in there, and go to it. i also suggest adding the WP.osC rewrite of the plugin that lets you pay without creating an account…
the regular payment modules for osCommerce worked for me (Beanstream).
i may make another attempt at zenCart at some point, as I initially tried to get it to work in WPMU and think that added one to many wrinkles.
Forum: Plugins
In reply to: [Plugin: WordPress MU Domain Mapping] SSL with mapped domainit IS possible but not be default.
Just to be clear – it has nothing to do with how SSL works (see the RFC specs), but rather that Apache’s default implementation of mod_ssl does not implement SNI (server name identification), which is required to allow multiple SSL cert’s via name-based virtual hosting.
(btw – highly doubt you could get this scenario to work with IIS. No clue re:nginx, lighttpd – though likely if you can compile the modules correctly.)THE FIX
basically: use mod_gnutls, which includes SNI, or there is an SNI enabled mod_ssl project if you prefer.see these ref’s:
http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/
http://amamun.info/how-install-modgnutls-centos-54
see comments in first item. may want to play with gnutls cache timeout to help reduce load spikes.
Forum: Plugins
In reply to: [Plugin: WordPress Navigation List Plugin NAVT] Random IssuesI have still yet to nail this down, but can confirm that the random changing appears to happen more often if I use IE6 under windows (godawful browser), but still happens if I use firefox 3 or 3.5 under windows, and even FF 3.5 under os x 10.5.
If requested i will get full versions etc.
i would REALLY appreciate having someone knowledgeable talk to this point as I believe that it makes this amazing tool dangerous and less useful. I cannot in good faith give otherwise competent staff access to use NAVT lists because of these unpredictable consequences. I have to make the change and then apologize as the list of complaints come in as i go and try to fix them – the process of which makes further errors…
We are seriously looking at other solutions, but this IS the best tool for the job, it just doesn’t work reliably. please help!
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Move schedule boxA fix:
wordpress\wp-content\plugins\event-calendar\eventcalendar3.phpchange line 540
function ec3_filter_the_content(&$post_content) { //return ec3_get_schedule() . $post_content; return $post_content . ec3_get_schedule(); }This of course didn’t solve my problem re: excerpts. I didn’t want schedules in my excerpts at all, so I removed the filter hooks around line 595:
// remove_filter('get_the_excerpt', 'wp_trim_excerpt'); // add_filter('get_the_excerpt', 'ec3_get_the_excerpt');I am sure this si all evil, but it would be NICE to have:
1.) “schedule block at beginning [] or end [] of post?” options on the admin panel2.) “include schedule in excerpts [] ?” option on the admin panel.
and then check those settings and adjust accordingly.
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Move schedule boxI also need to do this – in particular, the theme we are using takes the first n chars of a post and overlays that on a giant ‘thumbnail’ on the front-page news rotator. events now look hideous because they show
November 25, 20097:00 pm[ November 25, 2009; 7:00 pm; ]
instead of the introduction to the event.
ANY help or comment about ho wto go about achieving this (moving the schedule box to the END of a post) would be greatly appreciated!!
Forum: Plugins
In reply to: [Plugin: WordPress Navigation List Plugin NAVT] Random IssuesWe too have expereinced this type of “random replacement” within our NAVT lists. often the LINK is still ok, but the title has mysteriously changed.
I originally thought it had to do with pagemash plugin, but i replaced it with “my page order” plugin and it still occurs. i have yet to try site management without either of these tools (and its not practical for us to do so in production, btu i will for testing purposes). I am also curious if it has to do with the browser/flash version that is being used. But I’m honestly not sure how or why that would be the case.
It would be very very good to hear from the developer that 1.) they acknowledge the issue, and 2.) they are willing to work with us to resolve it.
running WP 2.8.4, php 5.2.3. currently on FF3.0.14 32bit on linux (ubuntu 9.04), though I’ve encountered it using FF3.5 64bit linux (ubuntu 9.04) too.
Forum: Plugins
In reply to: Feedback for new Sociable version1.) the alpha masking should be toggle-able or at least setable from the admin screen. I always invert it or turn it off altogether.
2.) It would be nice if there was a ‘user_icons” folder that would safely survive upgrades. (i have several sites that demand ie6 usability, for which I have to replace the icons with Gif’s… even nicer if, whey you selected one of the site blocks on the admin page, if there was a toggle to expand that item, and a.) upload a new icon, b.) provide and customization available for that site
3.) It would be great if the plugin automatically detected if the article2pdf plugin was avaialable and allowed you to replace the PDF link (eg:
'url' => the_permalink().'&article2pdf=1')4.) ditto customizations for ‘print’ – if a theme defines a ‘print’ format stylesheet and/or template, then that will likely provide better results than printfriendly.com
5.) a widget should be included. yes, many people will use the inline stuff, but a widget is a ncie way to work with sociable too. (I currently just use the php code widget, and then do something like this:
<div align="center"><?php echo sociable_html(Array("Facebook", "Twitter", "MySpace", "Digg", "Google", "del.icio.us")); echo sociable_html(Array("StumbleUpon", "LinkedIn", "email", "Print", "PDF", "RSS")); ?></div>which gives me a nice chunky two-line widget block on the sidebar. so users always know where the share stuff is, because its ALWAYS in the same spot regardless of page, post, home, category view etc…
6.) It would be great if you removed the Yoast feed from the dashboard, and if you MUST provide a dashboard feed block, please allow it to be turned off from the admin page (yes, I know it can be removed from the dashboard, but that is a per-user setting; it would be better if the plugin admin page globally toggled the feed inclusion)
7.) a ‘favourite/bookmark’ (eg, the built in browser/non-social “bookmark” as an option would be nice too.
Thanks for taking on sociable, its a ‘must have’ plugin that can only get better!!