basketball
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Background color…So on your site, you’re trying to change the background (which is grey now) to another colour say blue for example?
Try this. Locate this piece of code in your stylesheet
/* Structural */
body {
background: #CCC; /* url(images/pattern.gif) repeat */
color: #323547;
font-family: Verdana, sans-serif;
font-size: 60%;
}and change it to
/* Structural */
body {
background: #06c;
color: #323547;
font-family: Verdana, sans-serif;
font-size: 60%;
}where #o6c is the new colour
Forum: Plugins
In reply to: Poll or survey plugin??I just wanted to second Lester Chan’s wp-poll plugin, very easy to install, very easy to use and friendly dashboard page in wp-amdin to add/edit polls.
Forum: Fixing WordPress
In reply to: Moving SiteI used podz’s super helpful tutorial found here:
http://www.tamba2.org.uk/wordpress/move/
and it was as easy as pie. Thanks podz
Forum: Installing WordPress
In reply to: wont let me leave a commentI think u gotta reload the stuff in the permalinks into your .htaccess file everytime you create a page.
Forum: Themes and Templates
In reply to: new Theme: iRoybots SlatyStainWoW! Amazing theme, great job
Forum: Plugins
In reply to: Problem with WG2 and 1&1I really don’t see how opening 3 threads is going to help your problem. But anyways could you post all the threads that you tried out here.
Forum: Your WordPress
In reply to: It’s a brand new blog and podcastVery effective use of colours 🙂 Looks good
Forum: Installing WordPress
In reply to: What fault is this?I have no clue how to really use sql databases and such, but I am pretty efficient at installing wordpress.
Just make a new database and it’ll be something like username_databasename (the databasename is whatever you want it to be: ie) nnj_wordpress). Now that the database has been created create a new user ie) nnj_nnj and add the user to the database with !!ALL!! permissions. I am really stressing the ALL Part, and then do a normal WP install.
EDIT: Beat me to it podz 🙂 He used nice pictures, very easy to follow
Forum: Plugins
In reply to: display one post, then headlines only?This is what I did:
1) Set the number of posts per page to 1, then used this plugin by coffee2code to make like 10 or so post titles after that:
http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/
2) Then I used this plugin to set the number of posts per page in the archives to around 10: http://rephrase.net/miscellany/05/perpage.phps
Hopefully that helps, you can’t see it on my site right now cuz I am doing a redesign and only have the default template up.
Forum: Your WordPress
In reply to: Review my site…Link would be helpful
I am just wondering if this plugin will be updated so the bug that messes up images when keywords are used with alt/title tags are used will be fixed. I really liked this plugin, and hope that one of these days it’ll be fixed or a plugin that does something similar will come out.
Forum: Requests and Feedback
In reply to: New Search on this site — Its bad.It’s not perfect but I think it’s got a lot of improvements. Much better than wp search with google, and IMO a lil better than the ancient searching system.
Forum: Your WordPress
In reply to: similitude – fully Flash-powered blogIt’s a subtle change but adding that little scrollbar instead of just the arrows to scroll your content made your site quite a bit more accessible in my opinion. Like the last time I saw your site you had to use the arrows to scroll and it was like 2 lines a second! Great job with the changes
Forum: Your WordPress
In reply to: Browser Check and Critique – TINALSYour site looks awesome! Not to critisize your last theme, but I think this one is way better. Nicely done
Forum: Fixing WordPress
In reply to: Blank DashboardLol, same problem here ozzie123 🙂