Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 6,176 through 6,200 (of 11,591 total)
  • Author
    Search Results
  • #118724
    wpmhweb
    Participant

    I just updated to the latest bbPress version from 2.0 and I don’t the new fancy editing elements in my forum.
    I am currently using an edited version of the twentyten theme that I am using as a child theme. Do I need to update the theme in order to see the new fancy editing elements? How can I fix this problem? Thanks,

    PS: I am also running WordPress 3.4.2

    #118722

    In reply to: Adsense Plugin

    jezza101
    Participant

    I think it would be a case of changing the order of the two filters? So when you apply a filter you have to set the priority:

    https://codex.wordpress.org/Function_Reference/add_filter

    If you change the priority of the filter on that plugin to be less than the filter on mine it might then work in the right order.

    Which plugin are you using? Is it this: https://wordpress.org/extend/plugins/kk-i-like-it/

    I can have a look if I can get the right plugin to test…

    #118694
    renai42
    Participant

    hey everyone,

    installed a base install of bbPress today on a test site:

    http://topstory.com.au/forums/

    Basically all I want to do is modify the font size down, from 12px to 11px. Can someone tell me where I can do this? I’ve done a lot of frakking around with CSS files with WordPress, but can’t find the right setting in bbPress.

    Cheers,

    Renai

    #118672

    I’m not sure I follow. If you activate bbPress using the TwentyTen theme it should be two columns. Make sure you are using the latest version of bbPress.

    WivesofJannah
    Participant

    I want my forms to only be visible to a certain membership level, and I am using the Member Wishlist Plugin.

    Everytime I select the box asking to protect the content for a certain membership level, and then i select the one it should be available to, and then click save – NOTHING HAPPENS! It keeps returning to a default of some kind – making the it unprotected and not for any specific membership level.

    I am really frustrated. Those options are working for everything else, just not the forum.

    Second:

    I am a newbie at all of this – I can’t seem to figure out how to put the forums into a specific PAGE so that I can include it on a customized menu.

    Can some please help me out here 🙂

    I am using a GENESIS framework, with child theme “landscape” – using the latest version of bbPress, and my website is http://www.wivesofjannahcommunity.com

    #118625

    There’s no plugin for this that works with the latest version of bbPress. Typically if you want advanced user profiles/user messaging you can use BuddyPress to add that functionality in tandem with bbPress.

    #118621

    In reply to: Forum Root Page Issues

    David
    Participant

    Okay, I tried something and it seems to work, but I want to make sure it won’t break something else down the way.

    I setup a 301 redirect so that whenever you go to /forums (which doesn’t work), it sends you to /forum (which does) instead. I did some testing and it appears to be okay, but I’m concerned that it might introduce other issues.

    #118619
    pabbe
    Participant

    Hi,

    I installed the worpdress plugin for BBPress and i was facing some alignment issues. So i decided to remove the plugin and install a fresh copy.

    After reinstalling, the forum appears blank (The test forum and topic i created do not appear).

    Am i doing something wrong?

    Please guide me.

    Thanks,
    PAbbe

    #118614
    Arturo
    Participant

    Hi, i need the code to put in my template to have the pagination for the latest topics, i’ve a list with the last topics but not the pagination to go on page 2 etc anyone can help me?

    thanks

    Erlend
    Participant

    This is the problem: http://i.imgur.com/TWMBl.png

    (I’m going to put in a separate feature request with Crayon Syntax Highlighter, which we are using to highlight code on bbPress, asking if it’d be possible to ignore HTML tags inside code tags (both square brackets and the more future proof pre tags), but that wouldn’t be the cleanest solution.)

    The better solution would be if the importer could prevent this from happening in the first place. If not for square code brackets (although this is a standard set by an Automattic plugin) then at least for pre tags.

    In my tests, I embedded code in pre tags in a BuddyPress forum, imported it to bbPress and the embedded code was now populated with HTML tags, mainly br tags for the newlines. Funny thing is if I have the rich editor turned on, I can go into edit mode with a post that has code embedded, then I’ll go to the “Visual” mode and back to “HTML” mode, and everything has been cleaned up. I basically want the importer to do that step for me.

    #118594

    Can you supply a link to the plugin you are talking about:

    > filiped / Member / 3 years, 5 months ago

    > Admin Can Post Anything, from CK is a great plugin and works
    > perfectly in the latest stable version of bbPress.

    Thanks

    #118581
    Starejosel
    Participant

    I have some more information–I hope that someone can help me.

    The problem is to swap the default behavior and make return give a br tag and
    shift return give a p tag. The TinyMCE wiki http://www.tinymce.com/wiki.php/Configuration
    seems to say that is the way to do it is by setting forced_root_block to false.*

    However, when I tried that using the Advanced TinyMCE Configuration plugin by Andrew Ozz , I found:

    If I use it to set 
    forced_root_block to false, 
    nothing changes. 
    
    If I set forced_root_block to true, which I expected 
    to do nothing, it breaks the editor: 
    The buttons don't work, and anything that I type into 
    the Visual editor gets wiped out when I switch to html.
    
    If I set forced_root_block to just a space,
    when I typed in 
    
    test
    test
    test
    test
    
    test
    test
    
     it produces the following html:
    
    < >< >test
    <!-- -->
    test
    test
    test
    
    test
    test
    
    
    which displays as 
    
    test
    
    test
    test
    test
    test
    test
    
    after submitting.
    
    Finally, if I set forced_root_block to div,
    when I typed in 
    
    test
    test
    test
    test
    
    test
    test
    
    it produces
    
    test
    test
    test
    test
    
    test
    test
    
    
    which displays as 
    
    test
    test
    test
    test
    test
    test
    
    and there seems to be no way to produce a break.
    

    I hope that this data is useful. ANY help would be GREATLY appreciated.

    #118565
    timsuburbanboycom
    Participant

    I’m trying to upgrade a huge bbpress db which until recently we’ve had running on v.0.9. I’ve stepped through the upgrade path of installing v.1 then upgrading to the latest release but when trying to upgrade my database the script always hangs. There doesn’t seem to be a pattern to where it does this (sometimes it processes other times it gets stuck at ‘Starting Conversion’).

    I’ve tried running this both on the remote server and setting up the site locally to see if I could get the upgrade done locally before porting to the live server but with no joy.

    Is there any other way to upgrade the database except for the bundled converter tool within WordPress? Does anyone have any advice as to how I might be able to achieve this?

    Any help much appreciated!

    #118559
    Ommy
    Participant

    this one works 🙂
    http://www.buscarlibros.com/forum-test/

    you should adjust your slug.
    watch this video
    http://labsecrets.com/2012/01/23/buddypress-and-bbpress-forums-made-easy/
    good luck

    #118531
    aaclayton
    Participant

    Hi Pippin, great work on this plugin so far. Thank you. I read through the code and tested it out. The plugin works great, and I commend you for your hard work on this. I wanted to provide a bit of feedback in case you are planning any further revisions, just to weigh in with my 2c: 1) I realize you needed somewhere to hook the “mark as read/unread” link, and by default in bbp_theme_compat no action hook is provided in a topic header. Hooking it onto the subscribe link wedges it between subscribe/favorite and is overall a bit awkward for templating. I’m not sure what a better default solution would be, but personally I felt the need to unhook this and manually place the toggle button somewhere more appealing. 2) A standalone function to display a loop of unread topics would be great. show_unread_topics() is purpose built for the bbpress user profile, but under many circumstances users might want to call this list elsewhere (if we are using BuddyPress profiles for example). Personally I created a “View Unread Topics” page that functions similarly to the “Recent Topics” archive. Anyways, including a function for just the unread topics loop (with pagination) would be a nice addition for template flexibility purposes. 3) For a site with thousands of topics, is having that bulky a “_bbp_mar_read_ids” entry in meta a concern? 4) The plugin serves a nice function of allowing a user to track whether or not he/she has looked at topics which are posted. However, it seems to me that full “view unread posts” functionality would entail clearing resetting the “read” flag when the topic is updated with a new reply. What about saving each “read” ID to meta as: post_id?num_replies where num_replies is the number of replies to the topic when the user marked it as read. When a topic is called you can explode out how many replies it had when the user first marked it. If the topic now has more replies than when it was marked, you can override the “read” flag and reset it to unread. Probably not a very elegant solution, but I think what most users would be interested in is being able to generate a list of threads with unread content, not necessarily just unread topics. Anyways, thanks very much for your work on this. I’ll be keeping an eye on how this project develops. Andrew

    #118526
    jezza101
    Participant

    OK, so to do that I would have to close the post myself, which looks like I just have to add two x divs

     Div   <!-- .bbp-reply-content -->
    

    Div

    But it looks like HTML filters are being applied still – ah, is this a case of ordering things so that my filter comes right at the end, ie after the HTML filter?

    ..ah a quick test and, yes, this seems to work.

    $content=$content.'TEST1(/div)(/div)IS THIS BETWEEN POSTS? YES!(div)(div)';
    

    Ah apologies, the forum filter has filtered out the DIVs above.. putting them back in with curly brackets.

    Excellent. Looks like I need to put some thought into how to make it look good but I think I can work on that! One last question then (sorry, and thanks for your help!), how do I pick out the first post?

    • This reply was modified 13 years, 1 month ago by jezza101.
    #118474

    In reply to: Change forum color

    Freeman9005
    Participant

    Hey there, may you can help me, so i got a website where i got a bbpress forum installed, but when i want to write to a topic my letters is grey, and its really hard to see in the dark red background, i want to change this text color, where i can change it?
    http://killingfloor.info/topics/ask-about-the-game/
    to see my problem please logon with this,
    user: test123 pwd: test123
    Thank you.

    #118469
    roddaut
    Participant

    For some reason I did not see replies to this thread so I’ve not been back until now.


    Thanks matthiaswh. That solved the problem. And since it’s a membership site for a very small class with only 20 participants at a time, it won’t be a problem for us.

    Also for those asking for more details. I originally solved the problem by going back to the previous version of bbpress. Recently I needed to upgrade bbpress to the latest version again because another plugin would only work with the most recent version.

    We use imember360 for our membership system and our theme is Twenty Ten.

    #118459

    I have created a couple of test forums – these show up ok individually. But when I go to the main forums page (http://www.buscarlibros.com/foros/) the list of forums aren’t showing.
    Also, on Internet Explorer I get
    <tr id="bbp-forum-397"

    showing up

    #118453

    In reply to: phpBB

    Stephen Edgar
    Keymaster

    If you grab the latest v2.1 branch of bbPress from Trac here that fix is included
    https://bbpress.trac.wordpress.org/browser/branches/2.1

    #118438
    murand
    Participant

    Hello:
    I’ve just started using wordpress and needed a good forum. I opted for BBPress and so far works fine. I am just tweaking it a bit and would like to disable the Reply to: in the Topics section. My particular test site will not need this and I wish to keep the area tidy.

    ** I posted this in WordPress (Plugins & Hacks) but didn’t get any response. Not sure if I was in the wrong place? **
    Thanks
    Andrew
    Wordpress 3.4.2
    BBPress 2.1.2

    #118435
    nbtetreault
    Participant

    Thx. It’s what I was looking for.

    I was confused because I didn’t found any bbpress theme to “install” and test.

    #118426
    Ronileco
    Participant

    In BBPress 2.0.2 version I had to integrate the native editor by myself but in the latest BBPress you can use any tinyMCE editor enhancer to change and customise the editor.
    Take a look at those WordPress plugin: https://wordpress.org/extend/plugins/tinymce-advanced/, https://wordpress.org/extend/plugins/ultimate-tinymce/

    This will change all tinyMCE editors on the site, but you can create a dedicated editor for the forums comment.

    #118365
    Anointed
    Participant

    @netweb
    Good catch, I didn’t even think about vb having to link to the user id.

    I was hoping to avoid setting up a dummy site to test this, but I guess with this much involved I probably should. I’ll do the test tomorrow and report back so maybe others will benefit in the future.

    #118362
    Stephen Edgar
    Keymaster

    > Am I better off, this sounds stupid, importing the users/forums from
    > vb into my root site #1, then erasing the forums/topics/replies,
    > keeping the users, and then going to site #2 and doing a forum only
    > import?

    This option I am pretty sure will not work in the way during the import that the topics and replies are matched to user ID’s, essentially during the import bbPress can not match the vBulletin (or any other forum) UserID to an existing WordPress user.

    As for the other side of things I haven’t tried to do what you are trying to do with MultiSite though a quick test install locally to give it a run through different scenarios would be the best bet to see what the outcome is.

Viewing 25 results - 6,176 through 6,200 (of 11,591 total)
Skip to toolbar