donal
Forum Replies Created
-
Forum: Plugins
In reply to: [Participants Database] Group by optionThanks for the considered response. I do need the ability to search on all results so I won’t go down the multiple shortcodes route. I also want users to be able to sort by a number of fields so I’ll just have to live with repeating data instead of possibly having title fields for different data e.g. to sort by time for races of a certain distance my proposed grouping would actually have
Race3
1 Name1 Time1
Race1
1 Name1 Time1
Race2
1 Name1 Time1Instead of just
Race3 1 Name1 Time1
Race1 1 Name1 Time1
Race2 1 Name1 Time1Two small things I’ve been looking in the support posts about:
1. Can you just search on all searchable fields rather than having to pick a field from the drop-down?
2. In the Sort By function, can you default to Ascending or Descending?Thanks for the great plugin.
I meant to update my original post this week. To resolve, just deactivate the plugin and reactivate. Worked for me. Got a fast response to an email after nothing here, will be donating and purchasing the add-on for coordinators. The newer versions of this are much slicker.
Same here for using button with shortcode. Seems to be a number of people complaining about the same thing on the forums here.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] BUG (flash upload & thumbnails) 1.7.2 & WP 3.0.3Thanks Alex, that fixed the flash uploader for me.
Right, found out what I did. Had been trying something else a few days before and thought I had undone my changes there.
I had an unclosed call to get sidebar: <?php get_sidebar(); ?> on single.php. I noticed where the error could be thanks to reading the Template Hierarchy. This will tell you what files to check depending on what is not showing up properly.
Now, time to upgrade to 2.9.1.
I still don’t like Yahoo hosting as it doesn’t seem to be possible to have nice permalinks.
Forum: Fixing WordPress
In reply to: Post Pages are Blank – all WhiteAs soon as I wrote that I found out what I had done. I had an unclosed call to get sidebar: <?php get_sidebar(); ?> on single.php. I noticed where the error could be thanks to reading the Template Hierarchy.
Forum: Fixing WordPress
In reply to: Post Pages are Blank – all WhiteHi,
I see you’ve fixed this based on your site. Can you tell me what you did? I have exactly the same issue!
Thanks,
Donal
I tried adding in the .htaccess file on the /wordpress folder but noticed that Yahoo actually block uploading of .htaccess completely so I could never have modified anything with my previous .htaccess file.
So what has probably caused my issue is changing the following in index.php when I moved it to root according to these instructions.
Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);I subsequently reverted this back to the original setting but individual posts are showing as blank pages.
Any ideas?
Forum: Installing WordPress
In reply to: Parse error: syntax error, unexpected T_STRINGMake sure you don’t have any single quotes in your unique phrase, just made that mistake myself on a new install.
Forum: Plugins
In reply to: One Click Upgrade errorI just de-activated the One Click Plugin Updater and I no longer get the error. I will post this on their site.
Forum: Plugins
In reply to: One Click Upgrade errorI am getting this error too. I think it started happening after upgrading One Click installer to One Click updater.