Hi,
with the mod, we have a simply CODE balise, but i would like to modify like this: http://pastebin.com/f7c45ff6d
how to do that?
Hi,
with the mod, we have a simply CODE balise, but i would like to modify like this: http://pastebin.com/f7c45ff6d
how to do that?
BackPress has finally got its own trac under http://backpress.automattic.com/. Login as normal.
Hi everybody,
i use the bbcode-lite plugin by ck, and i want to add a <h1> in the list !
So, i have this:
$simple = array('b' => 'strong','i' => 'em','u' => 'u','center'=>'center','quote' => 'blockquote','strike' => 'strike','s' => 'strike','list' => 'ul','code' => 'code','h1' => 'h1');
but i have a br space after in the post: how to remove this? I think is the same thing that for li list
https://plugins-dev.bbpress.org/changeset?old_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&old=1000&new_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&new=1311
thanks
bye!
I loved bbPress to start with, but it’s become a pain now. bbPress is a lightweight piece of software, although there are some functions that should come with the installation that can be enabled/disabled via the admin panel.
There are just so many add-ons that most forumers want, and I think that bbPress has gone a bit extreme on the lightness, although I love it, other (annoying) forumers don’t, so now I’m stuck between moving to phpBB3 or just opening a guestbook lol.
Three of the main things that should change is being able to simply modify the number of tags in the sidebar. On the same page, it’d be nice to be able to have seperate options for the numbers of latest discussions and actual forum topics shown. People just don’t see the forums with the ‘Latest Discussions’ in the way.
Thirdly, it would be nice to see icons beside each forum, indicating new posts etc.
Is there a way to allow members to delete their own posts?
At present my members can only edit their posts.
I have Mini Track and Online List installed.
Online list will say “Fred” is online on the front page and mini track will say “Fred” is online at the bottom of his post.
Then for some reason Online list will say “Fred” is no longer online but when I look at the post I can see with Mini Track that “Fred” is still online even if it’s been a while.
I am confused. I thought Online List was the plugin that took 5 mins to update but it is the one saying offline first. Ths has happened to me on many occassions as well.
PLEASE HELP…cant figure it out.
hey, i have this site ecopaginas.es and i tried with multiviews and also with the rewrite rules:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ / [R,L]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ / [R,L]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /tags.php?tag=$1&page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /profile.php?id=$1&tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /profile.php?id=$1&tab=$2&page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /view.php?view=$1&page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /rss.php?forum=$1&topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /rss.php?view=$1 [L,QSA]
</IfModule>
and it doesnt work, im working with godaddy…
thanks!
Hey there
i´ve just installed the files for the spanish version of bbpress in the bb-includes/languages and the files are es_ES.mo and another one called the same but with .po or something… and when i go to the settings i cannot setup this… whats the problem? im using the Alpha version 1.0…
thanks!
Does anyone know how to modify the code of the private messages plugin so that an image is inserted when a message is received.
I was thinking of an image popping up next to the text where it says you have a new message like an envelope icon or something.
I am guessing you would add some kind of function but I don’t quite know how.
I’ve installed bbpress .9.0.2 and I’m not integrating with WordPress. The install went fine, but when I log in as the keymaster, I see the link to the Admin area, but clicking on it does nothing. I’ve looked at a couple of other posts about this but they were for earlier versions, so I don’t think they’re going to solve my problem. Help greatly appreciated.