Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 12,726 through 12,750 (of 26,846 total)
  • Author
    Search Results
  • #121370
    Stephen Edgar
    Keymaster

    When you are subscribed to a topic you will be emailed via WordPress of any new topic replies.

    Favorites are like bookmarks and can be viewed/shared with other users on the site.

    eg. Yours – https://bbpress.org/forums/profile/mia-pak/favorites/
    Mine – https://bbpress.org/forums/profile/netweb/favorites/

    #121363

    Topic: Custom loop

    in forum Troubleshooting
    bajs
    Participant

    Hi guys!

    Having a huge struggle trying to make a custom loop in bbPress. I’ve tried to find the solution for 2 days no but I’ve had it. I’m too sucky at both wordpress and php to make it on my own.

    So what i want to do is to make a loop for my front-page.php that contains all of the forums (I think). Like this

    And for you who doesn’t understand swedish I want to grab all the forums (with description if possible), and for every forum I want to show a counter of both topics and replies. As well as I want to grab the most recent topic, display the author and the time it was published.

    Now I might be able to do that i i just know how to make a loop like you do it in wordpress (). So if anyone can be a champ and point me in the right direction I’d be forever thankful!

    #121337

    Topic: Categories

    in forum Installation
    lshr
    Participant

    Hey all,

    I will be adding a Forum to an existing WordPress site, and I am familiar with both PHPBB and vBulletin, and I would like to use the “Category” features — where Forums are listed under an appropriate category.

    I would like to use bbPress for the common look and feel, and single sign on four our users.

    Can I set up Categories?
    TR

    #121324
    Nova
    Participant

    I wonder if anything has changed on this since last year.

    I’ve got a WordPress Custom Taxonomy that i’d like the forum, topics and replys to be tagged with – has anyone ever got this working?

    #121322
    Noodle Man
    Participant

    Hello! I’m not very good at HTML, scripting and the like, and I was wondering if there was a plugin for the following.

    On some websites, when you move your cursor over a button (much like the WordPress pages links) a menu drops down with other links. When you are logged in on bbPress, the same happens when you move your cursor over your Username. I would like the same, just with pages, rather than a username.

    Noodle Man

    #121321
    brianmcculloh
    Participant

    I’m having this exact same problem. Unfortunately my WordPress page does not win when I set them to the same slug. Because of this, I want to use different slugs for my WordPress page that contains the shortcode and my Forums Base. This works just fine, the only problem is in the breadcrumb the “Forums” link takes the user to the forum index instead of the WordPress page with the shortcode.

    #121315
    diesel1984
    Participant

    hi,

    i’ve just installed bbpress 2.2 (released 19th november 2012) on a clean install (no other plugins have been activated) of wordpress 3.4.2. However, whenever a reply is added to a topic the browser is redirected to a 404 not found page. When i navigate back to that topic the reply has been added however. I’m using the default template without any modifications. Anyone know whats going on and how to solve this issue?

    Thanks in advance

    highexistence
    Participant

    I just upgraded WordPress from 3.3.1 to 3.4.2 and now the spam and trash admin links on my topics/replies do not work. They bring me to the same URL as before, but nothing happens to the topic/replies.

    #121305
    mostafaqanbari
    Participant

    when i click on “replies created” or “replies to” button in my bbpress forum i cant get any replies created by a user! how can i do this? actually i installed bbpress beside buddypress inside WordPress! everything seems fine but i cant get this. Topics created by user work just fine but replies don’t!
    i found out “user-topics-created.php” controls topics created inside bbpress but we dont have such file for Replies! like “user-replies-created.php”!! Any help will be appreciate.

    #121304
    sureshtmp-456
    Participant
    #121302
    sureshtmp-456
    Participant

    Hi

    I have a wordpress(3.4.1) installation and I don’t use standard WordPress
    Authentication. I have my own login page(mylogin.php) where I capture the
    userid/password and then compare with values in my own user table.

    Now I am using BBPress plugin(2.2.2). I have created a page(askanexpert) in
    wordpress and inside that page I have put the BBPress shortcode [bbp-forum-index].
    Now from frontend when the user does login and go to forum(http://www.domainname.com/askanaexpert),
    bbpress forum is visible and all the topics are visible, but forum shows the message that

    “You must be logged in to create new topics.”

    I think it happens because BBPress is perhaps looking for some authenticated cookie which
    was not created due to my custom authentication.

    Is there a way to create the cookie from my custom authentication page, which
    bbpress will understand ?

    I can not get rid of my custom authentication. Is there a way to fix it, so that when user is
    logged in to wordpress site he/she can use the forum as regular logged in user without login again?

    I am fine to do some programming, but not sure which way to go.

    #121300
    Xarcell
    Participant

    I’m new to WordPress, and I have installed buddypress, which I understand installs bbpress.

    Is there a way to promote promote a topic to a blog post, and vice versa?

    Thanks.

    Edit: I changed the topic title and moved it to the plugins forum. Cheers, Netweb

    #121284

    In reply to: Many thanks

    sbroways
    Participant

    I know! You guys have great product. I love that it is so light-weight at not packed down with features I may never need! Plus the seamless integration into WordPress is fantastic. I hope I can get it to work.

    #121282
    SydneyDesigner
    Participant
    #121275
    sbroways
    Participant

    I’m really hoping someone can help me figure out some sql queries I would like to run (especially spwestwood). I have been working on migrating a forum for a number of days now and would love if I could get some help on this last piece. I started out with a Phorum > migrated to SMF > migrated to phpBB3 > migrated to bbPress. The first 3 conversions were all successful. I would stay with phpBB3 but even after I loaded WordPress I could not get all my PHP to work properly on the forum page and I really like the bbPress integration into WordPress. But, I have the same anonymous error on the majority of my posts (55k) because, I believe, these are actually anonymous users who were not required to sign-up in order to post. The problem seems to be that bbPress uses only an ‘id’ to attach the name of the poster to the post and phpBB3 uses a ‘username’ field that actually contains the name within the table. All of these unregistered users simply default to user id = anonymous (1998 in my case). Here’s my solution… only, I don’t really know how to implement it as I have limited mySQL experience.. so please bare with me as this is all theoretical and I have no idea if it will work… and how to write it out in sql commands.

    Step 1: I want to take phpbb_posts.post_username and assign new users in wp_users for each unique user name (I want to avoid duplicates obviously!). I would like that user_name assigned to both wp_users.user_login and wp_users.display_name. Now I have user accounts for all these anonymous posters.

    Step 2: Convert the date format in phpbb_posts.post_time from an integer to the ‘datetime’ php format using the from_unixtime sql command… or something. That way I can accurately match the date/time field in both databases since they currently use different encoding.

    Step 3. When wp_posts.post_date = phpbb_posts.post_time match phpbb_posts.post_username to wp_users.user_login GET id and assign to wp_posts.post_author

    Does this make any sense? Or am I completely off the ball here? THANK YOU SO MUCH for any help!!

    #121271
    sbroways
    Participant

    Go into wp-admin>settings>forums. You can set the slug there for the different levels within the forum and then create a custom menu link to that slug. By default the root slug for bbPress 2.2 is yourdomain.com/forums. …In case anyone runs across this forum…

    #121263
    LabSecrets
    Participant

    1) Create a new page
    2) Add the bbPress ShortCode for forum index: https://codex.bbpress.org/shortcodes/  which is [bbp-forum-index]
    3) Save the page
    4) Go to Settings/Reading and choose this new page as the default home page (instead of your blog).

    This will get you a bbPress Forum index on your home page.

    To make a “mix” of your bbPress and blog posts, you need to modify your home page template file. This differs per theme, but may be called home.php or index.php (it’s in your theme folder). You would add the bbPress shortcode above the WP loop that displays blog posts. Use the do_shortcode method shown here: https://codex.wordpress.org/Function_Reference/do_shortcode

    so it would be (within php tags): do_shortcode('[bbp-forum-index]')

    If you do this, then you won’t need to  create a page and modify your Settings/Reading as elaborated in steps 1 to 4 above.

    Good luck!

    #121260
    susannelson
    Participant

    WordPress: 3.4.2
    bbPress: 2.2.2
    Site: http://goo.gl/Nz7Tm

    I am not sure how to register new users for my forum. I don’t want to have an open registration at all. I just want to add new users after they manually submit their info to me. How can I do this?

    #121236
    Stephen Edgar
    Keymaster
    #121235

    This is my svn link :-http://plugins.svn.wordpress.org/dispaly-text/trunk

    i’m using TortoiseSVN software to publish my plugin but it gives error and could not approved.

    so what i have to do??

    #121234
    returnman100
    Participant

    I am a newbie, just installed wordpress and bbpress plugin. How do I install theme in bbpress 2.2.2???

    I tried placing the theme files in /wp-content/plugins/bbpress/ but I dont see how I can change or activate this theme…

    Can someone please help..I’ve spend 6 hrs and still cant figure this out. Much appreciated!!!

    Thanks!

    #121230
    royho
    Participant

    Adding memory to the WordPress config will not work for every host. Again, it is best you ask your host to bump this up for you.

    #121222
    jason.weber
    Participant

    Morning all,

    I’m just in the process of doing a fresh wordpress + buddypress install.
    All is going well for the most part with the exception of the global forums.
    So I enabled Group forums, and thats going fine.
    I then enabled Global forums and it ran through what seemed like a bbPress install.
    All fine (with the exception of bbPress trying to use the same slug ‘forums’, but that was an easy one.
    Now: To create a dedicated page/tab for the global forums is there a short-code I can simply add to a new page?
    Also, nothing from the global forums seem to be appearing in the members activity stream. Is that normal?

    Cheers
    Jase

    #121220
    Justin Tadlock
    Participant

    While I certainly understand WordPress’ failings in the user/role/cap department, this update to bbPress has caused a major issue. See, for folks who have been using role-editing plugins (such as my Members plugin), they’re now getting errors because of “dynamic roles”.

    This update messes up other plugins that work with the system WordPress has in place (editable roles). Now, I’m stuck with support questions, emails, and forum posts asking why my plugin is broken when bbPress introduced this problem. This is a major issue that should probably be resolved soonish because many of the users of my Members plugin are going to hit this issue as they update their bbPress installs. The two plugins previously worked in perfect harmony. In fact, many bbPress users started using Members to have the level of control they needed for their forums.

    Admittedly, I haven’t dug into the code yet. But, I’m guessing the problem with a role-editing plugin and bbPress is that the bbPress roles cannot be edited, which was standard functionality before. Since bbPress is modifying the overall [editable] roles array, there’s no way for my plugin to separate the two sets of roles (editable, WordPress-style roles vs. dynamic, bbPress-style roles).

    Obviously, I could write some bbPress-specific code in my plugin to overcome this issue, but why should I? That means I’d have to keep up with bbPress role updates to make sure I stay in line with this new system. Plus, this sets precedence for other plugins to use this same, dynamic roles system.

    I think bbPress should stick to doing what it does best: being an awesome forum plugin. Leave the role/cap stuff to plugins meant to handle this sort of thing. At the very least, it would’ve been nice to give a heads up to plugin authors who maintain role-editing plugins.

    I’m not against the ideas presented with dynamic roles (I’m actually intrigued by it), but let’s wait for WordPress to catch up if this is the direction it’ll eventually go in.

    I’ll definitely be looking into the issue further, but I’ve got a busy schedule at the moment.

    #121218
    royho
    Participant

    This type of requests should be posted here -> http://jobs.wordpress.net/

Viewing 25 results - 12,726 through 12,750 (of 26,846 total)
Skip to toolbar