rogerr
Forum Replies Created
-
Forum: Plugins
In reply to: WP-Members Additional FieldsWow… Fantastic.. What service… Donation is making it’s way to you!!!
Yippee… WP-Members now works seamlessly with Email-Users 3.1.8 with WP-Members being the primary registration.
OK, Changes are made and all good… I had to make a few minor mods as below.
Using 2.4.0 beta release 4, I have added the following to the array in wp-members-install at line 60:
array ( 17, __('Accept Emails', 'wp-members'),'email_users_accept_notifications', 'checkbox', 'y', 'y',' n' ), array ( 18, __('Accept Newsletters', 'wp-members'), 'email_users_accept_mass_emails', 'checkbox', 'y', 'y',' n' )
Also changed wp-members-dialogs line 216 to:
if ($wpmem_fields[$row][3] == 'checkbox') { $valtochk = $wpmem_fields[$row][7]; $val = 'true'; } wpmem_create_formfield($wpmem_fields[$row][2],$wpmem_fields[$row][3],$val,$valtochk);
The only thing I still need is to have the checkbox checked by default??
One quick thing… As some of us (ie. the rest of the world) don’t use zip codes but postcodes, could you maybe change the label “Zip” to “Postcodes/Zip” on line 50 of the install???
Again Many Thanks
Rog
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Two erros when rebuild sitemap manuallyAnd I am getting this error when I try to rebuild manually
Warning: mktime() expects parameter 1 to be long, string given in /mounted-storage/home51b/sub004/sc34729-PITR/beltanavillas/wp-content/plugins/google-sitemap-generator/sitemap-core.php on line 2438
And the solution is here https://www.ads-software.com/support/topic/281175
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Stats showing post ID and not titleSame problem here
mtroche13’s solution works but if I have to go through and update 1000’s of pages it’s a bit poor.
Forum: Themes and Templates
In reply to: Remove paragraph tags from excerptAlternatively, yiu could just add the line
remove_filter(‘the_excerpt’, ‘wpautop’);
into your themes functions.php
That would make it a global for any page/post/category within the theme…
Forum: Plugins
In reply to: This is a bit over my head….$display_categories = arrayHmmm…that didn’t work…I’ll go back to changing it manually when I put a new client category up..
Many thanks for your help
Forum: Plugins
In reply to: This is a bit over my head….$display_categories = arrayOh dear…sorry about that
try here… this is using your new code (with thanks)
https://clients.popcornphotography.com.au/category/events
I am using photoq which publishes a thumbnail as the_excerpt for each post.
I want to show a random thumbnail from, and the category title of each child category.
I have used the old code here to show how I would like it to look
https://clients.popcornphotography.com.au/category/your-photos
Cheers and once again Many Many Thanks
Forum: Plugins
In reply to: This is a bit over my head….$display_categories = arrayThanks for the quick reply…you rock….BUT….
Small issue – The excerpt is showing the same for each category…and the h6 is not showing at all
you can have a look here
https://clients.popcornphotography.com.au/category/your-photos
Thanks in advance
Forum: Themes and Templates
In reply to: Next/Previous Links not workingMy problem is slightly different.
Previous and Next work perfectly well until I have a set of posts that are in the same category but Private….Then the links refuse to show…any ideas???
Using 2.6.3