Forum Replies Created
-
In reply to: “Add new” link in forum frontpage working wrong
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 betweenbackticks
.</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
In reply to: “Add new” link in forum frontpage working wrongif splitted;
Parse error: syntax error, unexpected T_ELSE
for <?php else : ?>
In reply to: “Add new” link in forum frontpage working wrongI copied this warning in Ticket #656
In reply to: “Add new” link in forum frontpage working wrongWARNING!!!!!! new error!
I’ve just realized that after moving that div and when the user logouts the front page is messed.
I moved the div to the former place and front page displays ok again.
So;
* div in former place + logged out user = front-page ok but add new link not working
* div above <?php endif; else : // $forums ?> + logged in user = add new link working but frontpage messed.
In reply to: En españoly define(‘BBLANG’, ‘es’); da el mismo error
In reply to: “Add new” link in forum frontpage working wrongThanks a lot fel64!
“Try it. If it works, come back and tell us please, because then we should probably make a trac ticket.”
It works! Code should be;
</div> <!– this div now is here –>
<?php endif; else : // $forums ?>
<h3 class=”bbcrumb”>“><?php bb_option(‘name’); ?></h3>
<?php post_form(); endif; ?>
<!– </div> and before was here –>
In reply to: En español“Ahora mismo pienso que la solución real es incluir la traducción del foro en el archivo .mo de WordPress.”
-> Hola! ¿Como se configura bbpress para que lea el archivo .mo de wordpress?
Esto;
define(‘BBLANG’, ‘es_ES’);
en el config.php me da este error;
Fatal error: Cannot redeclare class CachedFileReader in wampwwwwordpressbbpressbb-includesstreams.php on line 163