polyfade
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] How to display all groupssorry, just too much fatigue.
i started fresh and got it to work.
this tutorial is a bit more comprehensive:
http://www.doc4design.com/articles/magic-fields-duplicates/as noted, the english translation of magic fields wiki is not completely translated so it could be difficult to understand especially under tired vision.
this is a fantastic plugin!
anmari, many thanks for an amazing product and speedy response.
unfortunately, i don’t see anything commented out on those lines.
for example, line 2318 states:
echo '<h2>'.sprintf(__('Invalid Ical URL passed in query string %s','amr_ical_list_lang'), $spec).'</h2>';i see in the general settings of the plugin you’ve included the option–
Message if no events found:
No events found within start and end datebut, it doesn’t print that, at least it doesn’t show in list view.
Forum: Plugins
In reply to: [WP eCommerce] [Plugin: WP e-Commerce] No Products / can’t edit productsthe same crazy thing happened to me in both safari 5 and firefox 3.6.10 for mac, using wordpress 3.0.1.
is there a fix yet?i’m having the same issue. i can edit the “Configure Event Mark-up” one time and the ability to edit seems broken.
plus, if I try to remove a field, it gives me a permissions error.
i tried changing all the files of this plugin to 777, still no go.Forum: Plugins
In reply to: [Flickr Gallery] [Plugin: Flickr Gallery] syntax error with lightbox or notsorry, i had to move the error page: http://pawleysmusic.com/festival-gallery/recent-gallery/
Forum: Plugins
In reply to: [Plugin: AmR iCal Events List] timezone issueAfter more thinking… the time is probably being pulled from the web host’s server, not my WordPress’ time setting.
Writing a rule to the htaccess file seems to solve this for my timezone:
SetEnv TZ America/New_YorkHowever, I don’t know if implementing this solution is proper, or could have repercussions down the line and affect other things.
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Time and date separationDaniel,
I apologize, I’m off my rocker. I meant having the ability of displaying the day separate from the date, so they’re not combined inside the php function. Therefore, they could be marked up according to microformats specs [http://microformats.org/wiki/hcalendar]. In addition, the day and date could be styled separately.On a side note, I think this an ideal end result of implementing an ics file to website while retaining hcalendar format: calagator.org [http://calagator.org/]
Thanks!
Forum: Requests and Feedback
In reply to: posts_nav_link bug?<?php query_posts($query_string . 'order=DESC&showposts=2') ?>this doesn’t always work.
for example, i have a total of 12 posts.
my admin number of posts to display is set for 3.
if i specify:
<?php query_posts($query_string . 'order=DESC&showposts=2') ?>
i’ll get an error for /page/5?query_stringbasically knows ahead of time how many pages it needs to produce based on your admin default. if it goes beyond that amount, you’ll receive an error.Forum: Plugins
In reply to: Expire PostsThis plugin doesn’t seem to be working with WordPress 2.0. The post still shows up. I have the postmeta viewable to make sure the ‘expiration’ has been checked.
Is there an update or am I missing something?Forum: Fixing WordPress
In reply to: List of 5 Most Recent Posts Within a Category