Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 12,026 through 12,050 (of 26,889 total)
  • Author
    Search Results
  • #131733

    In reply to: 404's for non-admins

    thequiet
    Participant

    Having the same problem here: http://essentialoilbenefits.org/forums/

    Tried the quick-fix in my functions.php, but it screwed up everything else and destroyed redirects.

    I have the following plugins:

    • All in one Favicon
    • Autotags
    • bbPress
    • bbPress Admin Bar Addition
    • bbPress Settings
    • bbPress WP Tweaks
    • bbPress Search Widget
    • Select Find and replace
    • Google Plus
    • HTML Regex Replace
    • Jetpack by WordPress.com
    • Select Real-Time Find and Replace
    • WordPress SEO
    • WPEssence Bulk Categories
    • YouTube
    #131727
    Kaenim
    Participant

    Hi everyone. I’m in the process of migrating my website from phpBB to bbPress. In modifying the template, I feel like I’m pretty limited to what I can change without getting into modifying core files.

    Basically, this is what my phpBB forum looks like –

    And this is how my bbPress looks like right now –

    I want to retain the look of the former, but in the archive-forum.php template file, the only code that is being called in that area is “bbp_get_template_part( ‘content’, ‘archive-forum’ );”

    It looks like bbp_get_template_part() is calling the entire thing, whereas I’m used to phpBB giving me individual tags – I guess their equivalent to what you’d call shortcodes? – for the category name, the forum name, number of posts etc to place them precisely where I want them in the template.

    So what am I missing? What file can I modify, or what functions could I call, that would allow me that same level of control?

    Hopefully this is coherent. I’m pretty new to using bbPress – and BuddyPress, and WordPress… – so I feel a bit mentally fatigued from learning these systems, lol. Any help would most certainly be appreciated. Let me know if anything needs clarification, and thanks in advance to anyone who reads this wall of text. Cheers.

    #131705
    stevendo
    Participant

    Hi guys,

    I’m implementing fulltext search for my company’s forums site which is based on bbPress 2 (plugin version 2.2.4). I think I should start with the wp_posts_fulltext_search table (MYISAM engine) that’s intended by WordPress for fulltext search. However, this table is not updated whenever a bbPress forum topic/reply is created/updated/deleted. How should I handle this problem?

    #131697
    allg33k
    Participant

    I’ve seen a bunch of posts about this same thing but it doesn’t seem to work for me. I installed and made 3 forums. However when I go to http://mydomain.com/forums I get a 404. I originally had a page called forums which may have caused this. I went back deleted the plugin and reinstalled and no luck. Another post said to go to the permalinks page and that will automatically refresh the settings. That hasn’t worked either. So as it is, if I’m signed into my wordpress admin I can create new forums and view them individually, however I do not have a Forums page that I can link to in my header. Please help. 🙂

    #131656
    nbquidditch
    Participant

    Have the same problem (i.e. numbers and bullets are stripped out of the display) and I am using
    Atahualpa Theme and bbpress 2.2.4 and have the WordPress Fancy editor option switched on.

    I tried the solution offered by @michaelhpdx but it didn’t work. Perhaps I put Michael’s in the wrong function.php? I put it in the function.php in bbpress/admin. I notice there also on in bbpress/common and perhaps it needs to go under the theme?

    Regards

    Will

    #131641
    Stephen Edgar
    Keymaster

    You need to upgrade your bbPress 1.02 to 1.2 first.

    Once that part is completed then you setup WordPress with the bbPress 2.x plugin and import your bbPress 1.2 forums into bbPress 2.x.

    #131628

    Topic: Bug

    in forum Themes
    trouverungeek
    Participant

    Bonjour, Je viens d’installer bbpress sur le thème clubber  : http://themeforest.net/item/clubber-events-music-wordpress-theme/3427687

    Quand je suis sur la page forums j’ai un message d’erreur : Warning: array_key_exists() expects parameter 2 to be array, boolean given in /homez.714/actumeta/www/wp-content/themes/clubber/includes/functions-layout.php on line 61

    Comment faire pour corriger cela ?

     

    Voici le site : http://actumetaltoulouse.fr/forums/

    #131416
    SydneyDesigner
    Participant

    Please can someone help with answers to the couple of questions above. I think you would be helping a lot of people if we can figure out a good way to integrate WordPress SEO with the BBPress forums used within BuddyPress.

    If you can help please, and I can then get this to work, I’ll post the result back again so others can benefit.

    Many thanks.

    #131400
    Spudnic
    Participant

    I am currently creating my first wordpress theme. I want it to be compatible and work with bbpress, but i’m running into some snags.

    First off, I would like the “fancy editor” or “visual editor” to be available to users replying to and creating forum topics. But the Visual editor does not work, you cannot click on its tab to switch to it, you are forced to use the html editor. I do have the fancy editor option enabled in the bbpress options.

    When i activate the twenty ten theme the Fancy Editor works as intended. But not with my theme im developing.

    Is the a theme option, or theme support I need to include in my functions.php to get the fancy editor to work?

    Thanks.

    #131385
    IPBri
    Participant

    I have tried to upgrade my install of bbpress from 1.0.2 to 1.2 (so I can migrate to the plugin version) several times now and I only get a white page. I verified my versions…

    Wordpress 3.5.1
    PHP – 5.3.3
    MySQL – 5.1.61

    I disabled all my bbpress plugins, copied over all the files, made sure my template files (custom theme) and my bb-config.php file were still there. I only get a white page after the upgrade. Page source says there is zero code in the page. I have seen other posts with this problem, but have not seen a resolution to the issue.

    Am I missing something?

    #131383
    horiamar
    Participant

    I found at last what I was looking for:
    https://github.com/turtlepod/gt-bbpress-author
    here is a “GT | bbPress Author Drop Down” that works like a charm!
    It works for me in BuddyPress, with bbpress forums, WP 3.5.1

    I could not find the plugin in the repository, just in github.

    For non-specialists:
    You have to copy the file content (that you see on the github page) in a new file, save it as a php, put it in a zip file on your desktop, and then install the plugin by using the “uload a zip” feature in your wordpress installation.

    #131382

    In reply to: Change Post Author?

    horiamar
    Participant

    there is a plugin, works for me just partially:
    https://wordpress.org/extend/plugins/orbisius-bbpress-enhancer/
    the problem is, I cannot change replies-authors, but just comments (topics) authors. Otherwise, it works fine!

    #131381
    horiamar
    Participant

    I tried to use the bit of code postet here above by Anointed.
    I put it in the functions.php file of my buddypress theme.
    It didn’t have any effect…

    On the other hand, I found a plugin that does the job, but just partially:
    https://wordpress.org/extend/plugins/orbisius-bbpress-enhancer/
    (Orbisius bbPress enhancer)

    This plugin works fine, but it allows me to change only the COMMENTS authors, not also the REPLIES authors.

    (forums in bbPress consist hierarchically in: FORUM > TOPIC > COMMENT > REPLY)

    I Would be grateful if any coding specialist among you would tell me what to do with the codes above, to get them working (for comments AND replies).

    #131363

    Topic: Template Tags

    in forum Installation
    Mamphey
    Participant

    bb press 2.2.4
    Wordpress 3.5.1

    Hi Guys,

    wondering if someone can help me out with the following bbpress query. The tag below when used directs website users to the profile page for wordpress.

    My Profile | %admin_url%/profile.php

    Does anyone know the tag required to take bbpress forum members to the bbpress profile page where mambers can also see the topics they have started?

    Thanks for your assistance in advance.

    Sam

    #131361
    Lynq
    Participant

    I am just getting database connection error for your whole wordpress install at the moment.

    #131347
    Spudnic
    Participant

    Users can create new topics perfectly fine, but when a user replies to that topic after they click the reply link to submit the reply, they are redirected to my 404.php page, yet the reply is submitted perfectly fine.

    Is there a setting im not seeing where you specify where users are redirected after reply submission?

    Wordpress Version: 3.5.1
    bbPress Version: bbPress 2.2.4

    Other info: Currently developing my own theme. Running wordpress on my localhost.

    #131259

    Hello,

    I’m using the latest version of wordpress and bbPress. Here is my site. BestFishingSite.com. And here is a link to the forums. http://bestfishingsite.com/forums/forum/forum-2/

    The format of the forum is all messed up. Can you help me clean it up?

    #131255
    #131243

    bbPress search has been implemented from scratch in bbPress 2.3 release. The new search does not piggyback off of WordPress search (which is what happens when you add the code above) and works extremely well.

    Version 2.3 is actually in RC1 right now and is very stable, so you could upgrade to that and it would give you the new search feature.

    bbPress 2.3 – Release Candidate 1

    My recommendation would be to give 2.3 RC1 a whirl. Of course since it is RC1, do a backup before upgrading 🙂

    #131240

    Here’s the trac ticket https://bbpress.trac.wordpress.org/ticket/2283

    Any fixes won’t be until bbPress 2.4 so you’ll want to do some tweaks manually (like I mentioned above) in the mean time.

    #131237
    BryceChristiansen
    Participant

    This is a live site.

    I use the following plugins other than BuddyPress and bbPress.

    Akismet
    FV Simpler SEO
    Hello Dolly
    Sub Pages Widget
    WishList Member
    WooSidebars
    WordPress Importer

    #131230
    AlexiousRahl
    Participant

    Hello. I’m about to launch my customized WordPress/bbPress/BuddyPress platform; it’s a quite large undertaking and eventually we decided for this, even though bbPress is a bit lacking in some aspects when compared with similar forum software, but we went for it since it granted more compatibility with WP/BP.

    Anyway, I noticed an image today with Forum Statistics and Online Users List, something that I thought was not possible with bbPress. Here it is:

    Can anyone of you tell me how can we do the same? Thanks in advance!

    #131229

    I’m not sure how this works with BuddyPress, but you may be able to try this plugin which typically shows what templates are in use.

    https://wordpress.org/extend/plugins/debug-bar-bbpress/

    #131228
    Rics1983
    Participant

    @JJJ
    Yep, it’s brute force, but at the moment is the only way, for non admin accounts, to see the forums if the wordpress installation is using also WPML plugin.
    If i deactivate WPML, also non admin users can see the forums, if i activate, admins can see the forums, but non admins get a 404 error page.

    #131223
    BryceChristiansen
    Participant

    Hi I’m having a problem with my buddypress forums.

    I’m able to create forum topics and view the topics I’ve created. But no one else who’s on the site can view the topics.

    How do I make my topics visible?

    We are using BP version 1.6.4
    BbPress is version 2.2.4
    Wordpress is version 3.5.1

    Forum settings are allowed for groups and standalone. This issue is happening on all topics as far as I can tell.

    See screenshots below to see what I’m talking about.

    Here you can see the topics.
    View of the topics

    Here’s what shows up once I click on one of the topics.
    Topic View
    Topic Doesn't Show Up
    The post is hidden and all it shows is the option to reply.

    Any thoughts on what’s causing this?

Viewing 25 results - 12,026 through 12,050 (of 26,889 total)
Skip to toolbar