KS Web Designer
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Up and Down Arrow not indicating correct votesThat’s how I have it set, I only want to allow registered users to vote on posts, so that method would be fine. Is there any chance you could help with the code? I’m afraid I wouldn’t really know where to start. Any help would be very much appreciated.
Thanks
Forum: Plugins
In reply to: [WP-PostRatings] Up and Down Arrow not indicating correct votesAh ok, is there any way to get at that data? Is it even stored?
Forum: Fixing WordPress
In reply to: wp-admin infinite redirectOk, I’ve managed to login, not really sure how though – almost seemed to be a caching problem? But I don’t get any stylesheets on the admin page and can’t go to any other page apart from the dashboard.
I’m really stuck :-s
Forum: Fixing WordPress
In reply to: wp-admin infinite redirectI have tried renaming my plugin directory to ‘plugins-old’ to disable them all – but that didn’t help…
Forum: Plugins
In reply to: [BP Profile Search] Hotlink to search resultsThat’s what I thought too. I can try, but I’m afraid I’m a bit of a novice at PHP so not quite sure what you might be looking for?
Forum: Plugins
In reply to: [BP Profile Search] Hotlink to search resultsUpdate: the error also occurs on the wp-admin page and stops the login box appearing (i.e. it’s just a white page with the error message, nothing else)
Forum: Plugins
In reply to: [BP Profile Search] Hotlink to search resultsThanks for the help. So I replaced every instance of ‘$_POST’ with ‘$_REQUEST’ in the three plugin files. And the search and URL query are working – which is great.
However, the top of the members page now displays the following PHP error message:
Warning: Cannot modify header information – headers already sent by (output started at path/wp-content/plugins/bp-profile-search/bps-searchform.php:539) in /path/wp-content/plugins/bp-profile-search/bps-functions.php on line 205Can you help shed any light on what I might have done wrong?
Thank you ??
Forum: Plugins
In reply to: [BP Profile Search] Searching custom profile fieldsAh I see. Thanks for the info. I have downloaded the plugin and will take a look.
Thanks again ??
It would help if I learned to read eh!
Thanks for taking the time to explain it (again). I guess the only other place to put this info is on the admin editor screen for the relation and image field types as it’s the only place you can assume anyone using an image via your plugin will definitely be looking at.
Thanks again for the help, and for the awesome plugin!
Thanks for the reply.
That’s the documentation I used to get this far. I guess my question is a more fundamental WordPress one than specific to this mod but I’m not quite sure how to go about converting the id number to the src of the image.
I guess I’d need to do something with the $bannerImg variable?
Forum: Themes and Templates
In reply to: [Boilerplate] Include custom fields on category pageThanks, as you might be able to tell I was in a little over my head. I’ve done a little reading around The Loop and other things you mentioned. I think I’ve come up with a solution, although it’s basically rewritten the category.php page.
Thank you for your patience ??
Forum: Themes and Templates
In reply to: [Boilerplate] Include custom fields on category pageGood point. I gave it a go and still nothing…
Adding get_custom_field(‘overrideJobDesc’); didn’t show up anything and adding get_post_meta(); resulted in the below error message:Warning: Missing argument 1 for get_post_meta(), called in /path/to/wp-directory/wp-content/themes/theme/category.php on line 26 and defined in /path/to/wp-directory/wp-content/themes/theme/post.php on line 1792
Forum: Themes and Templates
In reply to: Dynamically get attachment description and captionAt the moment I am just developing in twentytwelve, but eventually this will be moved to my own custom made theme