Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 5,476 through 5,500 (of 26,876 total)
  • Author
    Search Results
  • #175838
    Blaze Miskulin
    Participant

    I’m working with the WP SpamShield team, but I’ll also post the error here just in case it helps.

    
    [19-Jun-2016 05:28:41 UTC] PHP Notice:  bbp_setup_current_user was called <strong>incorrectly</strong>. The current user is being initialized without using $wp->init(). Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 2.3.) in /home/XXX/public_html/wp-includes/functions.php on line 3897
    
    #175823
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It 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 twentyfifteen, and see if this fixes.

    Then come back

    #175822
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It 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 twentyfifteen, and see if this fixes.

    Then come back

    #175818
    Blaze Miskulin
    Participant

    Fresh install of WordPress 4.5.2
    Fresh install of bbPress 2.5.9-6017
    Only other plugin: WP Spamshield
    Theme: Moon
    Site: GeekNiche.com
    All settings left at default.

    As Admin/Keymaster, I am unable to create new topics or reply to topics already posted, when in the forums. I can post a new topic from the dashboard.

    The error (when trying to post from the forums) reads:
    ERROR: You do not have permission to reply.

    To test, I created a new user with the “participant” role. That user can create new topics and reply to topics. It’s only the Keymaster who is forbidden from posting.

    This would appear to be a problem. ๐Ÿ™‚

    #175816
    stevecl
    Participant

    WordPress 4.5.2 running Sydney theme
    Very new to this, I have a forum on my site and have installed BBpress search in the side bar, unfortunatly the only results that comeup on any search is the last item I have posted in my blog.
    Would appriciate any help on this.

    Thanks

    #175809
    Robin W
    Moderator

    you can achieve this with forum roles eg

    https://codex.bbpress.org/custom-capabilities/

    if you want it across all forums

    or if you just want one of several to be restricted, then I’ve recently added this to my private groups plugin

    https://wordpress.org/plugins/bbp-private-groups/

    see topic permissions tab

    #175808

    In reply to: Three forums

    Robin W
    Moderator

    my private groups plugin achieves this

    https://wordpress.org/plugins/bbp-private-groups/

    #175807
    Robkk
    Moderator

    @rda5009

    Or how would I go about adding the reference lookup to obtain the userโ€™s bp group(s), the forum tied to that bp group(s), and then display the recent 5-10 topics?

    If you are really not that good with code, try to hire a developer to create this for you.

    Here is a couple of links that might be helpful though.

    http://hookr.io/plugins/buddypress/#index=g&search=bp_get_group

    http://hookr.io/plugins/buddypress/#index=i&search=bp_is

    https://developer.wordpress.org/reference/functions/is_user_logged_in/

    https://github.com/ntwb/bbPress/blob/master/src/includes/common/widgets.php#L674

    #175806
    Robkk
    Moderator

    I think this plugin has that feature.

    https://wordpress.org/plugins/bbp-toolkit/

    #175798

    In reply to: How to upload avatar

    Robin W
    Moderator

    bbpress uses the wordpress system of gravatar, so you’ll need to do that

    https://en.gravatar.com/

    Robkk
    Moderator

    Yeah you can’t do what you want now using that specific plugin, you can using widget logic, or creating a bbpress specific sidebar for all the widgets you want/not want to display on bbPress pages.

    Contact the display widgets plugin author to possibly add this feature to hide/show widgets on bbPress user profiles, and maybe specifically the edit profile page. All they would need is just use these supplied bbPress conditionals.

    bbp_is_single_user_edit()
    bbp_is_single_user()
    #175787

    In reply to: twitter questions

    Robkk
    Moderator

    There are a ton of social login plugins that will work, just search for them here.

    There are plugins that can autopost bbPress topics to twitter like bbp-tweet, and many other different ways like using Jetpack or NextScripts: Social Networks Auto-Poster.

    Allowing an anonymous forum, but allow twitter social registration to your site…making sure that the thread posters topic is created on the thread posters twitter page, and each reply post reply to that users twitter page post…all sounds like custom development, and you should try to find a developer to create this for you.

    #175786
    Robkk
    Moderator

    The last three items are probably added by some plugin that hooks into the registration form. bbPress’ registration form template uses the same hook as the WordPress default registration form, so any plugin that hooks into one will hook into the other.

    #175784

    In reply to: Help With Styling

    Robin W
    Moderator
    #175760

    Topic: Tutorials

    in forum Installation
    Tyke79
    Participant

    Hi, I am newbie in the world of wordpress and bbpress . Would I recomendais some thread or site with good tutorials ? Mainly bbPress . Thank you

    #175753
    Robin W
    Moderator

    suspect its a wordpress issue since I am calling a wp function

    if you can’t upgrade to 4.5.2, come back and I’ll take a guess at some retrospective code!

    #175714
    Robin W
    Moderator

    If I understand you correctly, then

    https://wordpress.org/plugins/bbp-style-pack/

    Dashboard>settings>bbp style pack>forum display>item 6

    #175695
    Robin W
    Moderator

    https://wordpress.org/plugins/bbpress/developers/

    and click the version you want

    #175687
    jacklhyde
    Participant

    I got the problem solved. In settings/Gereneral/ WordPress adress I’ve entered “www.” and everything works fine again.

    #175678
    kkpb8084
    Participant

    Hello
    I’m trying to create a website which is only a forum. Therefore most recent topics posted will be on the homepage. It’s not being used yet, so there are just a couple of test topics.

    I wanted to add a column called ‘Views’, so that there are the headings: Topic + Posts + Views +Voices + Freshness

    Can anyone help me to do this? As you’ll see from my website (http://psychiatryadvice.com/), I’ve got the ‘Views’ heading in every topic, and not in the grey box where all the other headings are. This is skewing all the info.

    I’ve added the Views information by editing loop-single-topic.php and using the plugin WP-PostViews.

    I’m presuming it is a CSS issue I’m not addressing?

    using:
    WordPress 4.5.2 running twentysixteen-child theme
    bbPress 2.5.9-6017

    Many thanks.

    #175672

    In reply to: smiley emoticons

    Robkk
    Moderator

    @khunmax WordPress has smilies and emoji included in it, but if you need a plugin to customize the images used for each text smiley :) or full text output :smile: , then use WP-MonaLisa. So as long as you just use custom images for the default full text and smiley text to output some custom smilies and images, it will fallback to the normal WP emoji, any custom ones will not fall back.

    https://codex.wordpress.org/Using_Smilies
    https://codex.wordpress.org/Emoji

    In the future you might need to use a search and replace plugin to revsolve any custom smiley outputs that might just output something like :custom_smiley:

    :) ๐Ÿ™‚

    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It 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 twentyfifteen, and see if this fixes.

    Then come back

    #175652
    Robkk
    Moderator

    Maybe try this plugin. There are other plugins that will do something similar for other user roles too.

    https://wordpress.org/plugins/bbp-notify-admins/

    #175651
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It 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 twentyfifteen, and see if this fixes.

    #175632
Viewing 25 results - 5,476 through 5,500 (of 26,876 total)
Skip to toolbar