3stripe
Forum Replies Created
-
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)I’m running 2.0.2
Already tried WP Shop (http://www.cregy.co.uk/2006/03/22/wp-shop-6/) but it was a wee bit bloated and buggy for my liking…)
Forum: Fixing WordPress
In reply to: Side bar goes away on other pagesAre you using the default Kubrick theme?
Kaf has done a version of this that always includes the sideber! See http://wordpress.org/support/topic/25616
Forum: Plugins
In reply to: v1.2 PayPal QuickTag (WP 2 Support)I just copied and pasted into wp-includes>quicktags.js and reset my cache… but I don’t have any new quicktags showing up when I write a post (have tried restarting firefox as well)
Anything I could have missed?
Cheers,
James
Forum: Fixing WordPress
In reply to: How do I keep out publicHere’s the one I’m working on at the moment:
http://www.paulryding.com (old site still shows)
http://www.paulryding.com/index.php (new site – but i’ve had to make the homepage button link to index.php)Forum: Fixing WordPress
In reply to: How do I keep out publicThere’s a plugin which only lets registered/logged in users view your site -> http://blog.taragana.com/index.php/archive/angsumans-authenticated-wordpress-plugin-password-protection-for-your-wordpress-blog/
Or if you just want to hide your site from prying eyes – put a page called index.html with ‘coming soon’ or similar in your wordpress root folder, and that will load up by default instead of index.php. This method isn’t foolproof but it’s quick and works for me!(You have to remember to temporarily point your homepage links to the php and not html page though)
Forum: Your WordPress
In reply to: Your thoughts on www.3stripe.net (my first blog)Ayeeee. Sunny Glasgow. Canny beat it.
Ta for all the feedback folks 🙂
Now – how do I encourage folks to actually leave some comments on there?!
PS. Sneakers – yup – that’s the next site I’m doing – http://www.sneakergeeks.com/
Forum: Plugins
In reply to: Plugin: Static front pageI have a question (sorry if this is answered already)…
I’ve got the static page showing up at /index.php, and have set the home directory of my actual blog to be /jotter…
But the static home page is showing up at both of these locations… can I make it only show up at /index.php?
(/jotter should just be the normal homepage loop to list all the blog entries)
UPDATE: FIXED using http://codex.wordpress.org/Pages#Making_your_blog_appear_in_a_non-root_folder
Forum: Fixing WordPress
In reply to: Permalink/.htaccess problems – can’t get rid of index.phpThanks for saying thanks for saying thanks 😛
Now I have a new problem… my static front page is showing on the homepage, and the subdirectory that I’ve set as the actual folder for the blog…
http://www.paulryding.com/index.php/
http://www.paulryding.com/jotter/Hmmm
Forum: Fixing WordPress
In reply to: Permalink/.htaccess problems – can’t get rid of index.phpFixed it – by copying .htacces from another install of WordPress… and then changing the permalink options in Admin… somehow this has fixed it all, thanks again 🙂
Forum: Fixing WordPress
In reply to: Permalink/.htaccess problems – can’t get rid of index.phpThanks for the suggestion 🙂
I just copied and pasted in the .htaccess code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /jotter/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /jotter/index.php [L]
</IfModule>
Now I’m getting a 500 Internal Server Error!?
Forum: Fixing WordPress
In reply to: Permalink/.htaccess problems – can’t get rid of index.phpHelloooooooooooo
Since this forum was updated (and the search function changed), it’s really hard to find stuff on here, or get any assistance.
Yes I know most of you are probably just really busy and that’s cool, cos I know everyone has their own stuff to work on… and this isn’t that big a problem at the end of the day
Can I get help from anyone on this?
Forum: Fixing WordPress
In reply to: Permalink/.htaccess problems – can’t get rid of index.phpAnother plea for help. Totally stuck on this one! Need a kind soul who knows how to sort this 🙁
Forum: Plugins
In reply to: Adding formatting options to WP 2 ‘Insert/edit image’ popupSounds good.
I’d love to find a way to make linked images appear in a lightbox style (http://www.huddletogether.com/projects/lightbox/)
Might not be too hard to hack this I guess…
Forum: Fixing WordPress
In reply to: Multiple Sidebar ItemsDenis, is there any way to have multiple sidebar tiles?
I tried duplicating the plugin file and renaming the functions but couldn’t quite get it to work (I need a second sidebar item further down the sidebar to show some pics)
Cheers!
James
Forum: Fixing WordPress
In reply to: Permalink/.htaccess problems – can’t get rid of index.phpJust had word back from the hosting company, they can’t see anything wrong on their side… so… wonder what I’ve missed.. hmmm