Lee Rickler
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme Check] [Plugin: Theme-Check] Issues, missing tagsNo problem on the other 2 points – on the htaccess issue I use this for security reasons – not saying it’s the right/ wrong way of doing something, but it’s the method I use.
Thanks anyway.
Uploaded, tested – works.
Nice one max – see, that’s service the WordPress way!
Oh, and when will 0.2 be ready to download?
Scrub that, I see it there now.gah! i always forget ‘resolved’!
That totally fixed it, thanks!
Appreciate your help Marcus – Only reference I can find is in the Month navigation:
<td class="month_name" colspan="5"><?php echo ucfirst(date_i18n('F Y', $calendar['month_start'])); ?></td>this is in both calendar-small and full.php
The Days element is:
<tr class="days-names"> <td><?php echo implode('</td><td>',$calendar['row_headers']); ?></td> </tr>I understand that, and have edited many of the files, but I simply cannot find where to change the day format.
Seriously, I’ve looked everywhere!The code that produces the day is:
<?php echo implode('</td><td>',$calendar['row_headers']); ?>but where that gets M – T – W etc from I simply cannot find.
Seems to not want to activate when using WP3.0.2.
Works fine with 3.0.1.Forum: Plugins
In reply to: [Plugin: Mass Custom Fields Manager] Doesn’t appear to workDon’t think I’ll bother thanks. Doesn’t work, spam central.
Try contributing rather than just taking.Did you check the custom fields?
Famous last words but …
Add a 2nd image
Click update
View custom fields – a new field is created – ‘page_secondary-image_thumbnail_id’
Add new image/ update – the custom ID stays the sameSo … to fix:
Delete the 2nd image
Update
Delete the custom field
Update
Add new image
UpdateAll should work fine.
How?
Pretty much a ‘me too’. Was working fine until I tried to change / update any of the images then the Secondary image wouldn’t stick.
Possibly not the latest as I made quite a few display changes to the previous (my current) version and haven’t had time to transfer them over.
I’ll install the latest see if it fixes it then make changes if necessary.
This is what I am also trying to acheive – future and past on the same page.
I have future working perfectly using the standard, built in EM settings and then adding the following code to the template file:
<?php if (class_exists('EM_Events')) { echo EM_Events::output( array('limit'=>10,'format'=>'#_{D d M Y} #_NAME #_NOTES etc', 'scope'=>'past', 'orderby'=>'start_date', 'order'=>'DESC') ); } ?>Future list works fine with the upcoming event (by date) at the top however the past events are reversed with the oldest at the top.
I have tried various combinations:
'order'=>'DESC
'order'=>'ASCetc
but still the list is displayed the exact same.