brianbonner
Forum Replies Created
-
Forum: Plugins
In reply to: CG-PowerPack 1.5.3.1 Released.The new referrer is broken. I get the following error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ‘)’ in /home/owner/public_html/wp-content/plugins/cg-plugins/bot_fns.php on line 19brianbonner90-at-gmail-dot-com
Forum: Plugins
In reply to: CG-PowerPack 1.5.1.0 Released.I think that is working. Thank you.
Forum: Plugins
In reply to: BAstats and wp1.5.1I have the newest version.
Forum: Fixing WordPress
In reply to: RSS not visible in my blog’s linksI don’t know about blog roll but you can add a link to your feed anywhere you like with this code:
<a href="Your blogs url/feed/">RSS Feed</a>Forum: Plugins
In reply to: CG-PowerPack 1.5.1.0 Released.Nope it is:
/wp-admin/admin.php?page=cg-plugins/cg-referrer.phpI tried adding =100 to the end to check but no good.
It is catching certain admin hits, like I noticed post.php and login.php The reason I didn’t notice before is it is only 25 and I usually get that many visits in 2-3 hours.
Forum: Fixing WordPress
In reply to: `<?php the_content` and News feedsThanks. I found that, but I kind of wanted to do it by number of days. I can’t believe the default is 5 posts. I do more than that in one day.
Forum: Plugins
In reply to: CG-PowerPack 1.5.1.0 Released.No I was mistaken it is showing admin login.
How can I make it show more then 25?
Forum: Plugins
In reply to: BAstats and wp1.5.1get_currentuserinfo()Yup. I can’t have my feeds broken though. I didn’t know he upgraded it is still the same version number.
Forum: Plugins
In reply to: CG-PowerPack 1.5.1.0 Released.I still cannot see any buttons in postorder and related using wp 1.5.1.1
I don’t see any admin tracking in refererForum: Fixing WordPress
In reply to: Error Log reports files missingThank you. I somehow thought there was something wrong.
Forum: Installing WordPress
In reply to: list_cats changed in v1.5.1 ?Viper,
this code
<div class="rightsideSection">
<h4>Categories</h4>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1'); ?>
</ul>
</div>
Will do what you want for categories. See my blog
http://uncooperativeblogger.comWell it will sort by hierarchy alphabetically and give a post count. If you don’t have, or plan to have, sub categories then turn the heiracrhy value off(to zero)
Forum: Installing WordPress
In reply to: list_cats changed in v1.5.1 ?where did you place it? inside the parenthesis the apostrophy looks different in your post, I don’t know why. I would like to look at your souce what is the url?
Forum: Plugins
In reply to: BAstats and wp1.5.1It had a fatal error when I enabled it and I could not access the plug-ins page. I had to delete it. But it can’t break my Rss feed either. I emailed the author but I have not heard from him.
Forum: Fixing WordPress
In reply to: Is there a fix for the time zone stamp yet?Well that is a bad idea, since we don’t usually live where our server resides.
Forum: Fixing WordPress
In reply to: Why does using break codes cause xhtml validation problems?When I use the
<del></del>in the title it doesn’t like it either, but it says it is valid. It seems it does not expect to see code in the title, but I love the strike through myself.