Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 49,976 through 50,000 (of 64,428 total)
  • Author
    Search Results
  • #76245
    Rohan Kapoor
    Member

    I wouldn’t use this. I’m deep integrating myself but for beginners, it will work.

    #74860

    @plrk: Got your E-mail. I actually do have this thread as a favorite, thanks anyway for the update though! (I wished this forum had the E-mail notification option…)

    It works! Thanks!

    However my time-relevant php aren’t translated still. The strange thing is that those functions aren’t touched at all. I’ll have to dig again to see if there are any errors related to the __ -stuff. One would think the default theme wouldn’t have any problem with the translations(?) :)

    #74859
    plrk
    Member

    RSS problem fixed: it did not approve of the HTML entities. Considering Göran’s problem above, I thought it best to simply replace all HTML entities of åäöÅÄÖ with their “real” characters. It works for me, and you people can download it at http://dropbox.jobjorn.se/bbpress-sv_SE.zip

    #75014
    Raize
    Member

    Unfortunately that plugin doesn’t work with WordPress 2.8…few things are broken

    #76244
    Raize
    Member

    It’s not an ideal solution, but good enough for beginners who just want to embed a forum into their blog. Thanks for posting

    #75896
    Raize
    Member

    I was wondering the same thing…the default theme that comes with bbpress is not nearly as nice as this one

    #76285

    And he said:

    I have already installed the plugin bbPress Integration for WordPress. I can’t find anything wrong during my installation. I think maybe I need to upgrade my WPMU to 2.8.

    Which implies that he’s on 2.7.x :)

    Rohan Kapoor
    Member

    This plugin was created to allow bbPress to be administered from the WordPress and WordPress MU Administration Panels. It is a very basic plugin and uses iframes to provide access to bbPress. It is known to compatible with WordPress and WordPress 2.8.1 and bbPress 1.0.1. As it just uses iframes to connect to bbPress, ideally, it will still be compatible with all upcoming versions of bbPress and WordPress.

    This plugin is created by me.

    Download: http://wordpress.org/extend/plugins/new-bbpress-admin/

    Original Announcement: http://rohan-kapoor.com/projects/plugins/bbpress-admin/

    Support: http://wpmu.zyrot.com/forums/topic/announcing-new-bbpress-admin

    #76391

    I’ve tried copying the coding from wordpress header into the header in bbpress.

    I’m using the unstable beta bbpress and WordPress 2.7.1

    #18169
    pi865
    Member

    Hi. Perhaps I’m having a mental block, but I’m unable to figure this out…

    I have bbpress installed at forum.mysite.com/forum

    I want the forum to be displayed when when people navigate simply to forum.mysite.com

    wordpress has a way of retrieving the forum outside the root, and then setting the URL.

    what do i have to put in my /index.php file to make this happen for bbpress?

    Thanks,

    Paris

    #76390
    chrishajer
    Participant

    What have you tried already?

    What version of WordPress and bbPress are you using?

    #15379

    I’m having major trouble trying to get my wordpress navigation bar onto my bbpress board.

    Can anybody provide a step by step tutorial for me? I would be forever grateful :)

    my website: http://www.origineuphoria.com

    #74858
    plrk
    Member

    @tommiehansen: You’re right about the RSS feeds. Strange… I will look into it. Broken RSS feeds are not OK!

    However, my time units are translated and the translation file definitely includes translation of those. You seem to have customized the Kakumei theme for your forum – are you sure that the months etc are wrapped in the translation function; __() or _e()?

    #76663

    What theme are you using and what version of bbPress?

    #76580

    Trac Posted: https://trac.bbpress.org/ticket/1159#preview

    I’ll try to update it when I have time.

    Btw, I had the trac ticket entry properly formated but alas It was raw text formatting which got stripped upon posting by the server. Sorry :-(

    mattlay
    Member

    I thought I had read they are working to make them integrate, navigation wise, does anyone know if this is a current priority or something that will occur further down the road?

    At least they both use the same theme layout. This should make the process easier (easy is relative). I would love to be able to use a single theme and have it applied to my forum.

    #17882

    Topic: Change color in header

    in forum Themes
    Göran
    Member

    I use the Kakumei theme in bbPress 1.0.1. The forum is linked to a web site and I want to use the same colors, light green #ccff99 and dark green #003300 for the forum. I managed to change most but cannot change the header. As can be seen at http://www.32astolf.se/forum/. What part of style.css that direct the color of the header I do not understand. Please help!

    I tried to use the Webe Developer add on for Firefox and when I chose CSS-> Edit CSS there I saw a version of the page as I want it but I cannot understand how to get there!

    If some bbPress guru would take an hour and write down and share with us all I am sure more beginners than myself would be very grateful for a list of where in style.css you change to get the colors you want.

    I looked at the Kakumei Blue but did not understand how to make a correspondent file for green or brown or other colors. I suspect this would be easy to write if you know how to. Please do if you can!

    #17646
    Dreamcolor
    Participant

    Make bbPress fonts of backend minimum to 12px. And fix fonts style from inherit to normal. So bbPress can display chinese (not only chinese) better.

    该插件主要的用途,是那些将 bbPress 后台汉化为中文或其他双字节语种的用户。它将会把后台的字体大小控制在最小 12px,并且将原有的斜体文字变成正常字体。这样,后台在现实中文的时候就不会出现字体过小看不清楚的现象了。

    现在将该插件做成了两种方式。一种是以正常的 bbPress 插件的形式发布。下载后需要将插件目录上传到 bbPress 根目录的 my-plugins 目录中,然后在后台插件管理页面进行启用。这样,即使后台为英文状态下,也可以把后台中出现的中文进行美化。另外一种是做成随语言包自动启动的方式。下载后,将 php 文件上传到语言包目录中。这种方式只有激活了相应的语言包时才会生效。

    由于 bbPress 每次更新,也许会涉及到 CSS 样式表的修改。所以该插件存在一定的针对性。也就是说不是总向下兼容的。所以,插件发布的时候,会把对应的 bbPress 版本标识出来。各位可以从插件的版本号上看出来。例如:1.0.1-1 标识针对的 bbPress 版本为 1.0.1,而后面的“-1”标识是第一个修订版本。以后发布的“1.0.1-2”,“1.0.1-3”等等都是对应的 bbPress 1.0.1。只是插件作出了某些修改。只有前面的版本号变了,才表示对应的 bbPress 版本发生了变化。

    http://dreamcolor.net/2009/07/bbpress-admin-beautifier-testing/

    You can download it here:

    http://dreamcolor.net/project/bbpress-admin-fonts-beautifier/

    Anybody can translate this topic to english? THX…

    #75894

    In reply to: Remove Topic in URL

    Good day,

    There is a topic about this:

    https://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done?replies=18#post-41386

    I can’t get it to work properly with bbPress 1.01 though.

    #60396

    Hm, this doesn’t seem to work that well with bbPress 1.01 unfortunately. Posting new posts seem to go to hell and it just redirects one to FORUM-URL/

    Any updates?

    Forum:

    http://www.callofduty.se/forum/

    sonnygahir
    Member

    IIS is configured for several websites, each with it’s own ip address allocated. The URL I’m using to configure bbpress is http://newintranet.savethechildren.org.uk/forums/bb-admin/install.php

    The ‘newintranet’ website is allocated ip address 10.1.10.49

    The mysql settings in the bb-config file is as follows:

    define(‘BBDB_NAME’, ‘bbpress’);

    define(‘BBDB_USER’, ‘Forum’);

    // the user Forum has been granted all privileges to the bbpress db

    define(‘BBDB_PASSWORD’, ‘Forum’);

    define(‘BBDB_HOST’, ‘localhost’);

    // mysql is installed on the same IIS server listening on ip 10.1.10.53 standard port 3306

    define(‘BBDB_CHARSET’, ‘utf8’);

    define(‘BBDB_COLLATE’, ‘utf8_general_ci’);

    #17211
    shiznaught
    Member

    There seemed to have been some earlier discussion on editing the permalinks structure of bbpress (http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum), and I’m wondering if things are different in version 1.01.

    What I would like to be able to do is have all of the posts look like domain.com/g/post-name. The reason for this is that I have a vanity url, with the idea that the complete url will spell out a sentence.

    So far, the best I can do is domain.com/g/topic/post-name. Is there a way to either get rid of the “topic” part of the permalink structure, or otherwise hardcode it to be “g” isntead of “topic?”

    Thank you.

    #76643
    chrishajer
    Participant

    What version of bbPress are you using? Those instructions are for 1.0.1. Also, are you using a stock theme?

    Basically, you need to find, in whatever template file you want to change, the bbPress function that shows that text (it won’t be immediately clear because the function has a default text which is used if you don’t send it anything else. The default text is set in the core file bb-includes/functions.bb-template.php.) Just look in the source of the generated page and try to get some context for where in your template file this function will be (top, middle, bottom, in a table cell, near a unique css id, etc). Then, try adding your text in comments inside the parentheses, instead of them being bare. So, from this:

    bb_do_whatever()

    to:

    bb_do_whatever('Add New Essay')

    #76641
    chrishajer
    Participant

    2. of my reply covers your second problem.

    <?php bb_new_topic_link('Add New Essay'); ?>

    bb_new_topic_link is called without parameters in your front-page.php template file, but if you pass it the string ‘Add New Essay’ you will see the text in your displayed site change. You are overriding the default text which is in the bbPress core.

    The reason you don’t find it in a template file is because it’s not there. The function is there, and is called without parameters. The default text is in the core, but you can override it in your template.

    1. I cannot help you with and I questioned the desire to even do something like that. Why would you want an “add new” page indexed when it has no content? What benefit does it give your site?

    I imagine you could probably do something to change that using mod_rewrite and your .htaccess file, but I don’t know how to do that.

    #72690
    r-a-y
    Participant

    I’ve fixed my problem.

    Turns out my bbPress xmlrpc.php was the wrong filesize.

    I uploaded the xmlrpc.php from the release package and now all is fine and dandy again!

Viewing 25 results - 49,976 through 50,000 (of 64,428 total)
Skip to toolbar