Ashish Kumar (Ashfame)
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Client update the sidebar?Text widget (basic html knowledge required) will do.
Forum: Installing WordPress
In reply to: WordPress & bbPress integration issuesAlso how to upgrade your existing integrated installations can be found here – [spam link moderated]
Forum: Fixing WordPress
In reply to: Admin account lost after BBpress/ WordPress integrationGot to this thread via Google Search.
I have the answer for your question. You need to get bbPress admin privileges back to the user.
Here is a portion of my tutorial on my blog : [spam link moderated]Open the table wp_usermeta or whatever you are using as your table prefix.
Change the value of following:
* bb_capabilities => a:1:{s:9:”keymaster”;b:1;}
* wp_capabilities => a:1:{s:13:”administrator”;b:1;} (make sure this is the value)
* wp_user_level => 10 (make sure this is the value)You may have different fields if you have chosen to change the default table prefix.
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsThis plugin doesn’t work either. It says “Cannot load revision-control.”
What harm does it do other than increasing the db size in terms of performance?Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsIsn’t it weird that I can’t switch it off? Please help WP geeks.
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsBUMP
Please refrain from bumping as per Forum Rules
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsI didn’t peek into the DB but I used a plugin to delete the revisions which were still being generated. They were being generated, thats for sure.
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsAny solutions without using a plugin?
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsYes I did that. I have tried both define(‘WP_POST_REVISIONS’, false); and define(‘WP_POST_REVISIONS’,0); but none of them worked out for me. I don’t want to use a plugin for this.
Forum: Installing WordPress
In reply to: GoDaddy and HUGE Restore ProblemYes, it is the problem of permalinks, its showing as “postname-category-id”
Change it to what you were having earlier and your old links will work fine.
Hope that helps ??Forum: Installing WordPress
In reply to: WordPress & bbPress integration issuesHere is my post on how to integrate bbPress with WordPress : [spam link moderated]
Forum: Fixing WordPress
In reply to: Use WP 2.7.1 login codeThings are working fine now. Thanks!
Forum: Fixing WordPress
In reply to: Use WP 2.7.1 login codeFirst three links were definitely of great help. I have read the Codex on the 4th link is not updated to reflect the new cookie method being used since WP 2.6 so I asked here.
Apart from this how can I load the WP environment so that I can call upon WP functions from my custom pages?
Anything other than loading wp-load.php ?Forum: Fixing WordPress
In reply to: Use WP 2.7.1 login codeI just need to know how can i read WordPress cookies if they are stored on user’s side and if its valid?
Forum: Fixing WordPress
In reply to: Use WP 2.7.1 login code@nina
We are discussing here something different. It might be a good option for more exposure if you open a new thread for your issue.P.S. I am unable to help as I am new to WP code too