Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 25,426 through 25,450 (of 26,679 total)
  • Author
    Search Results
  • #58023

    In reply to: bbSync

    sneakym
    Member

    Hey Fel, quick question, can you explain “WordPress and bbPress must be integrated.” To my knowledge my installs are integrated as I was able to get bbpress-post working. Is there another step that your plugin requires? Can you give me a step by step run down of what I should do in order to integrate WP and BB as you have?

    #53515
    ganzua
    Member

    when accesing admin control panel this plugin returns this error;

    Warning: include(my-plugins/ranks/config.php) [function.include]: failed to open stream: No such file or directory in wordpressbbpressmy-pluginsdisplay-rank-images.php on line 43

    what’s wrong?

    #49951

    In reply to: En español

    ganzua
    Member

    “aún no he intentado un “único login”, primero integración visual ^^”

    -> yo puse login único al configurar (estoy de pruebas aun en el servidor de mi ordenador) y es el menor de los problemas :) Los problemas vienen luego porque tienes dos formularios para hacer login y dos profiles. Además cuando haces login desde el wordpress te redirecciona al dashboard/profile del wordpress y esto es algo que quiero solucionar ya que mis usuarios no son precisamente geeks y si les sacas del interface los descolocas.

    Tengo ganas de ver que haras en tu web :) a ver si te copio.

    Gracias por la aclaración de la constante bblang

    #58022

    In reply to: bbSync

    fel64
    Member

    Yes, I’m fairly sure that’s where the problem is. Anything in your error logs?

    Luckily once this is fixed if you simply edit any non-synced posts and save them they will be synced :) Unfortunately the topic time will be whatever time it is when you first saved that post.

    Grab 2.2, not only might it make things work for you but it’s always safer to upgrade anyway. I don’t think that the 2.1 branch will be maintained, and there’s a very serious XML-RPC issue in 2.1.2 that leaves you very vulnerable (note 2.1.3 isn’t worth upgrading to as I don’t think it’ll get more fixes).

    #1944
    jaruff
    Member

    I’m doing some integration of WordPress and bbPress and I need to know where this certain function is before the login_form function will work correctly on the WordPress site. The function I cannot find is:

    bb_is_user_logged_in

    If someone could tell me in which file this function is located, well, you would make my day.

    – Justin

    #49945

    In reply to: En español

    ganzua
    Member

    Unos links en castellano sobre wordpress;

    http://www.planetawordpress.org/

    y aquí un nuevo foro sobre wordpress hecho en bbpress :) a ver si ponen un apartado específico;

    http://www.anieto2k.com/foro/

    #49944

    In reply to: En español

    ganzua
    Member

    Hola otra vez!

    “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…”

    -> ya me gustaría saber hacerlo :) Como mucho llego a arreglarmelas para modificar código ya hecho.

    “”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.”

    -> si, opino que es un foro muy para geeks ;-) A mi se me está haciendo infernal

    “hay muchos CMS completos y complejos, Joomla, Drupal, Xoops..”

    en estos no se pueden integrar los logins ¿no?. En el Drupal he visto soluciones duplicando los logins pero eran para el phpbb.

    He probado esto;

    define(‘BBLANG’, ‘/wp-includes/languages/es_ES.mo’);

    y da el mismo error de streams;

    Fatal error: Cannot redeclare class CachedFileReader in D:wampwwwwordpressbbpressbb-includesstreams.php on line 163

    #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 :(

    #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 :(

    #57997
    ganzua
    Member

    Thanks fel64!

    I won’t give up bbpress by now :)

    Regarding Quicktags, can you use it for wordpress as well? I’d like to display the same forms in both, wordpress and bbpress.

    ganzua
    Member

    “It is just nice to know where things are going if you are interested!”

    -> you’re right :) I’ll join

    Trent Adams
    Member

    It is more ‘keeping in the loop’ and your can set it up to ‘digest’ so you don’t get as many emails. It is just nice to know where things are going if you are interested!

    Trent

    ganzua
    Member

    Hi Trent! Thanks for your message;

    Dou you mean this list? -> https://lists.bbpress.org/mailman/listinfo/bbdev

    I am not a developer anywhere, just a bb/wordpress theme clumsy modifier, not sure if I should join. :)

    #1932
    ganzua
    Member

    I integrated wordpress and bbpress; I succeded in displaying wordpress header, footer and sidebar in bbpress, and user logins are integrated which is great :)

    However, each bbpress modification is being a big step for me and I’m finding quite difficult to add things like emoticons beside post-forms, tiny mce in forms, avatars, ranks, quote buttons…

    Is there any theme with this kind of stuff already implemented?

    Trent Adams
    Member

    Right now, development on bbPress is for a standalone version of bbPress that can be expanded with plugins. There have already been many discussions in the bbdevlist about integration with wordpress. Mdawaffe (head developer) started out with a couple of plugins to integrate the logins of the 2 programs and anything else that is developed to integrate the 2 programs are also going to be plugins.

    Answering your question about the functions, the framework is there to have the 2 integrated, but no plans of yet to release a joint copy. Believe it or not, most people that use bbPress (200,000 or so) do not integrate with wordpress. It is a functionality that is growing in popularity though.

    You have some good points on the subject, but I would imagine that if bbPress is released as something that works out of the box with WordPress, it will happen through plugins or through someone ‘forking’ bbPress development towards the integrated solution.

    I am not a developer here, so I these are just my opinions and things that I have read. I think that you should join the bbdevlist and put your opinions in! The developers read that more than these forums! Here is the link to join if you haven’t already!

    Development

    Trent

    ganzua
    Member

    Feedback for bbpress developers;

    Regarding wordpress-bbpress integration, don’t you think wordpress and bbpress projects are starting to overlap?

    I’ve been trying to integrate wordpress and bbpress and now I have;

    * two login forms and profiles

    * there are some css properties in the style sheet that are defined with same names that in wordpress; h2, h3, .alt …

    * Afer adding <?php require_once(‘/wamp/www/wordpress/wp-blog-header.php’); ?> for integration, I load wordpress functions again if accessed the web through wordpress frontpage.

    * Some times I’d like to use the same plugins in both; wordpress and bbpress, or any other feature/modification, so I need to duplicate the work. You activate a wordpress plugin and you have to find a similar plugin that could work in bbpress or any workaround.

    I wonder if developers are considering a bbpress version as a plugin for wordpress :)

    imho

    #1929
    mikeh269
    Member

    I’m just fiddling around with the Crystal theme and trying to get it to match my installation of Unsleepable on wordpress.

    I also decided to put in avatars.

    I’ve made a bit of a mess of it.

    http://www.mikeh269.com/forum/topic.php?id=1&page&replies=3

    As you can see, all the posts are somewhat pushed up so they are all together. I would appreciate it if I could get some help.

    Here’s my post.php

    <div class="threadauthor">
    <p><strong><?php post_author_link(); ?></strong><br />
    <small><?php post_author_title(); ?><br /><?php post_avatar(); ?></small></p>
    </div>

    <div class="threadpost">
    <div class="post"><?php post_text(); ?></div>
    <div class="poststuff"><?php printf( __('Posted %s ago'), bb_get_post_time() ); ?> <a href="<?php post_anchor_link(); ?>">#</a> <?php post_ip_link(); ?> <?php post_edit_link(); ?> <?php post_delete_link(); ?></div>
    </div>

    And the relevant parts of style.css

    .poststuff{
    font:10px Verdana,Arial,Helvetica,sans-serif;
    text-transform:uppercase
    }

    .threadauthor small{font:11px Verdana,Arial,Helvetica,sans-serif}

    .post {
    margin-left: 100px;
    position: absolute;
    padding-left; 100px;
    padding-up; 50px;

    }

    .threadauthor {
    margin-left: 10px;
    overflow: hidden;
    position: absolute;
    max-height: 215px;
    width: 150px;
    }

    Any help would be appreciated.

    #57977
    ganzua
    Member

    I’ve been watching the resulting code with fire fox and I notice that

    a </div> appears and this one was not opened before;

    <p>Allowed markup: a blockquote br code em strong ul ol li.
    Put code in between backticks.</p>

    <input type=”hidden” name=”_wpnonce” value=”9e88410df1″ /><input type=”hidden” name=”_wp_http_referer”

    value=”/wordpress/bbpress/?new=1″ />

    </form>

    </div>

    but in post form there is not any div

    #1672
    ganzua
    Member

    Hi!

    I put es_ES .mo and .po translation files in this folder;

    bb-includes/languages/

    Then I changed config.php;

    define(‘BBLANG’, ‘es’);

    and as a result the whole forum stops working and I’m getting this message;

    Fatal error: Cannot redeclare class CachedFileReader in D:wampwwwwordpressbbpressbb-includesstreams.php on line 163

    Any idea of what’s wrong?

    I have another question;

    Is there anyway I can make bbpress to read wordpress language files in wordpress language folder?

Viewing 25 results - 25,426 through 25,450 (of 26,679 total)
Skip to toolbar