Forum Replies Created
-
Hey great – thanks for doing all that testing – it really helps.
I have another thought, let me work on it and I’ll come back !
@halo-diehard – thanks for joining in – can you try that for more than the first setting, ie repeat the label in dashboard>settings>bbp-buddypress-profile-information and put in the same name label for label 2
Thanks
In reply to: 20-14 and full width :-(Was just inspecting this at 80% and Was just coming back to say exactly that, but to set to 100%, which looks even better to me, but might not look as good on other pages !
In reply to: bbpress forums (freshness, new topic) issueyou’re welcome !
Jerry, great – glad you’re fixed !
In reply to: bbpress forums (freshness, new topic) issuenot without some code. I’m deep in creating a new website for a client at the moment, so whilst I would love to I can’t take time out to do this – sorry !
ok, sorry I’ve been busy earning a living !
Right I’ve been back through the code and I am fairly sure I’ve found the error.
Can you download one more time
and come back and let me know if it works !
ok, that text is nowhere in the default bbpress that I can find!
Are you just using bbpress or do you have buddypress installed as well?
ok, that’s most of the way there
what the code does next is to look in wp_bp_xprofile_data for the value where data type 20 (‘city’) and the user_ID exist.
select VALUE from $xdata where ID = '$xpid' AND user_id = '$user_id'
so either the $user_ID is not correct or there is no data in there
I can cut another test version to look further, but in case I can shortcut it, arr you any good at being able to look at the mtsql database?
If so I’ll come back with further instructions, if not, I’ll cut a further test.
sorry, but very long and quite confusing questions.
you url would be very helpful so that we can see what your issues are.
on # 1 – where are you seeing these? – on shortcodes, widgets or where. Please describe current process, and what you would like to happen.
on #2 – need a url so that we can see
In reply to: Cant create a new forumIt could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentytwelve, and see if this fixes.
In reply to: Problems with bbpress 2.5.4. and side barsok, I am trying to help you, but there are thousands of wordpress themes, and I have no idea what sidebar 2 and 3 are supposed to do.
which would you like to achieve
a full width forum or show both sidebar 2 and sidebar 3, and if the latter can you create a testpage with just some text on and post the url, sop that I can see what it should look like.
In reply to: Problems with bbpress 2.5.4. and side barsok, I’ve looked at the link
Can you specify exactly what you would like added/removed !
In reply to: bbpress forums (freshness, new topic) issueok, on no. 1
In reply to: Only Register to forum ?First one :
add this code to your functions file//disable toolbar for non-admins if (!current_user_can('manage_options')) { show_admin_bar(false); }
see
Second one
use my pluginhttps://wordpress.org/plugins/bbp-private-groups/
This will let you set exactly who can see forums
In reply to: bbpress widget shortcodewhich widget do your want?
ok, I’ve cut a version that will help debug
can you
deactivate and then delete my buddypress profile information plugin
download a new version from
and activateThen set just the first field to show, say your city one
Then go into forums, you’ll (hopefully) see a whole load of information.
Basically I need to know exactly what it says
to save you typing copy/paste the following and add answers
table prefix :
xfields :
xdata :
xpid :
xdata2 :This will help me see where it might be going wrong.
I wouldn’t rule out a localhost issue, ie it’ll work fine on the net, but not locally, some forum parts don’t like being local. It works fine on my test site 🙂
In reply to: Text Color and FontPlease let me know where I can insert this code
Into your functions file see
no, the label will always show – I’ll need to do some coding to check that the field exists.
I’ll come back
@robkk – thought you might – that’s what I’d do 🙂
ahh, that makes it a bit more difficult.
ok, the field names have to exactly match, I presume you have tried several?
ok, any chance I can have a url link to your site, so that I can see if it is trying to display, or not even starting !
yes, just change it !
you can then do one of two things
1. just make a note, so that each time I upgrade this plugin, you’ll need to go back and change the code again
2. rename the plugin in line 4 – say to
Plugin Name: bbP shortcodes robkk
and then change the directory the plugin sits in to something else
Worpdress will then tell you that you have a plugin installed but not activated called bbP shortcodes robkk, and that the plugin bbp shortcodes no longer exists, and you can then delete it.
In reply to: Menu link to Profilegreat – glad you’re fixed !
When I migrated the site to my clients server for testing I was disappointed to find that neither topic creation or reply posting was working.
when you say not working, exactly what do you mean, the ability to reply doesn’t appear? or it appears but doesn’t work?
I suggest that you also positively eliminate the theme as a contender and as a test switch to a default theme such as twentytwelve, and see if this fixes.