angrywhiteboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Suggestion on club membership plugin and simple ecommerceJohnny, I too am looking for a Yacht Club Membership package. Let me know if you ever found one.
If you keep WP-Stats installed, even if not activated, the the stats will not be lost. Also, the stats will be there if you deactivate Jetpack, then install and activate WP-Stats. Do not delete Jetpack until you do this or all the data will be lost.
Now neither works. Anyone know a better plugin, I’m all ears.
Okay, back to plain old WP-Stats.. Screw Jetpack.
BLEH, I reauthorized Jetpack, now getting the same freakin error message. API not vaild. Crap.
I deactivated Jetpack. The I reactivated it but did not enable WP Stats from Jetpack. Instead I activated WP-Stats as the stand alone plugin. Works fine, even if the interface is not as nice.
The ShareDaddy seems to be working fine without Jetpack stats.
Forum: Plugins
In reply to: [WPCongress] [Plugin: WPCongress] Excellent Start!Okay, I enabled “Use CURL to grab API data (Sometimes works around weird server settings)” and it now works.
Forum: Plugins
In reply to: [WPCongress] [Plugin: WPCongress] Excellent Start!Doesn’t work, at all. I would really love to have something like this on my blog.
Forum: Installing WordPress
In reply to: Building WordPress w/addon domain before switching DNSThanks gov, I will give it a try and report back.
Forum: Alpha/Beta/RC
In reply to: Themes – Sufficient PermissionsFaelor,
I have the same issue. Did you find a fix?
Forum: Alpha/Beta/RC
In reply to: Landing Page options errorFigured it out. Bluehost installed WP Beta 3.0 – have to go to a stable version 2.9.2
Forum: Alpha/Beta/RC
In reply to: Landing Page options errorMe too, on a different theme. Are you using Bluehost? I suspect the problem was on the install of WP using Simple Scripts. I’ll let you know.
Forum: Fixing WordPress
In reply to: Remove author, date & category from post and pages and edit linkuwiuw,
Thanks, great idea. I appreciate the quick responses here.
Forum: Fixing WordPress
In reply to: Remove author, date & category from post and pages and edit linkThanks MichaelH,
I guess it’s reading time 🙂 I really don’t know much about PHP, I’m just now learning. I think I just got lucky so far.
I’ll read the links and see if I can figure out the balance of my issue.
Thanks.
Forum: Fixing WordPress
In reply to: Remove author, date & category from post and pages and edit linkUpdate. I got rid of everything except the “Date Icon”.
I removed the following. Still trying to get the “Date Icon” removed.
<?php // post information if ($mandigo_options['date_position'] != 'inline') { printf( __('Posted by %s in %s', 'mandigo'), mandigo_author_link(get_the_author_ID(), get_the_author()), get_the_category_list(', ') ); } else { printf( __('Posted on %s by %s in %s', 'mandigo'), get_the_time(__('F jS, Y', 'mandigo')), mandigo_author_link(get_the_author_ID(), get_the_author()), get_the_category_list(', ') ); } // if wp supports tags, and unless we chose to display tags after the post if (function_exists('the_tags') && !$mandigo_options['display_tags_after_content']) the_tags(', '. __('tags', 'mandigo') .': '); // the "edit post" link, which displays when you are logged in edit_post_link( __('Edit', 'mandigo'), sprintf( ' - <img src="%simages/edit.gif" alt="%s" /> ', $dirs['www']['scheme'], __('Edit this post', 'mandigo') ), '' ); ?>