Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 16,701 through 16,725 (of 64,516 total)
  • Author
    Search Results
  • #158135
    Roboticrobots
    Participant

    Hey guys,

    The other day, I downloaded a theme for bbpress called ‘agyp’, or something similar to that, and right after I installed the theme, I go on my website, and I see a message;’HACKED FOR LULZ” with a black background. Could it be that the agyp theme was infected, and it gave the hackers access to my website?

    Thanks for the help!

    #158133
    don5999
    Participant

    I am using wordpress theme Customizr and have downloaded bbpress.

    When I go to my site I can view the created forum (it is private for members only) as I am logged in.

    In order to test, I have created a new user (in users) but when I log out, and try to log in the new details it comes up with the wordpress admin panel saying wrong details. If I try to go back into the wordpress dashboard, it has logged me out from there too.

    I would really appreciate all your help.

    http://www.rosemaryheart.com

    #158131

    In reply to: Oh Brother…

    markf1
    Participant

    Hi Robin,
    twenty twelve theme without bbpress.php works – CORRECT
    twenty twelve theme with bbpress.php doesn’t work – CORRECT
    twenty tweleve child with bbpress.php and twenty twelve parent without bbpress.php doesn’t work – CORRECT

    twenty tweleve child without bbpress.php and twentytwelve parent without bbpress.php doesn’t work – THIS WORKS!

    I had not tried that. I don’t get it. The forum still appears wrapped with all my child theme styling but I don’t have that bbPress.php file customized to be shown as such. Anyway it seems to be working as it should now!

    As usual I seem to have made this more complicated than necessary and by removing the bbPress.php from my child theme – voila.

    Thank you for all your help!!

    #158130
    caneblu
    Participant

    @Kolya Korobochkin you are right, but i think the mistake born when admin use bbpress only on subsite, and not in wide mode. By the way, the bbpress shortcode for register isnt working.

    #158128
    caneblu
    Participant

    well… little disappointed about the bbpress and MU integration. How can possible this bug is still here from years ago?

    #158125
    Robin W
    Moderator

    2. Add a link to the bbPress Login Widget for users to edit their profiles (instead of clicking their names…clicking their names doesn’t seem obvious to me)

    Can’t d0 that without coding, but my plugin
    https://wordpress.org/plugins/bbp-style-pack/

    will let you add this (and optionally register and login/logout) to the menu bar

    Install and then

    go into Dashboard>settings>bbp style pack>login and take a look

    #158124
    Robin W
    Moderator

    ok, it hasn’t come through, so first of three replies to avoid the spam filter !

    WITHOUT CODE – I can do more if you accept coding!

    1. Alter the bbPress user profile page–adding new fields, editing existing fields and removing fields

    Try my plugin https://wordpress.org/plugins/bbp-profile-information/

    Lets you add 4 profile fields for users to update and you can optionally display these under the avatar on topics and replies.

    If you want to remove fields – that’s code, but let me know which ones you want to remove, and I’ll take a look.

    #158120
    azmanar
    Participant

    Hi,

    After installing bbPress Forum Plugin, the Toolbar buttons to help users format their postings are not clear at all.

    How do I change the colors of the Toolbar button colors and text font colors, specifically for the bbPress Forums only.

    I wish to do that without affecting my backend WP Page & Post Editor toolbar as well as the main theme of my site.

    Your help is greatly appreciated.

    I’m using WP4.1 and bbPress 2.5.4-5380 as well as a custom theme by Simplethemes.

    #158118
    Robin W
    Moderator

    I’m in UK!

    ok, two things we can do

    try this first

    Deactivate bbpress tweaks
    Dashboard>plugins>bbpress tweaks>deactivate

    Go into widgets
    Dashboard>appearance>widgets

    And look at the bottom of the left hand side. You’ll see an “inactive sidebar”, with your entries on
    Below this is an “inactive widgets”
    Drag all the entries from the inactive sidebar to the inactive widgets area.
    This then allows wordpress to delete the sidebar
    I normally log out and in again at this stage – probably not needed, but I’ve never bothered to check
    Then basically reverse the above
    Re-enable bbpress tweaks
    You see the bbpress sidebar returns
    Drag the entries back from the inactive widgets area to the sidebar

    #158117
    BrendenW
    Participant

    Yes. So my site has 3 set sidebars, not including bbPress sidebar when bbPress tweak is activated. These are:
    *default sidebar
    *building sidebar
    *health sidebar
    I can create any page and apply any of these sidebars without issue. As soon as I use the permalink \forums and the forum is used, then no matter which sidebar I select for use on the page, nor whether I use bbPress tweak, only the default sidebar is used.

    I appreciate the help and I will undertake or answer any further questions you have, but not for some time. I’m guessing you guys are based on the US but it’s pretty late here so I best be off. Look forward to nutting this out further in the morning.

    Thanks,
    Brenden.

    #158114

    In reply to: Error on deactivate

    crack00r
    Participant

    Ohh, ok, i found the problem

    on deactivate bbpress, it didnt change everything in content-extensions.php back to original, i overwrite it now with original, now it works

    #158113

    In reply to: Error on deactivate

    crack00r
    Participant

    Line 65 is:
    if( is_page() || is_bbpress() ) {

    function travelify_theloop() {
    	if( is_page() || is_bbpress() ) {
    		if( is_page_template( 'templates/template-blog-large-image.php' ) ) {
    			travelify_theloop_for_template_blog_image_large();
    		}
    		elseif( is_page_template( 'templates/template-blog-medium-image.php' ) ) {
    			travelify_theloop_for_template_blog_image_medium();
    		}
    		elseif( is_page_template( 'templates/template-blog-full-content.php' ) ) {
    			travelify_theloop_for_template_blog_full_content();
    		}
    		else {
    			travelify_theloop_for_page();
    		}
    	}
    #158112
    crack00r
    Participant

    Hi, i have a wired problem.
    When i have bbpress activate, my page works fine.

    but when i deactivate the bbpress plugin, my mainpage stop working,
    and i get a php error in logs

    [10-Feb-2015 10:47:43 UTC] PHP Fatal error:  Call to undefined function is_bbpress() in /var/www/clients/client3/web3/web/wp-content/themes/travelify/library/structure/content-extensions.php on line 65
    
    #158109
    jakerobbins
    Participant

    Locate the form-anonymous.php file within templates/default/bbpress and remove the following paragraph.

    <p>
    <label for=”bbp_anonymous_website”><?php _e( ‘Website:’, ‘bbpress’ ); ?></label><br />
    <input type=”text” id=”bbp_anonymous_website” value=”<?php bbp_author_url(); ?>” tabindex=”<?php bbp_tab_index(); ?>” size=”40″ name=”bbp_anonymous_website” />
    </p>

    The website field should now disappear 🙂

    #158108
    TTYP
    Participant

    Hi folks,

    I could really use some help! I’ve installed bbpress and it’s beginning to look good, but I’m having some problems with the table alignment.

    My theme is responsive but for some reason, the individual forum columns (ie freshness, topic, etc) aren’t holding their shape at all and keep running over onto the next line, making the forum look very messy on mobile.

    I have access to the CSS file but can’t figure out the code I need to make sure that the columns remain ‘fixed’, regardless of the screen size/orientation. Here’s a link – I would be very grateful if you could give me a hint as to what I need to change. I’m running wordpress 4.1 and the latest version of bbpress.

    Sweden & Denmark travel forum

    Thank you!

    #158101
    Robin W
    Moderator

    Welcome, and I wish everybody wrote such a clear problem definition !!

    Ok, what we need to do is to get bbpress to use the correct template/part of template that has the sidebar setup you want.

    This is always that hardest part of getting bbpress working, as theme authors do like to make complicated themes !

    First can you tell me what way bbpress is working in step 3 below

    Step by step guide to setting up a bbPress forum – Part 1

    #158099

    In reply to: Oh Brother…

    Robin W
    Moderator

    ok, so

    twenty twelve theme without bbpress.php works
    twenty twelve theme with bbpress.php doesn’t work
    twenty tweleve child with bbpress.php and twenty twelve parent without bbpress.php doesn’t work
    twenty tweleve child without bbpress.php and twentytwelve parent without bbpress.php doesn’t work

    Is that correct? or if not can you test each of the above

    #158096
    BrendenW
    Participant

    Hi Guys,

    Sorry in advance as I am going to be a pain in the ass here I bet, as I have very, very limited experience with wordpress or any website building for that matter; however, that’s marginally more than anyone else in my company so I’ve been saddled with the duty of getting it all set up and running.

    Prologue
    I have decided to create a forum and have downloaded bbPress for this. I needed to make certain things private and downloaded bbPress private to help with that. I wanted to make custom sidebars and downloaded bbPress tweak for that feature.

    We had the website made by an external company, they created it on wordpress and created a custom theme with a lot of templates within the themes. Call be cynical, but I think it was to try and squeeze us for every cent by making us come to them for any minor variation.

    Situation
    Despite all my attempts through every simple way I could think of I can not get my forum to show a custom side bar. The forum itself though is set up as I want it and more than workable, it’s just the aesthetics of having the right sidebar.

    Troubleshooting Undertaken
    * I started with all three plugins activated and created my forum and created a page could forums. So the permalink was set up. The sidebar was not what was expected. I have tried using every default template and every sidebar that my site has to no avail. Sidebar stayed exactly the same as it was.
    * I went in to the setting of bbPress Tweak and selected the different .php files, only the bottom 3 were in bold and when I selected the 2nd or 3rd from the bottom nothing happened. When I selected the bottom one, the side bar moved from the side to underneath and the forum went to full screen width.
    * I deactivated bbPress Tweak and tried again, nothing new happened, same old sidebar.
    * I decided to change the permalink away from the slug to see if when it was just a standard page if I could change the sidebar (to try and see if it was a bbPress forum problem or a theme template problem). The sidebar changed to what ever I wished it to be and I could change from sidebar to fullwidth as I pleased.

    Conclusion
    I am left to believe that it must be a problem (problem isn’t the right word) with bbPress loading a specific template/sidebar. I don’t understand why bbPress tweak is not able to overwrite this though?

    Any help would be of great assistance, though as mentioned to begin with, I am very new to all this so you may need to dumb down the help if you can.

    #158089
    KatieKat
    Participant

    Hi there,
    have seen some other posts but still having serious problems. Have the latest versions of WordPress and bbPress but users are not receiving notifications when subscribing to topics or forums. Have tried the patch in 2618 but still not working.

    Kind Regards

    KatieKat

    #158088

    In reply to: Oh Brother…

    markf1
    Participant

    so just to be clear and re-cap.

    When I left everything the same, with bbPress.php in my child theme, and the default/unchanged twenty twelve parent theme, then activated the twenty twelve theme – the forum links worked and the problem went away.

    Switch back to child theme and problem resumes.

    Add bbPress.php to Twenty Twelve theme and then activate Twenty Twelve – problem remains.

    thanks for your ongoing help!

    #158087
    #158086

    In reply to: Oh Brother…

    markf1
    Participant

    Hi robin,

    I put my bbPress.php into the Twenty Twelve parent theme, activated the twenty tweleve theme, and the forum links still do not work / problem remains with that config.

    I tried the above with also removing the bbPress.php from my child theme. still no joy.

    I tried the above with my child theme activated. continued no luck.

    I made a page with the short code. links don’t work, problem remains.

    Thanks for your continued help!

    #158081

    In reply to: Error in permalink

    Robin W
    Moderator

    no can’t tell you why you have jumps – again I suspect spam filter taking out commenst – do you run askimet?

    At least, for each topic the number for the first message should be #1 no?

    no, bbpress is using wordpress post numbers. Everytime a post, page, comment, forum, topic or reply (and any other custom posts) are created or media item (eg picture) is uploaded, a wordpress post number is allocated.

    Hence you could easily get large gaps in the numbers.

    #158080

    In reply to: Oh Brother…

    Robin W
    Moderator

    ok, two thoughts

    1. if you put your bbpress.php into the twenty twelve parent theme, does it work ?- that will eliminate that file

    2. can you create a page and put the shortcode [bbp-forum-index] in it and see how that page works or not

    #158076
    David13_13
    Participant

    Hello

    I have found this great plugin but I have an idea for improve his effectivity:

    Now, if only ONE user report a message, that message will show the “this message has been marked as reported” message. The ideal, in my opinion, will be that you could choose how many reports are necessary to show that message. For example: only if 3 users report a reply it will show the report message.

    Anyone knows how can be made?

    Thanks in advance

    https://wordpress.org/support/plugin/bbpress-report-content

Viewing 25 results - 16,701 through 16,725 (of 64,516 total)
Skip to toolbar