Forum Replies Created
-
In reply to: custom roles?
any1?
In reply to: custom roles?unfortunately it isn’t in my database. look at my screen (edit profile page):
http://img362.imageshack.us/img362/3677/screenkp4.jpg
edit:
i found it.
bb_title Master of puppets
hmm.. i think i know how it works now. bb_title isn’t just the same as role name. is there any chance to set it that, when bb_title is set, name of role below nick is just replaced by bb_title. ?
In reply to: location, occupation and interestsjust register on ram.org.pl then go to the forums (on the right), and edit your profile. you’ll see ‘location, occupation and interests’ fields. i want to translate it and display in profile (not only edit profile)
In reply to: custom roles?yes, it’s ‘edit title’ – i meant that. sorry, i just have polish language and i didn’t remember what was there before translation.
In reply to: location, occupation and interestsanyone ?
In reply to: custom roles?bb admin -> users -> edit -> other role -> i type the name of role but it is still the same.
In reply to: BBLD problemfinally, i added this code to my script and it works perfectly. line 238:
else {
get_currentuserinfo();
global $user_ID, $user_identity;
if ( $user_ID ) {
echo '<li>» <a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '&page&replies=' . '">' . __("$title_text") . '</a>';
}
else {
echo '<li>» <a href="' . get_option('wpbb_path') . '/topic.php?id=' . $bbtopic->topic_id . '&page' . '">' . __("$title_text") . '</a>';
}hope that’ll help anybody.
In reply to: BbLD problemhttp://ram.org.pl/forum/topic.php?id=6&page
after adding… doesn’t work too..
update:
ok i added &page&replies= and works. thanks.bye
In reply to: reply and add new topicyes i have many plugins installed
In reply to: reply and add new topic<?php if ( !is_topic() ) : ?>
<p>
<label for="topic"><?php _e('Tytuł:'); ?>
<input name="topic" type="text" id="topic" size="50" maxlength="80" tabindex="1" />
</label>
</p>
<?php endif; do_action( 'post_form_pre_post' ); ?>
<?php do_action( 'post_form_pre_post' ); ?>
<p>
<label for="post_content"><?php _e('Treść:'); ?>
<textarea name="post_content" cols="50" rows="8" id="post_content" tabindex="3"></textarea>
</label>
</p>
<?php if ( !is_topic() ) : ?>
...it’s post-form.php. doesn’t work e.g: http://ram.org.pl/forum/topic.php?id=3&page&replies=9 still doesn’t have any quicktags. should i use tiny MCE?
In reply to: reply and add new topicit works in my default template so i have right files in my-plugins folder.
whats wrong? maybe i missed something in scripts/template files?
In reply to: reply and add new topicin wordpress ofcourse yes. in bbpress there is not polish lang file (as i know).
yes i have plugin and js in my-plugins folder. tomorrow i’ll check it in my default.
in my wordpress, in adminpanel i also don’t have quicktags panel in visual mode in my adding post site. may it has something in common with bbpress plugin?
In reply to: reply and add new topicit’s ok now, you refreshed it while i was testing one thing.
i translated thing i pasted above, actually i have 2 problems with quicktags and new post (new=1)
In reply to: reply and add new topichttp://ram.org.pl/forum/ – do you see them? i don’t.
edit:
do you know what file can i TRANSLATE
Add New Topic
You must log in to post.in?
edit:
http://ram.org.pl/forum/?new=1 doesn’t work
In reply to: reply and add new topici’m not sure that you understood what i mean. i mean i want a buttons , , [img]etc like on wp bbpress.
In reply to: reply and add new topicthanks alot, but this plugin, unfortunately doesnt work for me
do you know, Trent, how can i translate http://ram.org.pl/forum/ ‘add topic’ and ‘reply’ on down of the page? and why my ‘add new’ (‘dodaj nowy’ in my theme) doesn’t work?
In reply to: Profile links: nick and roleworks, thanks alot!
In reply to: Where to translateit means that i c ant translate it ?
In reply to: Subategories and user classesis there any way to create forum only for moderators?
In reply to: config.phpWarning: Cannot modify header information - headers already sent by (output started at /home/kmr/ftp/forum/config.php:1) in /home/kmr/ftp/forum/bb-includes/pluggable.php on line 166
when i login. i don’t have print_r funciton.
edit:
ok, everything seem to be working ok. thank ya !
In reply to: config.phpok works, but i have 2 warnings:
Warning: Cannot modify header information – headers already sent by (output started at /home/kmr/ftp/forum/config.php:1) in /home/kmr/ftp/forum/bb-admin/install.php on line 9
Warning: Cannot modify header information – headers already sent by (output started at /home/kmr/ftp/forum/config.php:1) in /home/kmr/ftp/forum/bb-includes/functions.php on line 1819
and 3 when i logout in forum:
Warning: Cannot modify header information – headers already sent by (output started at /home/kmr/ftp/forum/config.php:1) in /home/kmr/ftp/forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /home/kmr/ftp/forum/config.php:1) in /home/kmr/ftp/forum/bb-includes/pluggable.php on line 37
Warning: Cannot modify header information – headers already sent by (output started at /home/kmr/ftp/forum/config.php:1) in /home/kmr/ftp/forum/bb-includes/pluggable.php on line 166
In reply to: config.phpgreat, how can i install a patch?
In reply to: config.phpwordpress:
define(‘DB_HOST’, ‘sql.kmr.nazwa.pl:3305’);
define(‘DB_NAME’, ‘kmr’);
bbpress:
define(‘BBDB_NAME’, ‘kmr’);
define(‘BBDB_HOST’, ‘sql.kmr.nazwa.pl:3305’);
In reply to: config.phpsql.kmr.nazwa.pl:3305 i tried also localhost and host without port defined.
version of server: 5.0.26-log
version of mysql: 4.1.11
http://www.kmr.nazwa.pl – wordpress
http://www.kmr.nazwa.pl/forum – bbpress.
In reply to: config.phpyeah it is exactly the same syntax. i would like any moderator to answer.
it’s really important for me.