low_stress
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog Crashed!!! Fatal Error Emegency Help!ok. I wound up having to wipe the entire word press directory and reinstall. I’m back up. But not sure what crashed me π
Forum: Fixing WordPress
In reply to: Blog Crashed!!! Fatal Error Emegency Help!Curiously enough the Admin section seems to be working fine.
So I switched to another theme thinking maybe I wrote some crazy PHP code. But no luck loading my site with even the classic WP theme.Here is a link to the site.
http://tinyurl.com/2f4rv2It just hangs…
Forum: Fixing WordPress
In reply to: Help Archives page isn’t working.I had to install Extended Live Archives. The theme I hacked did not have an archives setup.
Forum: Fixing WordPress
In reply to: Help, I can’t post!Hey Les,
It turns out that the Intouch plug-in was causing all of the drama.
I deactive the plugin, got my blog back but lost my contact form.
I guess I’ll have to do some research on a form plug-in that is compatible with the k2 theme
Forum: Fixing WordPress
In reply to: How do I change the WordPress Logo on Login/RegistrationBut does the image have to be that specific size? It also links to http://www.wordpress.org.
I’d like to change the image size, and remove the link.
Thanks for the advice so far!
Alex
Forum: Fixing WordPress
In reply to: How do I change the WordPress Logo on Login/RegistrationYou got it.
Forum: Fixing WordPress
In reply to: How do I change the WordPress Logo on Login/RegistrationHey Tony,
You might be right. But I have replaced this file, and still no luck πForum: Fixing WordPress
In reply to: How do I change the WordPress Logo on Login/RegistrationNice try. The file called
wp-admin/images/wordpress-logo.pngDoes not seem to be the right file.
I actually think that is used for the hp-admin footer.
But I have hacked out all that code so I can’t tell ya.Forum: Fixing WordPress
In reply to: Can I Disable the ‘Dashboard’ for Subscribers?Final Note regard
1) My theme (a K2 Hack) creates a button called ‘Site Admin.’ Could I change that to read ‘Profile’ and then direct the user to the Profile?That particular label is contained in a file called,
template-functions-general.phpThe code looks like this.
if ( ! is_user_logged_in() ) {
if ( get_settings(‘users_can_register’) )
$link = $before . ‘‘ . __(‘Register’) . ‘‘ . $after;
else
$link = ”;
} else {
$link = $before . ‘‘ . __(‘Site Admin’) . ‘‘ . $after;
}Forum: Fixing WordPress
In reply to: Can I Disable the ‘Dashboard’ for Subscribers?Wow. I just hacked the back end of the site.
Basically, I had to just cut out all the Word Press ZIETGIEST stuff in the wp-admin/index.php.Then I just custumized that page to match the rest of my site and put a link and some text to forward the user back to the home page.
Thanks.
Forum: Fixing WordPress
In reply to: Can I Disable the ‘Dashboard’ for Subscribers?Hey guys thanks for your help.
Ultimately, if I could just disable the dashboard that would be great. As I don’t use it anyway.I tried the redirct in wp-login.php. So now a new user will get redirected to index.php. That is an interesting solution but not quite the fix I need. because…
1) My theme (a K2 Hack) creates a button called ‘Site Admin.’ Could I change that to read ‘Profile’ and then direct the user to the Profile?
2) The Dashboard is still active and not very attractive, and could still be reached from the wp-admin/profile.php page.
Forum: Fixing WordPress
In reply to: Can I Disable the ‘Dashboard’ for Subscribers?I made a test subscriber.
They have access to the dashboard.Take a look.
http://www.zulurose.com/wordpress/User : Low_stress
Pass : 947997bI only really want then to have access to the Profile editor.