Forum Replies Created
-
In reply to: I think I found a pretty severe posting bug…
No problems with that text.
Date Sat, 07 Aug 2010 01:04:46 GMT
Server Apache
X-Powered-By PHP/5.2.9
Vary Accept-Encoding
Content-Encoding gzip
Content-Length 2297
Keep-Alive timeout=2, max=100
Connection Keep-Alive
Content-Type text/html; charset=UTF-8Maybe you are gzip’ing the output 2 times. One at bbPress level and one at server level. I can see from HTTP response header that your main page is gzip’ed. Are you using a plugin that compress output in your forum?
Or maybe it’s a browser error. Try to clean the cache.
In reply to: I think I found a pretty severe posting bug…Trying to destroy bbpress.org with 11 different quote characters:
” ̏ “ ” „ ‟ ‶ ‵ ‷ ‘ ’ ‛
I have copy-pasted on my sand-box the code but no problems arise. Do your database character-set is utf-8?
In reply to: Still looking for 4 (working) pluginsalthough I’m not sure why you mention it now
In response to:
I’d deem a ‘subscribe to topic’ feature the most important, simply because every half-decent forum in the galaxy has one and people expect it — not to mention how convenient it is for the readers.
It was only to say that bbPress trunk (unofficial version) have a subscribe to topics functionality. It’s a very important feature.
Unfortunately developers are in stasis right now cause the standalone version will die soon and the new plugin will break every plugin written at 99%.
In reply to: Still looking for 4 (working) pluginsThe bbPress trunk version has “subscribe to topics.”
In reply to: I think I found a pretty severe posting bug…Please post a pastebin link of the rogue text. It will be an interesting reading.
In reply to: Language support questionThe site will be in dutch and every string that’s not translated will be shown in english.
If the plugin developer did include a dutch translation then it will be automatically translated following you
bb-config
setting or just revert to english.Keep in mind that you must download a dutch language file (.mo) and place it in the
/my-languages/
folder in order to have your translation.If the plugin doesn’t export a dutch .mo file then you can translate it using the plugin
.pot
file. If the plugin doesn’t export apot
site well you can’t do anything apart asking the author.In reply to: Still looking for 4 (working) pluginsFrom an Admin point of view, I’d deem a ‘subscribe to topic’ feature the most important, simply because every half-decent forum in the galaxy has one and people expect it — not to mention how convenient it is for the readers.
The bbPress trunk version has “subscribe to topics.”
In reply to: Sticky posts to top of list?Sticky topics are at the top of the topics list.
In reply to: zaerl brigata.it forumWhile it pains me that this is the best use of both Matt and Otto’s time, it would be really nice if this code was shared, or at least exmplained
Thanks in advance.
This is how I parse the text: http://pastebin.com/zQunD0Kv
The
a href
regexp is a little naive.make_clickable
doesn’t expose a filter.In reply to: forums disappearedYour site doesn’t load at all. Something is wrong with your server.
In reply to: zaerl brigata.it forumTrying:
http://www.youtube.com/watch?feature=related&v=2THV4GXppZE
ops no $_GET vars swap.
http://www.youtube.com/watch?v=2THV4GXppZE&feature=related
void video?
http://www.youtube.com/watch?v=2THV4GXppZE
ok better.
In reply to: zaerl brigata.it forumIt’s auto-embed or some fancy bbcode-like syntax?
In reply to: Successfully Convert SMF 1.1.11 to bbPress 1.0.2BBpress don’t use a wordpress database with the wordpress users?
https://bbpress.org/documentation/integration-with-wordpress/
“bbPress can share user data with an existing WordPress installation. All you need to do is specify the location of that database on installation or afterwards in the “WordPress Integration” section of the “Settings” area in your bbPress admin”
In reply to: How to add "reply" to each of the post?In reply to: Make a new login pageChange the content of that template file and leave there only what you want.
In reply to: Make a new login pageyour_forum_url.com/bb-login.php
Template file
post-form.php
/edit-form.php
. Change the textarea cols/rows values.In reply to: Remove author from main rss feedTemplate file
rss2.php
line 27 (Kakumei theme):<title><?php post_author(); ?> <?php _e('on')?> "<?php topic_title( $bb_post->topic_id ); ?>"</title>
Change it in whatever you want.
In reply to: Modifying Kakumei Blue 1.0 theme?Yes. It’s GPL as the rest of bbPress code.
In reply to: How to add plugin to repository ?No problems here with Firefox 3.6.6, Safari 5 and Chrome.
In reply to: How to add plugin to repository ?On that page there are 3 fields:
Plugin Name (required)
Plugin Description (required)
Plugin URL
then select “Send Post”
you will receive an email that enable the access to the plugin SVN repository at http://plugins-svn.bbpress.org
In reply to: How to add plugin to repository ?In reply to: How to add plugin to repository ?When you made a request you automagically become a plugin developer.
In reply to: zaerl brigata.it forumHi _ck_ thanks. We are using a shared hosting solution right now that is the worst choice ever but we are have no money our host works well on Italy but very bad from the outside.
Do you like the solution http://www.youtube.com/watch?v=the_id -> embedded video? I’ve seen a lot of approaches:
[youtube]the_id[/youtube]
[youtube]the_entire_youtube_link[/youtube]
[youtube=the_id]
But I don’t like the idea of BBCode. The spoiler tag is
<spoiler>don't read me</spoiler>
which is changed onpost_text
in a<button>
+ jquery call followed by an hiddendiv
.I forgot the
gzip
(ops), thanks for the hint and thanks for all your work.There are a lot of avatar plugin for bbPress and maybe you can get some ispiration from them. The best is bavatars.