otjutt
Forum Replies Created
-
It seems that the plugin is no more π
Thanks friends! π
I don’t want to take credit but actually it was you who gave that solution to someone else in these forums π
You may forgot to give that solution here π
You permalink structure ends with .html. Try using .html right after the page you entered in the admin area.
Forum: Fixing WordPress
In reply to: How to Extract Comments from a Backup FileSorry! Last line correction:
Can anyone tell me how can I extract the comments from a database?
Can anyone tell me how can I extract the comments from a backup file?
Forum: Fixing WordPress
In reply to: My Blog was Hacked! Is my Backed Up Database Safe?Yup! I’m not going to use this backup data. I’d backed up my database long ago and now i’m going to recover from that. Lots of articles missing! Will try to publish them again using google cache. From now on I’ll be regular at my database backup.
Forum: Fixing WordPress
In reply to: My Blog was Hacked! Is my Backed Up Database Safe?hahaha! So it means I’ve to change my gravatar? π
Well i’m not a hacker I’ve this pic as gravatar because I just loved that logo.Forum: Fixing WordPress
In reply to: Center Picture Helpand what about ‘ClaytonJames’ procedure?
Forum: Fixing WordPress
In reply to: Center Picture HelpIt also centers the header image which I think he don’t want to.
Forum: Fixing WordPress
In reply to: Center Picture HelpWell honestly speaking I’m don’t have much knowledge of customizing WordPress but if I were you I would have achieved it like this:
This is the code of the image at your site:
<img class="size-full wp-image-1615 aligncenter" title="Ideal808" src="http://cyberduelist.com/wp-content/uploads/2011/02/pojo_largebanner.gif" alt="" width="650" height="90"/>replace
size-full wp-image-1615 aligncenterwith
header-adthen go to the theme’s stylesheet and copy paste this code:
.header-ad { float:center; }I hope this would have been worked! π
Forum: Fixing WordPress
In reply to: navigation barIt will disappear the pages and categories tab.
Forum: Fixing WordPress
In reply to: navigation barFind this in your theme’s style sheet
#nav ul {and just below this line paste this code:
display:none;so it will look like this:
#nav ul { display:non;Forum: Fixing WordPress
In reply to: Want to customize wordpress dashboard for non adminsThanks mercime!
A single plugin adminimize solved my all problems.
Thank you very much for the support π
Forum: Fixing WordPress
In reply to: Want to customize wordpress dashboard for non adminsThanks for the plugin. But here is a small problem. I’ve disabled the dashboard for non-admin users. Now when I try to login as a contributer (i.e. by a contributor account) it displays the error that you don’t have sufficient permission for this. Okay! Thats it what I wanna do. By default, after login, it redirects to /wp-admin which displays error. But I want to redirect it to /wp-admin/post-new.php
Thanks in advance! π
Forum: Fixing WordPress
In reply to: Want to customize wordpress dashboard for non adminsBy two menus I mean the right sidebar stuff in wp-admin.