htad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to limit author to a specific category?ERROR when RENAMING A ROLE WITH AT LEAST A USER IN IT:
Warning: Cannot modify header information – headers already sent by (output started at /home/duyanh/public_html/wp-content/plugins/role-manager/role-manager.php:617) in /home/duyanh/public_html/wp-content/plugins/role-manager/role-manager.php on line 241
after
wp_user Object
(
[data] => stdClass Object
(
[ID] => 6
[user_login] => testuser
[user_pass] => 098f6bcd4621d373cade4e832627b4f6
[user_nicename] => testuser
[user_email] => [email protected]
[user_url] => https://
[user_registered] => 2006-04-05 06:27:11
[user_activation_key] =>
[user_status] => 0
[display_name] => testuser
[first_name] => Test
[last_name] => User
[nickname] => testuser
[description] =>
[jabber] =>
[aim] =>
[yim] =>
[wp_capabilities] => Array
(
[test-role] => 1
)[wp_user_level] => 0
[user_level] => 0
[user_firstname] => Test
[user_lastname] => User
[user_description] =>
)[id] => 6
[caps] => Array
(
[test-role] => 1
[test] => 1
)[cap_key] => wp_capabilities
[roles] => Array
(
[0] => test
)[allcaps] => Array
(
[publish_posts] => 1
[upload_files] => 1
[test-role] => 1
[test] => 1
)[ID] => 6
[user_login] => testuser
[user_pass] => 098f6bcd4621d373cade4e832627b4f6
[user_nicename] => testuser
[user_email] => [email protected]
[user_url] => https://
[user_registered] => 2006-04-05 06:27:11
[user_activation_key] =>
[user_status] => 0
[display_name] => testuser
[first_name] => Test
[last_name] => User
[nickname] => testuser
[description] =>
[jabber] =>
[aim] =>
[yim] =>
[wp_capabilities] => Array
(
[test-role] => 1
[test] => 1
)[wp_user_level] => 0
[user_level] => 0
[user_firstname] => Test
[user_lastname] => User
[user_description] =>
)Forum: Fixing WordPress
In reply to: How to limit author to a specific category?Oh. Thanks ??
Anybody tried to rename or delete a ROLE ?
If a role has at least a user in it, I can’t rename that role (it generated a bunch of error).
I can delete a that role, but IT generated a bunch ERROR.ERROR when detele role with at least a user, or without user in it:
WordPress database error: [Unknown column ‘user_ID’ in ‘field list’]
SELECT user_ID from wp_usersWarning: Invalid argument supplied for foreach() in /home/duyanhvn/public_html/wp-content/plugins/role-manager/role-manager.php on line 288
Warning: Cannot modify header information – headers already sent by (output started at /home/duyanh/public_html/wp-includes/wp-db.php:102) in /home/duyanh/public_html/wp-content/plugins/role-manager/role-manager.php on line 297
Forum: Fixing WordPress
In reply to: How to limit author to a specific category?Limit_CAT allows level 0 – 10.
Is it possible to have more levels ?
I think I’m gonna need at least 25 level (25 authors)
Thanks guysForum: Fixing WordPress
In reply to: How to limit author to a specific category?I still can’t access that site (https://redalt.com/wiki/Limit+Categories) it give me a SQL error.
I googled it, get the cache .. and download it throught this link:Forum: Fixing WordPress
In reply to: How to limit author to a specific category?Hey guys,
https://redalt.com/ .. is down ??
Can somebody please email me LimitCats 1.5.2 ?
It’s [email protected]
ThanksForum: Fixing WordPress
In reply to: How to limit author to a specific category?Hey guys,
I’m sorry. I installed the plugins called Category Access not Limit Category.
It locates here: https://www.coppit.org/code/index.phpBut, it’s not working for me. I’ll try Limit Category + Role Manager tonight and let you know if it works.
Thank you moshu ??
P.S: brantz88, did you get it to work ?
Forum: Fixing WordPress
In reply to: How to limit author to a specific category?Thanks moshu. Limit_Categories doesn’t work for me, it won’t let the author post at all. I’m trying to contact the author of that plugin.
Is there another way / plugin to do this ?Forum: Fixing WordPress
In reply to: CATeGORY Permanent Link ProblemSo there is no way to change domain/category/story/ ..to just domain/story ?
Forum: Fixing WordPress
In reply to: CATeGORY Permanent Link ProblemOk, this solution wont’ work.
Wp using page structure like yoursite.com/this-is-a-page/this-is-a-sub-pageso in order to differentiate cat from page, they have a /category/ in front of the post.
So i guess it cant work.
Forum: Fixing WordPress
In reply to: CATeGORY Permanent Link ProblemI’ve found a solution. Thanks to GaMerZ (www.lesterchan.net), author of various awesome WP plugins.
Replace:$this->category_structure = $this->front . ‘category/’;
with
$this->category_structure = $this->front;Forum: Fixing WordPress
In reply to: CATeGORY Permanent Link ProblemGuys …. Please help !!!!!
Forum: Fixing WordPress
In reply to: CATeGORY Permanent Link ProblemThanks for replying HandySolo.
yeah. I played it with . I tried to just put “/” in the optional field … but .. it wouldn’t change anything ?
Any WordPress expert can help me here ?
Forum: Fixing WordPress
In reply to: CATeGORY Permanent Link ProblemAny ideas ? Did I confuse you guys ?