Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 61,101 through 61,125 (of 64,411 total)
  • Author
    Search Results
  • #1942
    mr_cynical
    Member

    I currently run a small forum (for my Guild Wars guild) using phpBB. Would bbPress use less bandwidth (for the same posts) than phpBB?

    #49943

    In reply to: En español

    Covi
    Member

    Por cierto…

    Personalmente, me niego a traducir “archivo por archivo” un sistema :P , no es nada profesional gg y me recuerda a los tiempos de php-nuke, que asco :)

    Opino que… si te falla una función: añade otra tuya o arréglala a tu gusto, los “hacks” son chungos y muy al estilo de phpbb pero a falta de pan…

    MISMA TRADUCCIÓN:

    No lo he probado, pero imagino que:

    Abrir el .po, por ejemplo, de WordPress y añadir la traducción del .po de bbpress.

    Cambias las rutas a los archivos de referencia de uno u otro sistema.

    Generas un nuevo y único .mo.

    Usas el mismo .mo desde ambos sistemas cambiando las rutas de la variable $mofile o la constante BBLANGDIR, ruta:

    /* bb-includes/languages/l10n.php, Línea 72: */
    $mofile = BBLANGDIR . "$locale.mo";

    En WordPress:

    /* wp-includes/... */
    $mofile = ABSPATH . LANGDIR . "/$locale.mo";

    ->Hola! ¿Como se configura bbpress para que lea el archivo .mo de wordpress?

    Sustituye la constante BBLANGDIR por la ruta al archivo .mo de WordPress:

    /* bb-includes/languages/l10n.php, Línea 72: */
    $mofile = BBLANGDIR . "$locale.mo";

    o

    define la constante en tu config.php, por ejemplo y si tienes el foro dentro del directorio de tu wordpress:

    define('BBLANGDIR', '../wp-includes/languages');

    El mayor problema o trabajo es lo dicho anteriormente, hay que cambiar las rutas de los archivos de referencia de cada definición (nada que una macro de reemplazo no deba poder hacer ^^).

    #49942

    In reply to: En español

    Covi
    Member

    Emmm… creo que todos tenemos las mismas inquietudes y las mismas necesidades…. vayamos por partes:

    La traducción de los meses creo que no te va porque no está activa, es decir, el tema anteriormente comentado: Al intentar integrar BBpress falla la inclusión de los archivos streams.php y el otro que no recuerdo, así que imagino que no los habrás incluido, por lo tanto no traduce, función:

    __e().

    De igual manera, si has traducido los archivos a mano y has quitado la función de traducción no traducirá como es lógico, es que no sé si te entiendo bien en ese problema.

    A mí me funciona bien sin incluir las funciones de wordpress, es decir, sin incluir el wp-head.php y tal.

    Y, en concreto, creo que esa función falla porque está mal escrita, ‘F’ es el mes para un datetime() -creo-, pero la traducción se realiza antes de la salida de la función: el mes “June” en este caso, así que no sabe traducir “F”. Pero el .mo de bbpress incluye la traducción de meses, al menos el que yo uso.

    Respecto al resto de temas… hoy no he hecho nada más que pensar en eso durante el curro ^^ ggg, un único sistema de login porque la verdad es un poco follón, igual me ocurría con Vanilla de lussumo.

    No sé si hay algún plugin de integración que desactive uno u otro y tal, pero de nuevo la técnica la vieja le dice a uno (que es mu cutre siempre :D ) que la solución es desactivar y redireccionar.

    Desactivar para el caso en que fallen las redirecciones y redireccionar a un único formulario. No lo creo muy complicado pero hay que ponerse :S

    Sobre el tema de bbpress… umm

    Es complicado, hay muchos CMS completos y complejos, Joomla, Drupal, Xoops.. pffff, estos tendrán lo que buscas.

    Si yo elegí bbpress es porque me gusta mucho WordPress, mucho mucho, sobretodo la filosofía y ya lo conozco bastante así que editar bbpress será (es) muy parecido.

    Para mí WordPress es perfectamente válido como CMS, completo eh… y sino existe el plugin que necesito hago yo los arreglos o uno, que por cierto soy bastante enemigo de plugins “tontos”, es decir, todo un plugin para añadir una imagen y un enlace como el ejemplo del meneame.

    Pero que bbpress ni wordpress traigan nada “de casa” me parece perfecto, porque lo único que se consigue es ensuciar el sistema… croe yo, por muy bien hecho que esté se hace complejo y se engorda con cosas que los mismo otro no necesita.

    Los plugins son fáciles de instalar, personalizar y usar… no veo ningún problema, añaden funciones temporalemente, es perfecto :D

    Yo optaba por Vanilla de Lussumo, me gusta muchísimo y su código es de lo mejorcito que he visto, pero la integración de la base de datos me parece mejor con bbpress que se acerca y mucho a Vanilla.

    Ambos hacen gala de los mismo: elegante, simple y bonito, en ambos existía el mismo problema, qué gestión de usuarios usar y en ambos lo suyo creo que es una desactivación que yo no sabré hacerla elegante pero que creo funcionará ^^

    Y otro tocho…. tengo que dejar este foro si no aporto nada :(

    #1941
    refueled
    Member

    I have just released a new bbPress theme called Superbold 1.0. Its based on a design by gorotron.

    Demo and download link:

    http://refueled.net/bbpress-themes/

    Would like to know what you guys think. Thanks.

    #1938
    maphew
    Member

    Hi, bbPress appears to run well on the popular http://sourceforge.net/, with the notable and problematic exception of emailing users passwords, both on registration and for password resets.

    A thread from last year posted a workaround for new users, bypass email and show users their generated password in the browser. http://bbpress.org/forums/topic/82?replies=14#post-349

    However the patch no longer applies, or at least I couldn’t see how and where to apply it. There seems to have been quite a bit of code change in the last 7 months, and the fellow who posted that patch seems to have chosen a different route as the forums are no longer there on his site.

    Even if this patch could be updated to apply to the current bbPress code base however it would not deal (I think) with the also much needed function of resetting passwords.

    Sourceforge has posted a workaround for projects who need to use email registration, basically queue the messages up and fire them off in a cron job. http://sourceforge.net/docman/display_doc.php?docid=4297&group_id=1#email

    I personally would be happy to see that implemented in bbPress, as a plugin since it’s SF specific, however I’ve seen a number of other threads which indicate a more generic solution would be useful:

  • http://bbpress.org/forums/topic/807?replies=6#post-4906
  • http://bbpress.org/forums/topic/1213?replies=2
  • http://bbpress.org/forums/topic/1089?replies=2#post-6870

    Will someone please help? I can’t write the code to make it so, but am willing to trade time with someone who can. Or perhaps you’d like a nice map or poster from the Yukon? Just let me know what you’d like.

    Thank you for your time and reading this far,

    -matt

    For what it’s worth, the scenario that got me started on this was being locked out of my own forum while testing, exactly like this fellow:

    http://bbpress.org/forums/topic/770?replies=3#post-4650

    thank you Trent for the workaround posted there!

#58283
Trent Adams
Member

Akismet will not work if you don’t have a value between the ” in the akismet portion of the config.php. If you don’t have a valid key (as fel64 mentioned), it does the same thing.

Trent

#58016

In reply to: bbSync

fel64
Member

I should have tested everything. >_< A new problem’s come up somewhere down the line and new topics are not created. On the one hand it’s not working for me … on the other hand I’m too tired to fix it now.

I don’t advise download until I’ve fixed it.

Crowspeaker, started working on that but it’s been a little disrupted.

Sorry >_<

bbPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' '', , '', '2007-06-08 00:25:43'' at line 4]
INSERT INTO bb_topics (topic_title, topic_slug, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id) VALUES ('Lorem, err, what was it again?', 'lorem-err-what-was-it-again', , '', , '', '2007-06-08 00:25:43', '2007-06-08 00:25:43', 5)

#58282
fel64
Member

Yes. Do not supply a valid Akismet key.

#1940
bbolman
Participant

We’re really excited to announce that we’ve just put up a brand new contact form on Pro Forums for everyone so that you can submit news about bbPress, new plugins, or new templates. It’s really tough for us to keep track of every piece of bbPress news and every new release going on and so with this new contact form we hope to shed more light on some of the plugins, themes, or news we would normally have missed. Don’t be shy, if you’ve just created a new template or plugin that you are really proud of, tell us, and we’ll have it up on Pro Forums A.S.A.P. If you’ve got some breaking news that Pro Forums missed, sending it over to us and we’ll have it up as fast as we can.

So head on over to the new contact form.

Also if anyone has criticism or other ideas, please share.

#1939
zapata
Member

I would like to stop using Akismet in bbPress only and keep it running for my WordPress blog. The reason is only registered authors of the blog can access bbPress and hence there is no need to check spam from them. What Akismet ends up doing is blocking sometimes authors’ messages in bbPress.

Is there a simple way to do this without upsetting Akismet in my WordPress blog?

#57721
ganzua
Member

I’m trying to find a solution for this same issue and I know that it can be done because it has be done before here; :)

http://www.babyquestions101.com/signup/

unfortunately I don’t know exactly how. I guess all wordpress login links has been removed and replaced for bbpress login. The problem is that you lose access to wp control panel :( and that you are depending completely on the bbpress installation.

I wish we could integrate;

login

profile

avatars

ranks

message counts

signatures

forms toolbars

emoticons

I presume there isn’t any project to build a bridge like this, is there any? :)

#49941

In reply to: En español

ganzua
Member

Hola Covi!

Gracias por responder. Una solución que tengo en mente para arreglar lo de la traducción es traduccir archivo por archivo a mano. Esto lo hice en el wordpress, en el que actualmente no estoy usando .mo de traducción (el error de streams.php que comenté lo tengo sin que el wordpress esté usando lenguajes).

Sin embargo preferiria poder usar un .mo de lenguajes para ambos y no se como :)

Respecto a tu arreglo de las fechas lo he puesto en el template-functions.php y funciona salvo por el nombre de los meses que quedan sin traducir. Aun no me he puesto a indagar donde hay que traducirlos.

Respecto a la integración wp-bb ojalá hubiese un foro específico porque todavía no se que voy a hacer con muchas cosas. Por ejemplo, con el profile y el login, me gustaría usar solo uno, integrado en el template y desde la barra de navegación. Me gustaría poner la misma barra de utilidades en los formularios de wp y bb, ahora tengo un plugin para wordpress, el tinymcecomements y otro distinto para el bb, el quicktags. Me gustaria poner avatares integrados, cuenta de mensajes integrados y rangos tipo phpbb integrados. En fin, integrar un montón de cosas que parece que no se tuvieron encuenta al hacer la integración bb-wp.

Y respecto al bbpress parece que está muy en pañales, la verdad es que estoy intentando ponerlo porque es el único foro medio decente que se pueda integrar con wordpress, pero parece que siguen la misma política que con el wordpress; un foro pelado y plugins para todo si es que alguien los hace. Yo creo que cosas como emoticonos, barra de utilidades en los formularios, avatares… deberían venir ya puestas. :(

#58013
fel64
Member

A1: Yup.

A2: Not sure.

Q1: Why don’t you try keeping bb at example.com/forum instead of in a wpmu subfolder?

Q2: Do you need to include WP, anyway?

#1936
cakeman
Member

Ok I know, another question about integration.

I trying to intergrate Mu wordpress and bbpress and here is the thing:

I have installed wordpress in to a folder like:

mydomain.com/wordpress

and I also installd bbpress in to a folder like

mydomain.ocm/wordpress/forum

I have also altered in bbpress config.php

require_once(‘../wordpress/wp-blog-header.php’);

Now when i try to access mydomain.com/wordpress/forum

Wordpress wants to create a new account for the blogg and I think this is because I dont use subdomain for new blogs.

Q1: Is it possible to intergrate bbpress with Mu wordpress?

Q2: Do I have to use subdomains to get this to work or is it possible not to use subdomains. If so, how?

I have to change webhotel to try subdomains so I rather wait until some of you tell me if it will work or not!

If i dont try to integrate the functions with the

require_once(‘../wordpress/wp-blog-header.php’); line in bbpress config.php everthing works just fine… I can use the same username and the intergration works really good untill I add the wp-blog-header.php line.

#49938

In reply to: En español

Covi
Member

Ganzua, la cuestión es más o menos esa, al activar la integración con WordPress se incluyen archivos idénticos tanto desde WordPress como BBpress. A mí me ocurre con el primer archivo que se incluye streams.php y a tí con otra función también “redeclarada”, en este caso clase: CachedFileReader.

Esto ocurre porque son archivos necesarios para la traducción, si alguien no traduce el sitio: “BBLANG sin definir, es_EN por defecto” imagino que no se usan.

Tal y como funciona el asunto, la solución inminente sin indagar algo más en el tema es no incluir estos archivos desde alguo de los sistemas, yo prefiero quitarlo de bbpress.

Cómo solucionar la traducción??…

No caigo ahora mismo ^^! , si no incluimos esos archivos desde bbpress me temo que no traduce la aplicación a no ser que… podamos meter el archivo de traducción a mano.

En definitiva, personalmente y hasta la fecha las funciones de WP solo las quería para los templates así que me basta con “alargar” las rutas a los archivos necesarios.

Para las funciones genéricas bbpress usa practicamente las mismas funciones.

Para integración de usuarios no es necesaria: son los mismos.

Para integración de post, etc… se tendrían que hacer a mano y puesto que es la misma DB no es gran cosa :)

Además, el config.php es bastante flexible a la hora de crear variables ;)

…pedazo tocho :(

#52790
Trent Adams
Member

Exactly, this is scheduled for the next release and is working in the latest TRAC version. Be warned prior to downloading, that it is a developmental version of bbPress and may not work 100%. I run it on my site, but I am comfortable working with errors! It is better to ask yourself that question prior to testing out the TRAC version.

Trent

#57828
Trent Adams
Member

Very nice! Proforumed!

Trent

#52789
fel64
Member

Jnewing, it is possible to give forums subforums in the latest development version. Grab a copy of 1.0-alpha off trac or wait for release.

#56527

In reply to: Strut Your bbPress!

jnewing1
Member

Have a look and let me know I really tried to get it seamlessly integrated into the site.

Site: http://www.hostmech.com

Forums: http://forums.hostmech.com

#56526

In reply to: Strut Your bbPress!

Burkie
Participant

Also just set up http://singleinclonmel.com a dating site, god bbpress is so amazing.

#53360
Covi
Member

Doesn’t work on my site :___( :

Can’t show on Panel Presentation, doesn’t work with

Theme Name: Refresh

Theme Name: refresh the path of template.

I’m trying it…

PD: Some plugin is required?

Edit1:

After 1 minute …

Checking permissions of path…

LoL, soooorry ^^!

#57826
howtogeek
Member

Ok, this version fixes the issue with spaces in the profiles… it’s mostly a hack, but I haven’t found any issues with it.

<?php

/*

Plugin Name: HowToGeek Functions

Plugin URI: http://www.howtogeek.com

Description: Cleanup functions for bbPress issues

Author: The Geek

Author URI: http://www.howtogeek.com/

Version: 0.0.1

*/

function htg_resanitize( $text, $raw ) {

return preg_replace(‘/[^ ta-z0-9_-]/i’, ”, str_replace(“%20″,” “,$raw));

}

function htg_repermalinkfix($permalink){

return str_replace(” “,”%20”,$permalink);

}

function htg_wp_redirect($location,$status){

global $is_IIS;

if(!stristr($location,’ ‘)){

return $location;

}

$location = preg_replace(‘|[^ ta-z0-9-~+_.?#=&;,/:%]|i’, ”, $location);

$location = wp_kses_no_null($location);

$strip = array(‘%0d’, ‘%0a’);

$location = str_replace($strip, ”, $location);

if ( $is_IIS ) {

header(“Refresh: 0;url=$location”);

} else {

if ( php_sapi_name() != ‘cgi-fcgi’ )

status_header($status); // This causes problems on IIS and some FastCGI setups

header(“Location: $location”);

}

return false;

}

add_filter(‘wp_redirect’,’htg_wp_redirect’,1,2);

add_filter(‘bb_repermalink_result’,’htg_repermalinkfix’,1,1);

remove_filter(‘bb_user_sanitize’,’bb_user_sanitize’);

add_filter(‘bb_user_sanitize’,’htg_resanitize’,1,2);

?>

#57824
howtogeek
Member

I created a plugin that allows usernames with spaces… not in the most elegant way, but it seems to work for me.

<?php

/*

Plugin Name: HowToGeek Functions

Plugin URI: http://www.howtogeek.com

Description: Cleanup functions for bbPress issues

Author: The Geek

Author URI: http://www.howtogeek.com/

Version: 0.0.1

*/

function htg_resanitize( $text, $raw ) {

return preg_replace(‘/[^ ta-z0-9_-]/i’, ”, str_replace(“%20″,” “,$raw));

}

function htg_repermalinkfix($permalink){

return str_replace(” “,”%20”,$permalink);

}

add_filter(‘bb_repermalink_result’,’htg_repermalinkfix’,1,1);

remove_filter(‘bb_user_sanitize’,’bb_user_sanitize’);

add_filter(‘bb_user_sanitize’,’htg_resanitize’,1,2);

?>

#58002
jetson
Member

Hehe, hi fel64. ;-) Thanks for your reply!

I just put an underscore at the end of the folder name and it worked.

Yes, there wasn’t any change before concerning my language problem. I tried to switch to the spanish language file but it doesn’t get recognized by bbpress, too. No change.

#1934
jetson
Member

Dear community,

today my bbpress just changed its language to english and it seems like it doesn’t care about the german language file. I haven’t changed the configuration file or something else on the server. Renaming the language file didn’t show any results. Yesterday bbPress didn’t accept my template-folder, so that I had to change its name and then it worked.

You can see, there are many strange things happening on my installation. I talked to my server host and he said everything is alright.

I’m using bbPress 1.0 alpha, but even the stable version, which I installed on the same database, shows the same problem.

Does anybody have an idea? Is there any database entry which contents the language settings?

Thanks,

jetson

Viewing 25 results - 61,101 through 61,125 (of 64,411 total)
Skip to toolbar