Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 14,001 through 14,025 (of 26,846 total)
  • Author
    Search Results
  • #113351

    You can use bbp_get_forum_last_active_id() to get the post ID of the latest topic or reply. From there you’ll have to use WordPress functions to get out what you need.

    (This, of course, is assuming you’re using bbPress 2.0 or beyond)

    #113354
    xmasons
    Participant

    I too have similar issues and started using Peter’s Login Redirect plugin to remedy the situation until I can find the problem and fix it.

    https://wordpress.org/extend/plugins/peters-login-redirect/

    #113320

    hi.

    Really need help with this :( i need to remove all old files and get new ones

    #44477
    guy2131
    Member

    I use the plugin version of bbpress and wordpress 3.3.2 The plugin fit perfectly with my website theme the only problem is that the ‘Reply’ box shows right after the first topic post and all other replies are at the bottom. In other words the first post is separated from replies by the box where you insert your reply. It doesn’t look like there is a theme conflict or anything – is it a setting? When the reply is short it shows up in the corner by recaptcha (plugin) box of reply area and it looks like this http://www.ibikiniwax.com/forum/topic/jannet

    I’d like to have all replies above the ‘reply’ box obviously. I really don’t know where to start and wax hoping that maybe someone had a similar problem. Other than this one issues everything else works.

    I appreciate all clues and suggestions

    Thanks

    #44469

    Topic: CSS Issue

    in forum Troubleshooting
    Omi
    Member

    Hello Sir This plugin is very useful but I only have one issue regarding the css, I have thesis theme installed and the buttons are dis aligned you can see it here http://www.simplestepstowellness.com/forums/forum/dexters-forum-about-wordpress/ the submit button and notify checkbox are dis aligned I don’t know where to edit such css for this or which file does it located. Please help, would be so much appreciated.

    Thanks and God Bless,

    Dex

    #44427
    toadus
    Member

    this is going to sound really stupid but im very new to this ive installed wordpress and then added the bbpress plugin – however i really odnt know how to get the forums to work as a button on my homepage – i am more than happy to give someone my admin login if they will sort it out for me – im sure it would take 2 minutes to someone who new what to do

    thanks loads

    dave – toad

    #113373
    Arion
    Member

    Sure.

    I have the Black Label wordpress theme on my site and as such it comes with a fullscreen background image option on every post and page. I bought this theme for this very reason. Now, when I plugged in bbpress, I had to use the shortcodes on the main forum page which was no problem but when I click on the forum or the topic links, I get sent to a page that instead of saying “edit page” in the admin bar, it says “Edit forum” or “Edit topic” and doesn’t allow me to set the background image.

    Now I looked into creating a default background image by changing some .css but this sets that image for ALL the pages, (page.php) and though it is overridden by the set background image in the theme, it isn’t pleasing to my eye to have one background image when you open and a second or two later have another one pop up on top of it. So I trashed this option.

    Did some research on how I can resolve this problem and found a previous thread here: https://bbpress.org/forums/topic/bbpress-20-shortcodes

    Needless to say that it interested me that I could create my own wrapper and have the forums and topics open up in a special page and have a set background for that page alone that won’t affect my other pages.

    Well, this is the skinny of my situation. I hope I gave you enough info this time, sorry for not doing it from the get go. Can I do this? Where do I change the default wrapper to my new one? I’m imagining it’s in the function sets. Or perhaps there is an even better solution to my situation. What do yo suggest Brandon?

    Oh, and thanks for your time :)

    zillabuggs
    Participant

    I too have this problem. It’s the one thing I need to get sorted for my site to “work” so to speak. As my site is forum orientated this is important BUT trying to get an answer seems to be impossible. Buddypress and WordPress forums are no help. I really would appreciate an answer to this.

    #44457
    phillg
    Member

    I have spent countless hours trying to solves this but im still having no luck. I have trawled through google and the bbpress forum but can’t seem to find a solution.

    While updating a website for a client they asked for buddpress to be removed as no one was using the social network side of the site, and a stand alone forum be put in place, hence bbpress.

    I started off by removing the buddypress plugin and all it files, deleted the bb-config.php and dropped all the tables in the database with the prefix wp_bp.

    I installed the latest bbpress plugin from within the wordpress admin and activated it, then created a few test forums and topics.

    The forum displays fine when the default permalink structure is used however when I turn pretty permalinks on all the pages go to a 404 page not found.

    I have tried adding Options +Multiview and Options -Multiview to the .htaccess. I have tried setting the bbpress mod_rewrite to true and false but still no luck.

    I have also tried chmod 777 the .htaccess file.

    Here is my .htaccess file:

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    # BEGIN ANTISPAMBLOG REGISTRATION

    RewriteCond %{REQUEST_METHOD} POST

    RewriteCond %{REQUEST_URI} .join-hello*

    RewriteCond %{HTTP_REFERER} !.*helloecoliving.com.* [OR]

    RewriteCond %{HTTP_USER_AGENT} ^$

    RewriteRule (.*) http://helloecoliving.com/spam-prevention [R=301,L]

    # END ANTISPAMBLOG REGISTRATION

    #uploaded files

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin

    RewriteCond %{REQUEST_URI} ^.*/wp-admin$

    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]

    RewriteCond %{REQUEST_FILENAME} -d

    RewriteRule . – [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]

    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]

    RewriteRule . index.php [L]

    </IfModule>

    <IfModule mod_security.c>

    <Files async-upload.php>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </Files>

    </IfModule>

    <Files 403.shtml>

    order allow,deny

    allow from all

    </Files>

    deny from 93.182.137.19

    This is driving me crazy all my other custom post types work!

    Any help is appreciated!

    #110889

    I think I saw a button like this on wordpress.org-

    #113324

    In reply to: How to install

    – go to your WordPress admin backend

    – go to add new plugin

    – either search for bbpress plugin, or if you’ve downloaded the .zip already, go to upload tab and navigate to where you downloaded it to

    – press install now

    – activate it

    Then you get a new section in your dashboard – forums, topics and replies

    Off you go ;)

    #113353
    jude44
    Member

    I am having similar trouble. On WordPress log out I do not get directed to the Login Out/In page but to another page on my site altogether.

    I have also deactivated all plugins one by one to come to the conclusion that it is BBPress plugin. As soon as this was deactivated the log out process returned to normal.

    Awaiting to hear of reply to natproff, thanks for help in advance.

    #44304
    Torsten Landsiedel
    Participant

    I’ve seen this on http://de.forums.wordpress.com and this is bbpress V1.1, so I don’t know if it is already solved. Maybe someone can give me feedback on this, so I can trac a ticket if it is still a bug.

    The new WordPress.com startpage has tabs with some subpages, and this subpages have URLs like this:

    http://de.wordpress.com/#!/topics/

    bbpress is failing on the URL detection. Maybe you will see the problem in this post too. If not, here is a link for you:

    http://de.forums.wordpress.com/topic/grosere-auswahl-an-bloggern-in-themen-erwunscht?replies=2#post-17127

    Is this still a problem in the newest version of bbpress?

    #112446
    dpmcalister
    Participant

    Thanks, I’ll look into that :)

    #112445
    pimarts
    Participant

    What I did on http://www.swnk.org is use a plugin called Redirection to simply re-direct the WordPress profile to the buddyPress. I’m pretty sure you can do the same for bbPress -> WordPress. That works.

    #113342
    pimarts
    Participant

    Since bbPress is part of WordPress you should be fine using Yoast WordPress SEO. Great plugin.

    #113368
    SK
    Participant

    You need a plugin called bbp signature https://wordpress.org/extend/plugins/bbp-signature/

    #44242
    xspace1
    Member

    hi~ bbPress is really great and I do love it. however, when i transferred my wordpress to a new server. something bad happen.

    when I enable the bbPress, an error message shows up:”Warning: Creating default object from empty value in D:webwp-contentpluginsbbpressbbp-includesbbp-core-compatibility.php on line 84″

    I guess it has something to do with this code ‘$bbp->theme_compat->theme = $theme;’

    could anyone give me some instruction?

    the theme i use is the default Twentyeleven Century.

    thanks a lot in advance!

    #113314

    ahh i found the line ill change it from false to true

    #113313

    okay i got it now what do i do to it should i add define(‘WP_DEBUG’, true); to the bottom of the page

    #113357
    baldg0at
    Participant

    Here’s a real basic rundown of what I did.

    Add this to your theme’s functions.php file

    add_theme_support( ‘bbpress’ );

    Create a Child theme for your current theme — https://codex.wordpress.org/Child_Themes

    Copy the files from plugins>bbpress>bbp-themes>bbp-twentyten into your child theme folder.

    Go to your WP Admin and activate your child theme

    Edit the child theme as needed to match your site. You may be able to get by with just editing yourchildtheme>css>bbpress.css, but you can change any of the theme files to make the forums look however you want.

    #113312
    baldg0at
    Participant

    wp-config.php is located in the root of your wordpress directory.

    #44417
    #113311

    i have thats the thing it saves all my forums and stuff after the reinstall :(

    #113310
    Health Tips
    Member

    Sounds weird. Get a back up, and try re-installing.

Viewing 25 results - 14,001 through 14,025 (of 26,846 total)
Skip to toolbar