Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 7,301 through 7,325 (of 26,860 total)
  • Author
    Search Results
  • #162715
    Robkk
    Moderator

    read this trac ticket , and follow some of the links to the duplicates

    https://bbpress.trac.wordpress.org/ticket/2804

    There seems to be an issue in WordPress.

    https://core.trac.wordpress.org/ticket/24169

    ns
    Participant

    Hello.

    I’d like to solve problem.
    Would anyone answer to my problem?

    Firstly, the conditions of WordPress, bbPress, design theme, plugin, and function.php are below.
    Wordpresss: Latest version
    bbPress: Latest version
    design theme: Original building
    plugin: introduced “bbPress – Sort topic replies”.
    The settings of this plugin are “Global:Descending”, “No Parent:Default”, and “Always show lead Topic:Yes”.
    function.php: Below code exists.

    add_filter('bbp_before_has_replies_parse_args', 'change_reply_order');
    function change_reply_order() {
    	$args['order'] = 'DESC';
    	return $args;
    }
    
    add_filter('bbp_show_lead_topic', 'custom_bbp_show_lead_topic' );
    function custom_bbp_show_lead_topic( $show_lead ) {
      $show_lead[] = 'true';
      return $show_lead;
    }

    Then, here is main topic.
    The function of bbPress itself is that after the user replies to the parent topic in topic page, next screen shows the last page(the page of max number) if the pagination shows.
    With the setting of “bbPress – Sort topic replies” plugin is under “Global:Descending”, the redirection which I expect is to go to the first page.
    I think that this solution isn’t https://bbpress.org/forums/topic/new-replies-redirect-to-last-page/

    I’ve searched and tried to solve the problem, however I can’t find the solution.
    I wonder my current settings or ways might be wrong.

    Thanks.

    #162707

    Getting 3 more notices

    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /Applications/MAMP/htdocs/supernova/wp-includes/functions.php on line 3560
    
    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /Applications/MAMP/htdocs/supernova/wp-includes/functions.php on line 3560
    
    Warning: Cannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/supernova/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php:28) in /Applications/MAMP/htdocs/supernova/wp-includes/pluggable.php on line 1196
    #162696
    Robkk
    Moderator

    Adding menu links like that is quite difficult unless you manually create the menu in HTML and just not worry about the WordPress menu configuration.

    I suggest maybe creating a copy of the login widget and add whatever links you want for the suer to the bbPress login Widget.

    This explains it quite briefly.

    Layout and functionality – Examples you can use

    If you need help or an example plugin to create this please reply back.

    #162695
    Robkk
    Moderator

    @muchman13 and @dreambot

    Guys this is an old topic

    The theme was probably for bbPress v1 so not for the bbPress 2 plugin

    the guy doesn’t even use WordPress, that is just a static site hosted on I think Github

    #162688
    Robin W
    Moderator

    add this plugin

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

    dashboard>plugins>add new and search for bbp-style-pack

    when loaded and activated

    Dashboard>settings>forum display

    and select no. 4

    #162679

    In reply to: Broken Breadcrumbs

    Robin W
    Moderator

    ok, just because there are the same symptoms, doesn’t mean that the solution is the same !

    have you installed

    https://wordpress.org/plugins/bbpress-genesis-extend/

    #162678
    Robin W
    Moderator

    suggest you try

    http://jobs.wordpress.net/

    #162670
    Kennon1st
    Participant

    I’ve been working hard at setting up a site for my podcast and things had been going swimmingly, but while looking around at some RSS feed import widgets and such today, somehow I seem to no longer have working BBpress forums. It doesn’t seem like it would be related, but who knows?

    The forums still show in my dashboard, and I was able to create a forum page by hand and get it to show the index with shortcode, but when I click on any of the forum links, it gives me a page not found error. It seems to do so even if I swap to one of the bundled 201x themes.

    The RSS widget I was testing out is RSS Multi Import 3.15 and I’m running WordPress 4.2.2 with the Generate Press theme 1.2.9.8 and BBpress 2.5.7. Website is http://www.whitebookpodcast.com.

    I’m a quite a newb to delving in to WordPress stuff, so I have to admit that I’m at a loss. Any thoughts on possibilities?

    #162667

    In reply to: Broken Breadcrumbs

    mrose74
    Participant

    Hi, I’m new to WordPress and a new member of a collective blog who is trying to troubleshoot the same issue described here. Being new to WP, I’ll need a little bit of handholding.

    We’re using a Genesis/Lifestyle Pro theme for our site. This was all set up before I was asked to join the blog.

    I’m trying to follow the instructions that Auriel followed, but I can’t figure out how to add an “archive”(.php) page to my template. I also can’t figure out how or where I should make a copy of my page.php file (which I can find) to start mucking around with that.

    Thanks!
    Michelle

    #162666
    Robin W
    Moderator

    suggest you look on/raise in

    https://bbpress.trac.wordpress.org/

    #162664
    Shmoo
    Participant

    That’s why I installed it.. Testing the code and by the time my forum is done bbPress 2.6 will be released I hope.
    But still, a missing core stylesheet?

    Some developer who has worked last on the code should’ve mentioned it don’t you think, maybe the developers have some fancy tool where they test/fork the alpha and beta versions with?
    I just downloaded the latest version (trunk) of the trac website.

    https://bbpress.trac.wordpress.org/browser/trunk ( bottom – download .zip )

    BenM
    Participant

    Hi,

    Lots of plugins make this message appear :

    
    Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /srv/wp-includes/functions.php on line 3560

    How could we correct this, it’s very annoying because even my functions (not related to bbpress) causes this !

    For example, this code display bbpress error :

    if (!current_user_can('update_plugins')) {
     	add_action('admin_init', create_function(false,"remove_action('admin_notices', 'update_nag', 3);"));
     }
    hammed4real101
    Participant

    Hi Everyone,

    Please, i want to make my wordpress site a forum website. so, have decided to use bbpress.

    And i want my forum to look exactly like this forum (styling and everything)

    So, have decided to use a template file.

    So, can somebody help me with the php code and css code to make my forum look exactly like this one.

    Thanks in anticipation.

    #162643
    Robin W
    Moderator
    #162625
    Robkk
    Moderator

    I am importing data from a PHPBB3 3.1.4 installation.

    Known issue that is being worked on.

    https://bbpress.trac.wordpress.org/ticket/2716

    netentry
    Participant

    In a WordPress 4.2.2 installation, using bbPress 2.5.7, I am importing data from a PHPBB3 3.1.4 installation. Both PHPBB and WP4.2.2/BBPress 2.5.7 are on the same server.

    The import of data (a MySQL database of about 95MB) includes ONLY “replies.” And those imported replies are added to the DB as posts, but those posts are not visible in the WP Admin (they can be seen using a DB tool like PHPMyAdmin). NO forums are imported.

    Running Repair Forums tools all work successfully, except the following:

    Recalculating reply menu order … No reply positions to recalculate!
    Counting the number of topics in each forum… Failed!
    Repairing BuddyPress group-forum relationships… Failed!
    Counting the number of topics each user has created… Failed!
    Counting the number of topics to which each user has replied… Failed!
    Counting the number of replies in each forum… Failed!

    Basically, so far, I cannot import any data from a PHPBB3 installation, except “replies”.

    The PHPBB3 installation is fully functional. It works properly.

    Based on the information above, who can give me guidance toward a solution?

    Many thanks for your time.
    Bill

    Robkk
    Moderator

    This is planned for a future release , I think the next big release??

    You can track the progress here

    https://bbpress.trac.wordpress.org/ticket/1988

    #162569
    Robkk
    Moderator

    @dc4x_admin

    I found something awhile ago , sorry I forgot about this topic.

    i cannont seem to find the code i used though.

    But you can just use this plugin instead , it should do the same thing.

    https://wordpress.org/plugins/bbpress-popular-topics/

    The shortcode is something like this for that plugin.

    [bbpresspopulartopics qty = 5]

    #162559
    Robkk
    Moderator

    bbPress is inheriting some CSS from your theme that is suppose to be for the WordPress comments.

    try this custom CSS to fix the issue

    #bbpress-forums .reply {
      margin: 0px;
    }
    #162554
    TopMostServices
    Participant

    Wordpress is amazing and #1 web developing platform in the world. We have know about some plugins it is very useful for everyone.

    Feed Back Form
    Contact Form
    Yoast SEO
    Google Analytics and more.

    #162540
    Dragonfighter
    Participant

    Hi all, I am hoping that y’all can help me or at least allay some anxiety.

    I am using WordPress 4.2.2 and b Pres 2.5.7. Guest users posting is unselected and the menu does not even display forums unless the user is logged in. If you know the URL and try to enter it directly you will get a 404 page. I am also using bb P private groups 3.0.7. Registered users are only allowed as spectators until promoted AND placed in one of the private groups.

    So today I deleted a user from the site and chose to delete all content. Later I found out he had posted to the forums complaining about his “treatment”. It was under “Anonymous” and showed the role of “Participant”. I also noted that his other posts, which I had not deleted showed “Anonymous” for the user. I have since deleted all of his posts and blocked the posting IP.

    The questions are these. Is there an exploit or some known issue where an anonymous user can post even though no guests can even see the forums, much less post in them? OR, was he able to still see the menu item and post as anonymous because his previous posts were still there?

    If the latter then I can rest a little easier as it should be handled. However if anyone knows why this happened, I’d be obliged if it could be explained.

    Thanks,
    Kyle

    Tony
    Participant

    I’ve searched but not found a solution. I’m running the current version of WordPress on a multisite network with a new install of bbPress.

    I’m the superadmin of the network and everything works great. However, when I try to give access to another user and give that user a keymaster role the links in the admin bar for Forums, Topics, and Replies is missing.

    So far I’ve tried running the repair tool with no change. I can even access the tools with the login that doesn’t show the admin bar links. The forum is located here: q4intel.softwiredweb.net.

    #162531
    qbow-admin
    Participant

    i found it somewhere on the web that users cannot use iframe code because wordpress prohibits it for the sake of security. -it says that – if they r allowed to use iframe codes, they might be able to attack you –

    #162520
    Robkk
    Moderator

    as long as you have embed media checked

    and also a full hyperlink from youtube.

    then it should work.

    https://codex.wordpress.org/Embeds

Viewing 25 results - 7,301 through 7,325 (of 26,860 total)
Skip to toolbar