Cypher
Forum Replies Created
-
Forum: Plugins
In reply to: autohyperlink – new pluginMight I suggest that you provide a link to a .PHP file for download as opposed to cutting-and-pasting. This will just lead to a bunch of unnecessary errors and problems.
Cool plugin BTW. 🙂 Any chance you can make it store the “modified” content back in the database such that you are not filtering the content each time it’s displayed.
Regards
Forum: Fixing WordPress
In reply to: Why won’t any sites recognize my RSS feedYou have RSS feeds, you just haven’t provided a link in your template for it.
Your RSS Feed URL is http://delicraig.com/wp-rss2.php.
Regards
Forum: Fixing WordPress
In reply to: long delay / wp hanging while posting or updatingUnder Admin->Options->Writing, what websites are listed in the Update Services box? If you have lots of them or defunct ones, WP will take a time to notify them all about your updated posts.
So keep this list to the minimum to speed up posting.
Regards
Forum: Fixing WordPress
In reply to: Changing temp linksUnder the Admin section go to Options and make sure the WordPress URI and Blog URI are pointing to http://www.hedgerley.net/greening.
Regards
Forum: Plugins
In reply to: Copy comments to php/bbAs you are trying to insert into the forum software, I would start over there and figure out how to insert topics through PHP from the backend.
We can help you figure out how to extract the necessary information from WP’s database, but we can’t help you with the insertion.
Regards
Forum: Fixing WordPress
In reply to: How to turn off RSS feed?You will have to modify your template to remove the Icon. Go into /wp-content/themes/<your theme name>/sidebar.php and remove it from there.
Regards
Forum: Installing WordPress
In reply to: How do i redirect a page to like a website?Use HTML redirect..put something like:
<META HTTP-EQUIV="Refresh" CONTENT="5; URL=html-redirect.html">in the Page. Change the “5” to “0” to immediately redirect or something longer to provide a brief message that the visitor is being redirected.
You, obviously, put the destination in the URL section.
Regards
Forum: Fixing WordPress
In reply to: Can I change CategoryID #s?Lemme answer your question with another. Why do you want to change the ID #’s? The numbers don’t necessarily mean anything in particular and if you enable pretty permalinks you won’t even see them. So why bother?
Regards
Forum: Requests and Feedback
In reply to: 1click posting?How about going to your Admin section go to Write, look for the block there called WordPress bookmarklet. Grab the link that is there and drop it to your toolbar/sidebar, whatever.
Then in your browser, hightlight something you want to blog about or just hit the “Press It” bookmark and blog away..
Regards
Forum: Plugins
In reply to: Author messagesCheck this out:
http://wordpress.org/support/topic/44744Regards
Forum: Requests and Feedback
In reply to: This is an elementary question!Yes..Wordpress is a program that you would install on your personal site(your domain) or have your own server. You have infinite control over how things work/look behave.
You can add a large variety of plugins to modify the appearance of the software.
As far as the actual posting goes you create “Categories” for each of your posts and when you write a post, you put it into a category so it’s oragnized for you. You can then bring up all the posts in a particular category and so on.
You could consider them mini-blogs in itself, but in WP they are just categories.
If you don’t care about modify WP extensively and don’t mind using a canned theme and a set number of plugins then check out the free blogs at http://www.wordpress.com (unrelated to wordpress.org).
Regards
Forum: Fixing WordPress
In reply to: Problems with Permalinks and .htaccessMy host also runs PHP as a CGI module and this has NOTHING to do with permalinks.
Your host is, how do I put this nicely, dumb. 🙂
You need have mod_rewrite enabled in Apache and then your rewrite rules will work.
This is a Apache/Htaccess issue and has nothing (shockingly) to do with PHP.
Regards
Forum: Fixing WordPress
In reply to: Getting My WordPress blog workingFor starters, remove the index.html. You should only have the index.php there.
Apache looks for the Index page by giving .HTML a higher preference than .PHP.
For the META things, go into /wp-content/themes/default/sidebar.php and modify it to your heart’s content.
Regards
Forum: Fixing WordPress
In reply to: Disable the Dashboard?The problem with this approach is that some plugins (WP-Shortstat comes to mind) add themselves under the Dashboard tab.
So if you completley disable the Dashboard tab, then you won’t be able to see this plugins information.
I would venture that my solution of redirecting to post.php instead of index.php is better and still leaves the Dashboard on the menu tab if you need to go there for some reason.
Regards
Forum: Themes and Templates
In reply to: Changing banner in blixFirst, how about pasting line 146 in here so we can see what it contains.
Second, the instructions say to remove the comments, not the line, try that first after making a copy of the file. If the results are not what you wanted, then revert back and try a different approach.
No harm in trying things you know..:)
Regards