applegateian
Forum Replies Created
-
Forum: Plugins
In reply to: [Restrict Categories] Categories not showing up in the adminI have this issue too, has this been resolved?
I got this working doing this:
echo wpautop($data);
Hi there…I am facing this issue…line breaks are not showing up on the front end
Other than reverting to the default theme (not an option!) is there a solution?
Thanks,
Ian
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Links in menu not workingI’ve checked that video and yes I am adding them correctly. I’ve removed and done it again and I am still getting the same issue.
Thanks.
Forum: Fixing WordPress
In reply to: Allow author to decide if comments are onOk thanks @dauidus
Problem is, I’m using a custom lightbox overlay for our users who upload posts from the front end.
Is there a way to move discussion to be part of the ‘publish’ section – with status, visibilty, publish immediately etc?
Screen options are not available to my authors.
Forum: Fixing WordPress
In reply to: Force 'view post' to open in a new tab after publishAnybody know what function I can add to make this happen>?
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Links in menu not workingNo, it does the same thing.
Tried reverting to default theme too.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Links in menu not workingit’s the same site – just an absolute url in my site
Should I do it /my-projects ?
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Links in menu not workingHi there
Tried that and it still comes out as:
https://mysite.com/members/username/my-projects/
Doesn’t seem to create an iframe?
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Links in menu not workingI’m trying to add one custom link that goes to a page called ‘my projects’
It’s not part of buddypress, it’s a custom page – mysite.com/my-projects
It’s unique for each user, but the url is the same
how can I add a link under that menu to go there? It makes sense to be part of the profile menu.
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Links in menu not workingNot really no. My url is absolute in the menu, you don’t say anywhere (that I could find) on your documentation that I couldn’t link to a custom url from here. I paid for the pro version thinking it might help. There must be a way to get around this?
Forum: Plugins
In reply to: [BuddyPress Custom Profile Menu] Links in menu not workingOK I have just bought the pro version to see if this would help, it hasn’t – please can I get a response on this?
Thanks
OK thanks, all my users are custom roles…they have access level of authors.
I have User Role Editor installed and checked each user, and they do NOT have access to ‘Manage options’ capability
Shouldn’t it be hidden in that case?
Forum: Fixing WordPress
In reply to: Change 'post published' textNailed it ??
Cheers @esmi
Forum: Fixing WordPress
In reply to: Change 'post published' textYes, the following (before I have published the project:
Array
(
[post] => Array
(
[0] =>
[1] => Project updated. View Project
[2] => Custom field updated.
[3] => Custom field deleted.
[4] => Project updated.
[5] =>
[6] => Project published. View Project
[7] => Project saved.
[8] => Project submitted. Preview Project
[9] => Project scheduled for: Oct 4, 2013 @ 12:07. Preview Project
[10] => Project draft updated. Preview Project
)[page] => Array
(
[0] =>
[1] => Page updated. View page
[2] => Custom field updated.
[3] => Custom field deleted.
[4] => Page updated.
[5] =>
[6] => Your message here
[7] => Page saved.
[8] => Page submitted. Preview page
[9] => Page scheduled for: Oct 4, 2013 @ 12:07. Preview page
[10] => Page draft updated. Preview page
)[attachment] => Array
(
[1] => Media attachment updated.
[2] => Media attachment updated.
[3] => Media attachment updated.
[4] => Media attachment updated.
[5] => Media attachment updated.
[6] => Media attachment updated.
[7] => Media attachment updated.
[8] => Media attachment updated.
[9] => Media attachment updated.
[10] => Media attachment updated.
)[acf] => Array
(
[0] =>
[1] => Field group updated.
[2] => Custom field updated.
[3] => Custom field deleted.
[4] => Field group updated.
[5] =>
[6] => Field group published.
[7] => Field group saved.
[8] => Field group submitted.
[9] => Field group scheduled for.
[10] => Field group draft updated.
))
Skip to main contentAnd then this, after publishing (note, still says ‘post published’)
Array
(
[post] => Array
(
[0] =>
[1] => Project updated. View Project
[2] => Custom field updated.
[3] => Custom field deleted.
[4] => Project updated.
[5] =>
[6] => Project published. View Project
[7] => Project saved.
[8] => Project submitted. Preview Project
[9] => Project scheduled for: Oct 4, 2013 @ 12:08. Preview Project
[10] => Project draft updated. Preview Project
)[page] => Array
(
[0] =>
[1] => Page updated. View page
[2] => Custom field updated.
[3] => Custom field deleted.
[4] => Page updated.
[5] =>
[6] => Your message here
[7] => Page saved.
[8] => Page submitted. Preview page
[9] => Page scheduled for: Oct 4, 2013 @ 12:08. Preview page
[10] => Page draft updated. Preview page
)[attachment] => Array
(
[1] => Media attachment updated.
[2] => Media attachment updated.
[3] => Media attachment updated.
[4] => Media attachment updated.
[5] => Media attachment updated.
[6] => Media attachment updated.
[7] => Media attachment updated.
[8] => Media attachment updated.
[9] => Media attachment updated.
[10] => Media attachment updated.
)[acf] => Array
(
[0] =>
[1] => Field group updated.
[2] => Custom field updated.
[3] => Custom field deleted.
[4] => Field group updated.
[5] =>
[6] => Field group published.
[7] => Field group saved.
[8] => Field group submitted.
[9] => Field group scheduled for.
[10] => Field group draft updated.
))
Skip to main contentThanks,
Ian