brianbonner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Firefox not wrapping the trackbackI appreciate the help, but I just don’t like that desiegn. I just want plain text. I guess it is firefox’s problem.
The first one I don’t like at all. It is useless as it does not take you anyplace that displays the trackback. I have gotten all the WP blogs I go one to get rid of that in favor of plain text that can be copied and pasted. If you click that trackback uri you just end up back at comments, which confuses people and then you won’t get any trackbacks.
I guess firefox users are out of luck.
Forum: Installing WordPress
In reply to: list_cats changed in v1.5.1 ?All I did was add this code to my right column.
<div class="rightsideSection">
<h4>Categories</h4>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=0&hierarchical=1'); ?>
</ul>
</div>
This sorts it in hieraarchical form. Just reverse the 0 and 1 to make it sort by name.Forum: Everything else WordPress
In reply to: Anyone Succeeding with 1.5.1?I followed the install directions. I turned off all plugins, I deleted a file then uploaded it, one by one, using core ftp. After I was all done I pointed IE to the upgrade.php and poof everything was working fine.
I then went back and one by one activated my plug-ins. BA stats was a fatal error and I could no longer access the plug-ins in dashboard. So I deleted the program from plugins and all was wonderful again.
Trackback and pingback worked for me under 1.5 and they still work under 1.5.1
Forum: Fixing WordPress
In reply to: Code validationWell what am I suppose to be using in its place?
Forum: Fixing WordPress
In reply to: HT ACCESS: Can you take a peak at mine? Not workingWhen your having problems always disable all your plugins first.
Forum: Fixing WordPress
In reply to: Apache Mod Rewrite?It makes no difference. I get allot of traffic from search engines. especially google. but they are php file not html files so you cannot change them. WP uses CSS and PHP it is not a webpage per say with just html coding.
Make sure mod_rewrtie is installed and recompiled. make sure you have an .htaccess file in the same directory as your index.php.
Forum: Fixing WordPress
In reply to: Takes forever to postI don’t think that will work. It is hard wired on in the edit.php and advanced edit.php files in the admin folder.
Forum: Fixing WordPress
In reply to: SideBar not working properlyFirst validate the code, I noticed an extra
</li>that did not seem to be open. Then if it still is wrong, make sure it is in the sidbar and not the footer.php and inside the<div>. If all this is true you might want to edit the coded in the script which states<center>to right.Forum: Fixing WordPress
In reply to: Site Admin – Uploadmake sure mod_rewrite is activated.
Forum: Fixing WordPress
In reply to: PingbacksTurn off automaticly notify feature in options discussions. Run a test message with one of your permalinks in it. if it still pingsback see my message on editing your files so the button will work.
Forum: Fixing WordPress
In reply to: Takes forever to postif this happens often it could be that your pinback is hard wired on in your edit files. You will know right away got to
http://wordpress.org/support/topic/32124
Follow the link and edit those 2 files. It worked for me.Forum: Fixing WordPress
In reply to: Ho Do I change the Background Color in comments POPUPThat didn’t work but this did!
#commentspopup {
background: #eef;
}That was a really ugly color! hehe
Thanks
Forum: Fixing WordPress
In reply to: Remove the display of the post in commentsI’ll be darned if I can find any code in my comments.php that tells the page how to load.
Forum: Fixing WordPress
In reply to: Remove the display of the post in commentsI am currently using popup comments. When I remove the popup comments and use just the regular comments.php, when you go to comments it jumps to the top of the post contents. I would rather it go to the bottom of the contents or not have the post contents at all.
Now when I access comments from the recently commented links it does go to the first comment. But when I disable popups, at least when there are no comments, and click on comments it goes to the top of the permalink. which happens so fast it appears as if nothing has changed till you scroll down.
Forum: Fixing WordPress
In reply to: Problems with “Edit Permalink Structure”Did you try this?
http://codex.wordpress.org/Using_Permalinks