phiali
Forum Replies Created
-
Forum: Plugins
In reply to: comment subscription pluginYou could try this https://www.scriptygoddess.com/archives/2004/06/03/wp-subscribe-to-comments/
Forum: Fixing WordPress
In reply to: Permalink Structure Gone HaywireAs Jinsan has pointed out it might have been that the .htaccess was not written to.
Try and re-create the permalinks again but this time download your .htaccess file and see if WordPress was able to insert all the bits into there. If not just copy and paste the code from the permalink page into your .htaccess, upload and all should be fine!
I just switched on permalinks myself but am using index.php as the basis for it as I did not want to use .htaccess
Alistair
Forum: Fixing WordPress
In reply to: Posting code samples in WordPressHi there,
If you’re wanting to paste code samples (such as PHP, CSS, HTML, XML, SQL, etc) then take a look at my plugin – FriendlyCode @ https://www.0gravity.co.uk/index.php/2005/06/03/friendlycode/
That allows you to have code samples displayed on your website highlighted just as if you were using a nice IDE!
Alistair
Forum: Everything else WordPress
In reply to: Best text editor for XP?The Crimson text editor is really great as it has syntax highlighting for PHP, XML, CSS, SQL, etc – get it at https://crimsoneditor.com/
Forum: Plugins
In reply to: sos – Stats on ShortstatThanks Podz,
I’ve just installed Bad Behavior and it’s working well – preventing all those horrible casino sites from showing in my referrers! (And hopefully saving me on some bandwidth too!)
Forum: Plugins
In reply to: Tutorial: make a dashboard widget of your rss feedKonfabulator seems to be exactly what I want!
Forum: Installing WordPress
In reply to: Anyway to creat permalinks without .htaccess or mod rewriteCheck out this post on using index.php for generating permalinks.
From what I read there it seems that this should work on most installs and does not require special .htaccess mod_rewrite access.
Let me know how you get along as I might also want to use it ??
Forum: Plugins
In reply to: Tutorial: make a dashboard widget of your rss feedReally nice! Now if only I had a Mac …
Forum: Plugins
In reply to: Contact Me & About Me plugins?I am using the WP-ContactForm plugin by Ryan (https://ryanduff.net/projects/wp-contactform/) which works really well.
What you’ll most likely do is create a new page in WordPress with the contact form, and perhaps even add your picture and put in some information about yourself, and then have a link from the sidebar saying “About/Contact me”.
Let me know how it goes. I’ve got the form on my site – see the link on the sidebar @ https://www.0gravity.co.uk/
Let me know how it goes!
AlistairForum: Plugins
In reply to: New plugin – FriendlyCodeWell its meant to show the code nicely on a post – so you could include your PHP or SQL code excerpt in a nice format for users to read.
As an example take a look at https://www.0gravity.co.uk/wordpress/?p=250 as that has some PHP code in the nice format.
Forum: Fixing WordPress
In reply to: Google AdSenseHi Buzz,
I’m using the AdSense plugin by Phil Hord – https://philhord.com/wp-hacks/adsense to add the advert to my posts – just need to insert a <!–adsense–> tag and it will appear there.
Alistair.
Forum: Fixing WordPress
In reply to: Google AdSenseSorry URL is https://www.0gravity.co.uk/
I will find the plugin that I am using as well as provide the post/code on how I got the Adsense on the front page.
Alistair
Forum: Fixing WordPress
In reply to: Google AdSenseHi,
I’ve got google adsense adverts on the frontpage of my site and also on some of the individual posts. As has been said you can customise the colour which does help quite a bit.
My main advert is on the main page underneath the first post. What do you think of it?
Forum: Plugins
In reply to: Image Gallery listed on Sidebar?That looks really great, what plugins did you use to get that?
Forum: Fixing WordPress
In reply to: email post shows format codeYip had the the same issue as it seems wp-mail does not handle mime emails properly. If you sent the email in text only format it would have been fine.
Otherwise check the plugins section for alternative email handling posting things.