estjohn
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Your Sites Rank on TechnoratiInteresting, I did not know it ranked..
Girl Geekette dotNet http://www.girlgeekette.net
Rank: 196,121 (29 links from 12 sites)Aleeya dotNet http://www.aleeya.net
Rank: 253,638 (53 links from 9 sites)I don’t quite understand how that works.. but okies lol
Forum: Plugins
In reply to: Foldable Category Lists for WP 1.5Ohhh much better… But, right now I can still only get the main category to show up.. if I click on a category, it will goto the category, but it will not expand the list…
I am using <?php wswwpx_fold_category_list (‘sort_column=name’); ?> in the sidebar_left
‘sort_column=name’
is what i had before, so i thought i should use it with this.
I will go back and play w it some more. I do like the improvements.. I could not get it to list anything before!I really appreciate the efforts on this.. my list has goten huge and I needed a way to make it smaller for the categories!
Forum: Plugins
In reply to: Plugin Request: Youtube api within wordpressCan’t say that I have ever heard of it..
Forum: Fixing WordPress
In reply to: How do I change the background on my sidebar?First, you want to do a search and see if anyone else has asked that and see the responses they have gotten
Forum: Fixing WordPress
In reply to: How do I remove a user?the admin can demote the other user.. then admin can delete him after getting it backdown to 0
Forum: Fixing WordPress
In reply to: How do I remove a user?Just because it has a user level of 10 does not mean its admin.
Log in and look at “your profile” under users
the true admin will have
Username: admin
and then whatever nickname you gave it to log in as.
that is the only admin.Forum: Fixing WordPress
In reply to: How do I remove a user?@buxx admin will have to
Forum: Installing WordPress
In reply to: unable to upload bue usernameYou should be able to edit From the admin account… nothing can change admin settings.. only admin.. but admin can change everyting
Forum: Fixing WordPress
In reply to: Post identical content to two different WP installations?Sounds like what I was trying to do with girlgeekette.net and .com ….
Only way I could think of would be to alter the code to pull from a different database.. that or copy and paste the post to the other site is all I could figure out. I never could get a good way so I just forwarded my .com to my .netForum: Plugins
In reply to: Forum, Rating &Tag pluginOne step at a time and youll be less confused.. dont try to do it all at once.
When things are submitted, do you want them automatically posted and then displayed? or do you want it moderated so you can read it first before they are displayed? You can change the WP settings for that
As for plugins, there are plugins for tagging, but youll have to figure out what plugins you want to use..
http://codex.wordpress.org/Plugins/Delicious
http://climbtothestars.org/archives/2005/01/18/technorati-tags-plugin/
http://www.neato.co.nz/ultimate-tag-warrior/
and more.. jsut search for tagging plugins..
Forum: Installing WordPress
In reply to: unable to upload bue usernameIf you are admin you can change settings. You might want to check the settings while you are admin to see if uploads are even allowed by users. You can upload via FTP too..
Forum: Plugins
In reply to: Installing a pluginIf you are using wordpress.com, then you wont be able to install plugins. They are the ones hosting the WordPress site and database.
Forum: Fixing WordPress
In reply to: Post identical content to two different WP installations?why not just redirect the 2nd tld to the 1st so itll see whatever you see on the first also on the 2nd
Forum: Fixing WordPress
In reply to: Getting a post title in the html title@sales Freak
in the wp-includes / template-functions-general.php is a line
function wp_title($sep = '»', $display = true) {
global $wpdb;
global $m, $year, $monthnum, $day, $category_name, $month, $posts;I would guess that the
»is the >> and is used as a seperator. I am sure there is an easier way to change it, i just dont know how unless you use optimal title and change the varible there (it is the defaul there too, but you can leave it out)Forum: Fixing WordPress
In reply to: Getting a post title in the html titleScott – would this help?
http://www.aleeya.net/2005/11/05/optimal-title-plugin-wordpress-and-seo/
( ^ A quick write up on how it uses the title)ElasticDog’s optimal title plugin?