Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 61,626 through 61,650 (of 64,511 total)
  • Author
    Search Results
  • #56377

    In reply to: Plugin: bbMenu 1.1

    Null
    Member

    @ box87, can you give me/sent me what you have changed and where? This error also seems to effect people that use php 5+, so if your changes fixes these errors, I realy would like to have them :D (mauricederegt[at]gmail.com)

    About adding menutabs (not pages); it will be in the next release. You can create new tabs in the admin area and drag&drop them around. Only downside is that the tabs won’t be highlighted when you are on the page where the new tab points too. This has to do with the bb_location and knowing-on-what-page-you-are issue (is_pagename) .

    It already is possible to automaticly add a menu tab to your list when activating a plugin that has a page on its own (like the memberlist plugin). But I need to do some more testing for this and documentation of how to do this will proberly be released when bbPress 1.0 (with plugin activation) is released (cause the way this works can be changed)…

    Also I am thinking of rewriting this plugin after the bbPress 1.0 release to use jQuery. 1.0 uses this libary, so why not make use of this and reduce the extra files needed to drag&drop the tabs around :D

    Well for now, send me your fix so I can put it in the next release. Big things are ahead!

    #55552

    In reply to: Hooks & Filters Docu

    eddd54
    Member

    hey cool.

    i was just looking for something like this and you just created it minutes ago!

    i guess i’m too early.. not much there yet obviously.

    in the meantime, anyone out there know the filter/action that would allow me to disable the bbpress registration page entirely ( ie: registration.php ) ?

    i’d love to do this via a plugin rather that hack the core bbpress files or delete/move the file altogether.

    it would be like a “registration is temporarily disabled” plugin.

    optionally, to be able to change the appearance/text on the registration page would be my next challenge. but one thing at a time.

    by the way, good work everyone!

    #57080
    fel64
    Member

    How to do it? Write a MySQL query that transfers the info.

    Otherwise you could use the bb Post plugin, edit the relevant posts so they get created as threads, and then delete them in WP.

    #1783
    stuboo
    Member

    Hello all,

    When I installed bbpress intially, everything worked fine. After about a month of use though, the email message is not being sent during registration. I assume this might be due to a change with my host (dreamhost) but I don’t have any idea where to start looking for the problem.

    I also have many wordpress blogs installed across dreamhost and have experienced no such problem on any of them.

    Can someone please point me in a direction (to test) that might lead to a solution?

    Thanks

    Ryan

    #55701
    AphelionZ
    Participant

    Null,

    Poo poo on TinyMCE but dont offer any other solutions, why don’t you. How about some links to the other better ones?

    #57079
    AphelionZ
    Participant

    Any ideas on this from anyone?

    #56232
    yujin
    Member

    Hi, Felix.

    I also got Redirect Loop error. bbPress keeps redirecting me to the same tag page as it compares decoded actual uri string and non-decoded should-be string.

    $bb->debug = 1 will show the actual- and should-be- request URLs for the tag page, instead of redirecting former to the latter.

    This trouble is issued as a difect at https://trac.bbpress.org/ticket/585 , which I may have mixed up.

    #57137
    Null
    Member

    Nice, love the design, shame bbpress.nl is already taken :(

    #1782
    Falo
    Member

    I´m happy to announce the launch of the german community “bbPress Deutschland“.

    Let`s spread bbPress!

    #57129
    benbeltran
    Member

    yeah, it was a workaround before … i don’t think it matters much anymore since i changed .threadpost to display:block so it stretches all the way instead of depending on line-height.

    :)

    and about the badges plug-in … i’m not sure what you mean (sorry, i’m very new to bbpress so i still don’t know my way around that much). I changed the profile/admin keys on functions.php :(

    #1781
    benbeltran
    Member

    These forums use the Spanish Translation and some extra language tweaks i added on my own …

    Forums for Temporada de Patos

    the plugins i use are:

    Allow Images

    Avatar Upload

    BB-Emoticons

    BB-Ratings

    BB-Signature

    Front Page Topics

    Indicate New Posts

    Page Links for bbPress

    Post Count

    Private Message

    Quicktags 4 bbPress

    Quote

    Simple Online List

    And a Custom BB-Badge Plug-in i made :)

    The skin is an edit of the original bbpress theme, i made it to fit the main site (a WordPress blog). The icons are from the Tango Project.

    The most noticeable changes in the layout are on the forum displays (front page and the one for each forum) and the profile.

    :)

    #56230
    yujin
    Member

    Hi, same problem here in Japan (no wonder;-p)

    The error is caused by a function bb_repermalink() in bb-includes/functions.php, which redirects the request to the correct permalink. You will see what is happening by setting the debug flag in your config file and access the tag page which causes the error

    config.php

    $bb->debug = 1;

    Must be lacking utf8_uri_encode() somewher. I tried adding this right before the evaluation part at the bottom of the function and it seems to be working so far.

    $domain = bb_get_option('domain');
    $domain = preg_replace('/^https?/', '', $domain);
    $check = preg_replace( '|^.*' . trim($domain, ' /' ) . '|', '', $permalink, 1 );
    $check = utf8_uri_encode($check); // add this line

    Well, I don’t really understand the structure of the bbPress source code so the solution here is something very opportunistic and may cause a side-effect.

    #52907
    citizenkeith
    Participant

    Hi spencerp! :)

    I am not using WP, so the integration is taking place between MW and BB only. BB was already installed, and I have 26 users. Integration took place *after* I installed MW in the same database as BB.

    #52906
    spencerp
    Member

    citizenkeith, are installing MediaWiki with those changes and additions already done to it, before actual installing of it? Or are you doing these changes/ additions to MediaWiki *after* MW installation is done? Also, is all three (wp, bbpress and mediawiki) installed in under same database?

    What I did, was, had bbPress and WP installed *first*. And integrated first. Then, I installed MediaWiki into the same database as WP and bbPress. Then applied those extensions and additions to MediaWiki…

    spencerp

    #57126

    In reply to: How I change theme?

    gtim
    Member

    AstRonot: The keymaster is the user that was registered when you installed bbPress, unless you changed it afterwards.

    #52905
    citizenkeith
    Participant

    Here’s what I’ve done so far:

    Installed Mediawiki. Put Authpress in the extensions folder. Added code to LocalSettings.php. In that file, I tried both with and without these lines, uncommented and with my database information:

    # Only include the following if you aren't using the same db as MediaWiki
    $wgAuth->setAuthPressDBServer ('FIXME');
    $wgAuth->setAuthPressDBName('FIXME');
    $wgAuth->setAuthPressUser('FIXME');
    $wgAuth->setAuthPressPassword('FIXME');

    I added false, 0, as described here:

    http://comox.textdrive.com/pipermail/wiki-tech/2005-August/000028.html

    I’ve tried every combination, but MediaWiki still looks for the table mw_bb_users instead of bb_users.

    My only option is to re-install MediaWiki without the table prefix, but I’d prefer to avoid that.

    #57119

    In reply to: How I change theme?

    detrom
    Member

    You can change bbpress theme at admin area

    #1780

    Topic: How I change theme?

    in forum Themes
    astronot
    Member

    Hi;

    I request change my theme but ı don’t know make it.How I change my bbpress theme?My theme;kakumei Request theme;Crystal I download ftp /forum/bb-templates/Crystal bu I don’t installation it.

    I’m sorry.I can not speak english very vell:(

    #55549

    In reply to: Hooks & Filters Docu

    Sam Bauers
    Participant

    We should assume that codex.bbpress.org is out of the question for now, even though the content that we generate may end up there.

    How about bbpulp.org ?

    #57110
    startribe
    Member

    Not sure if I was completely clear on this one. If you view the bbPress forum page, then under the latest discussions there are stickies. I am not sure if this a feature unique to the forum located here, but when I turn a topic into a sticky it only sticks inside the forum it is registered, and it doesn’t stick in the latest discussion section (like the stickies on this forum’s latest discussions).

    Thanks for the help.

    #55548

    In reply to: Hooks & Filters Docu

    fel64
    Member

    Didn’t you say there will be no Automattic documentation before 1.0 release? Obviously codex.bbpress.org is the best, but that would be official … and we haven’t got official.

    #55547

    In reply to: Hooks & Filters Docu

    chrishajer
    Participant

    Ditto on the subdomain of bbpress.org.

    #55546

    In reply to: Hooks & Filters Docu

    Trent Adams
    Member

    I still think that codex.bbpress.org is still the best though to avoid confusion and keep the same design. Someone send something in the developer list again for some ‘more pointed’ discussion on this.

    Trent

    #1776
    rovii
    Member

    I have installed wpPHPmailer plugin with WordPress so that I can use an external SMTP server with password protection. The the same time I have integrated bbPress. But when a user registers, there is this message:

    “Great! Your registration as was successful. Within a few minutes you should receive an email with your password.” .

    But then there is a message on the top:

    “Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in C:Program FilesApache GroupApache2htdocsmydomainforumsbb-includesregistration-functions.php on line 105″

    Cannot I use wpPHPmailer with bbPress. Alternatively, how can I use the native sendmail or whatever functionality comes with bbPress.

Viewing 25 results - 61,626 through 61,650 (of 64,511 total)
Skip to toolbar