complexed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New Theme “unreflected” (possibly) & commentsAmazing theme! Excellent work!
Forum: Themes and Templates
In reply to: Alternating Header pics.That’s exactly what I needed… except I’m using the K2 theme. What values do I need to change to make this work?
I see when I’ve installed the plugin it says to give the “Header ID” which is defaulted to “header” . Do I need to change this to something?
ThanksForum: Installing WordPress
In reply to: Downgrading problemsIt must have something to do with the getting the names from the database?
Perhaps I need to change a line in the code that I added?Forum: Installing WordPress
In reply to: Downgrading problemsAh, well it seems I’ve got a new problem.
I did everything that was posted… now users login and post comments. Except when they post a comment it shows up as “Anonymous”
Any idea why that is?This was the code I added between *** “require_once( dirname(__FILE__) . ‘/wp-config.php’);” and “wp();”…
// Is there a user logged in?
get_currentuserinfo();
if (! $user_ID ) :
include ‘./wp-login.php’;
die();
endif;// end
—-
I’m confused why it would show them up as Anonymous…Forum: Installing WordPress
In reply to: Downgrading problemsWorks like a charm!
Thanks a lot petit!Forum: Installing WordPress
In reply to: Downgrading problemsHonestly, all I really get from the roles and capabilties thing is that subscribers can ‘read’. All I really want is ‘guests’ who haven’t registered to see a register page or a login page or something.
^ Hopefull that made a bit of sense.Forum: Installing WordPress
In reply to: Downgrading problemsNo apologies necessary :).
The only plugin that I wanted to use was the “Registered Users Only” by Carthik Sharma. If you know of another script that works like this and for 2.0 I’d love to check it out!
Forum: Installing WordPress
In reply to: Downgrading problemsOk,
downloaded 1.5.2 so should I replace all my folders? Or is there some sort of step – by – step guide around here?
ThanksForum: Installing WordPress
In reply to: Downgrading problemsWhat files would I be replacing as well?
Forum: Installing WordPress
In reply to: Downgrading problemsAh, no. So where do I get the 1.5.2 files?
And do I run the downgrade first? Then delete the 2.0 files and then upload the 1.5.2 ?Or? Thanks!
Forum: Fixing WordPress
In reply to: Users cant register!Hmm, I wonder what my problem is then :(. Sorry for wasting everyones time :-\.
Thanks mylagoon.Forum: Fixing WordPress
In reply to: Users cant register!Ok, maybe I asked for too much… how about is there a place where I can get that wp-register.php that’s shown above? Or any for that matter.
Thanks!
Forum: Fixing WordPress
In reply to: Can Contributors be emailed when a new blog is posted?I don’t mind the script sending out a confirmation email… I just don’t want my users to have to register for the blog and then register for the subscription. It’s a hassle :-\.
Forum: Fixing WordPress
In reply to: Can Contributors be emailed when a new blog is posted?Awesome, that’s exactly what I wanted.
Second question is:
Is it possible to have it so that when a user registers for my blog they are automatically subsribed to it?
It seems right now that they have to register for the blog and THEN click subscribe… anyway to do it all at once?Forum: Fixing WordPress
In reply to: Users cant register!http://www.endofthetour.com/wp-register.php
This is a pretty decent register page.
Any ideas if that’s in a certain theme I can get?
And would it be possible to have users create their own password instead of getting some terrible random one?