Cypher
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t change “comments off”You seek help with a wordpress.COM site and you will want to go to http://wordpress.com/support for that. We support the standalone version of WP here.
Regards
Forum: Fixing WordPress
In reply to: private cateoriesYou don’t really want WP (a blogging application) for this. You’d want a CMS as in there you can restrict access to categories to specific groups or users.
Regards
Forum: Fixing WordPress
In reply to: Real version number (1.2.1?)Did you run /wp-admin/upgrade.php??
Regards
Forum: Fixing WordPress
In reply to: Header linksGo to the directory /wp-content/themes/connections and see if you can find a file called header.php.
If you do, open it up and you should find the list there. Modify it to your hearts content.
Regards
Forum: Plugins
In reply to: http-authenticationIs it a real plugin for WordPress? Just putting a file in the plugins directory doesn’t do anything. Having the right header does.
Can you look inside the file and see if it has a header like the one below??
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/#
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.5
Author URI: http://photomatt.net/
*/Regards
Forum: Fixing WordPress
In reply to: RSS feed stopped working after hosting company switchWorks fine for me if I click on your RSS or Comments RSS. What problems were you seeing?
Regards
Forum: Installing WordPress
In reply to: Visitor Tracking PHPPersonally you are better of using your host provided services like AWSTATS, Webalizer, Urchin or some other tool to track visitors to your site.
Addint things to your generated pages for tracking will slow down the page generation unnecessarily.
But if you really wanted to do it, then look at either “header.php” or “index.php” for your theme. Find the <body> section and insert their code there.
Regards
Forum: Fixing WordPress
In reply to: HOW MUCH COST FOR USING?For starters, your “friend” made you a site on http://wordpress.com. Not only is the WordPress blogging software free to begin with, creating a blog on the WordPress.com site is also free. It probably took your “friend” about 1 minute to create that page.
To pay anythig at all is stupid, to actually ask for money is worse.
Secondly, if you want any continuing help with your new WordPress.COM blog, go to http://wordpress.com/support as we don’t support that site here.
Lastly, my god your English is bad. You’re better of posting to your blog in your native language.
Regards
If Geeklog is working for you and you aren’t looking for some specific functionality that WP offers while Geeklog doesn’t, then why bother switching?
A tri-column theme would simulate your current Geeklog theme. Nothing is impossible, but I’m just wondering whether it’s worth it.
Regards
Forum: Fixing WordPress
In reply to: Which htaccess?Make your custom additions to the .htaccess file outside the #BEGIN/#END WordPress section.
That particular section is ‘managed’ by WP. It should ignore anything that’s outside there. And as long as you are using the correct syntax in the .htaccess file, you should be good.
Regards
Forum: Installing WordPress
In reply to: Definately a setup newbie!!!!!Forum: Plugins
In reply to: Rating PluginI haven’t seen any plugin as such and I think you’re also looking at needing to make some changes to WP’s core for some of the features.
Regards
Forum: Themes and Templates
In reply to: Anyone know how to change font?Replace ‘Lucida Grande’,Verdana,Arial,Sans-Serif with Times New Roman?
Try it..
Regards
Forum: Themes and Templates
In reply to: forgot close-tagJust trying to set expecations of what WP can and cannot do..:)
Regards
Forum: Plugins
In reply to: Email – clickable list/linkLike email them using our default mail software?
< a href="mailto:employee@employer.com" >employee< / a >should do the trick (wihtout the extra spaces, of course). Simple HTML.For Reference:
http://www.ianr.unl.edu/internet/mailto.htmlRegards