Search Results for 'bbpress'
-
AuthorSearch Results
-
August 26, 2007 at 6:59 am #60220
In reply to: rate user / karma voting plugin?
benbeltran
MemberNot that I know of, I was looking for one and was planning one as my first plugin before we decided not to use the system on my forums
.I say go for it
, my current bbpress motto is: “If _ck_ did it, it’s good”… So I trust you more than I trust myself.
August 26, 2007 at 4:05 am #60254In reply to: Post replies bring you to the second page
_ck_
ParticipantUgh sorry.
I will have to create a bunch of fake posts to try to test a similar environment.
Because of the way bbpress calculates those pages, this is a very tricky process (also a very annoying process).
If all you are trying to affect is just the front page, there is a direct hack for the core you can do which should not affect any other page and allow all other plugins to work properly.
https://bbpress.org/plugins/topic/3?replies=15#post-346
In theory it will work better than any other plugin method.
I’ve got my hands full right now working on an advanced user tracking program to replace simple onlinelist that works across wordpress+bbpress.
August 26, 2007 at 3:59 am #60068In reply to: top 100 bbPress sites
_ck_
ParticipantOh you were one of the sites that inspired the idea for the list mciarlo!
August 26, 2007 at 1:38 am #60067In reply to: top 100 bbPress sites
mciarlo
MemberHow about mine
.
August 25, 2007 at 10:51 pm #56551In reply to: Strut Your bbPress!
lecolibri
MemberThe forum as used at the Hogeschool Leiden (Netherlands). It’s used in connection with WP, so both are styled alike.
<www.golevhsl.textdriven.com/discussions/>
and
<www.golevhsl.textdriven.com/discussions/>
for the blog
All credits go to BBPress though! Wonderful app!
August 25, 2007 at 7:41 am #60182In reply to: Images, a pain in my side…
neyoung
MemberGot it working. I ended up doing a fresh install of bbpress. I must have botched some file without knowing it.
August 25, 2007 at 6:58 am #58836_ck_
ParticipantThey are starting to bloat, now nearly 66k
I wonder if 1.2 will break 70k.
August 25, 2007 at 2:45 am #60298In reply to: Some general questions!
chrishajer
Participant> A few silly questions:
> Changing or adding hot tags. Whats the procedure?
When a topic is added, the user can add tags upon creation. I think each user can also delete tags they have added themselves. As admin, you can add or delete tags on any topic when viewing the topic. So, you can delete or add a tag. Was there something else you needed to do?
> Looked through dashboard and can’t seem to find how
> to change or add new topics. Forums can be added but
> don’t know about topics.
To create a new topic, just create one as a user or as the admin user. There’s no specific place in the admin panel to do it. It’s just done in the forum.
> Last query: Again I ask about the changes made to
> structure in the html. I looked through all files and found
> nothing. Many scripts I have used in the past have one
> file called index or something that can be access to the
> html. Just creating or changing the style sheet does not
> allow for the changes I want to make. I like the default
> but some changes to reflect my website is key.
I guess it depends what you are looking to do. I know from other posts you have seen what other people have done to change the look of their forum. So, anything is possible. You want to avoid changing core bbPress files so that when you upgrade those changes aren’t lost.
You start by changing the template files. Default template files are found in bb-templates/kakumei/. To create your own template, create a directory called /my-templates/ (on the same level in the filesystem as bb-templates). Then, in there, create a folder which will be the name for your template, so maybe something like ronjroy. Your directory structure would look like /my-templates/ronjroy/ .
In that folder, put a copy of whatever file you want to modify, or put a copy of all the files from the default theme. I think at a minimum you need to have a style.css in this folder. IMPORTANT: modify the name of the theme by changing it at the top of the style.css file. Maybe you want to call it “Ron J Roy”. Change this line (at least) at the top of style.css:
Theme Name: Ron J Roy(I copied all the files over from the default theme, but I know now that’s redundant. If you are not making a change to a file, you don’t need a copy of it. You need style.css and then any file you want to modified. The file present in my-templates/{whatever} override the stock files. If a file is not present in your theme, the stock one is used.)
Now, select your new theme in your admin panel (Presentation > Themes, or navigate to bb-admin/themes.php). If it’s not showing up in the admin panel, then something is wrong in the files you copied over. Maybe you made a mistake in editing the style.css.
Now, you should see your new theme there by name anyway. Select it. Now, because your theme is just a copy of the stock theme with a new name, the screenshot is identical (you just copied over screenshot.png), and when you use your new theme, the forum will look exactly the same as the stock theme. That’s OK. The files in the my-templates/ronjroy/ are being used to display the template, but they’re unchanged from stock, so they look the same. At least you’re using your new theme. Now the fun begins.
Pick a file, any file, in my-template/ronjroy. Make a change to the HTML in a PHP file or to the CSS in style.css. Save it. Now refresh your forum. It should look different. If you broke something, fix it in your theme, or just change the theme back to stock and go back to stock, then figure out what you broke.
These are not official docs by any means. It’s stuff I figured out from using the software in the past year. Some of it may have changed in new versions since I started. One thing I have learned about installing forum software though: if you find that you can’t understand the software enough to modify it, move on to another project. I don’t mean that in a bad way. I mean, if you’re not able to do the things you want, the way you want them, then why bang your head against the wall? Just install something else. It’s not worth the hassle. The hassles I was having with other software is why I ended up with bbPress. I grok it, I like it, and we get along fine.
(haha – longer reply to a long question)
August 24, 2007 at 9:17 pm #58835Null
Member“We’re pleased to announce the latest release of jQuery: jQuery 1.1.4. Barring any horrible mistakes, this release will be the last of the 1.1.x branch – leading us up to the release of jQuery 1.2 in September.”
New trac made for updating jQuery
August 24, 2007 at 2:49 pm #58879In reply to: bbpress doesn’t auto-close tags?
benbeltran
Memberworks wonderfully … now to see if I can make it work for the bb-signatures plugin
.
August 24, 2007 at 2:48 pm #60290In reply to: Akismet key id
chrishajer
ParticipantRonJRoy, bbPress and WordPress are not really related, and a wordpress.com login is necessary just for the Akismet key. The login for bbPress does not work at wordpress.com.
One thing I always thought was weird though is that the wordpress.com login works for trac.bbpress.org.
Glad you got it sorted. Since this is beta software, there are going to be some questions, and there are always people around to help.
August 24, 2007 at 2:10 pm #56550In reply to: Strut Your bbPress!
roniabirk
MemberI am pretty happy with mine here: http://www.fandom-rocks.com/forum
I am hoping to get the quotes bug resolved in a new version and maybe customize it a bit more soon. So far I have only added the notification plugin and incorporated the FirstRSS plugin on WP with the forum RSS links – unfortunately it looks like it is feeding all updates, not just the most recent few. I’ll keep knocking away at it.
August 24, 2007 at 7:37 am #58834Null
MemberI think they are, the also switching enirely to jQuery with wordPress (I believe). I also think it’s better to switch and ditch prototype.
August 24, 2007 at 7:31 am #60296In reply to: Forum asks to unnecessarily Register or Login
_ck_
ParticipantYou probably have an incomplete WordPress+bbPress integration.
Go through the steps here and see what you missed:
I bet it’s the cookies not being set to the same location.
August 24, 2007 at 7:01 am #60245In reply to: Post replies bring you to the second page
_ck_
ParticipantYou might have a plugin interfering with something?
What do you have installed?
Note there is a bug in the way the “front page topics” plugin works in how it changes the number of topics shown on the front page. It’s method affects other calculations incorrectly. I would almost bet that’s your problem. I posted a fix somewhere around here…
Here it is. Remove front-page-topics plugin and use this instead:
August 24, 2007 at 6:24 am #58448In reply to: fantastic looking bbpress forum
mciarlo
MemberWebsite Updated!
Comments welcome.
August 24, 2007 at 5:16 am #58833_ck_
ParticipantjQuery is really nearly 60k – if you use the 20k version it has to unpack itself on the visitors broswer everytime a page is loaded. Better to use unpacked version and gzip web compression instead.
It’s the same size as prototype but smaller in use when you consider prototype needs other libraries to do other functions that jquery has built in.
When again is bbPress switching to jQuery?
Or is this just a rumour?
Apparently WordPress has ditched the last scraps of prototype from the admin panel this very week:
August 24, 2007 at 1:57 am #60289In reply to: Akismet key id
Sam Bauers
ParticipantDid you not see this?
From config.php:
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet's powerful spam blocking, you'll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = ''; // Example: '0123456789ab'August 23, 2007 at 9:34 pm #60288In reply to: Akismet key id
ronjroy
MemberIn reply, thanks for the direction. However, bbpress username/password are not accepted and I was directed to open an account with new information before a key was issued. I know this now!
August 23, 2007 at 8:52 pm #60295In reply to: Forum asks to unnecessarily Register or Login
benbeltran
Membertry adding the www at the beginning to see if they’re logged
Like
urbanvelo.org/bbpress <– not logged in
http://www.urbanvelo.org/bbpress <– logged in
Could it be that? Maybe I Misunderstood the problem though.
August 23, 2007 at 6:44 pm #2305Topic: Forum asks to unnecessarily Register or Login
in forum Troubleshootingjeffg243
MemberMy forum, http://urbanvelo.org/bbpress, asks users to “register or login” every time they visit, even though they’re already logged in. Anyone want to venture a guess as to what I screwed up to make this happen?
Thanks in advance.
August 23, 2007 at 6:09 pm #2303Topic: Akismet key id
in forum Pluginsronjroy
MemberGood day,
Is my bbpress username and password the ticket to get the Akismet id? If so, is worpress.com the site I go to? Tried it and could find nothing. Find it frustrating to have to ask for answers that should not be made so hard to find. I’m sure more difficult situations lie ahead! Thanks…RJ
August 23, 2007 at 5:12 pm #56052In reply to: Latest WordPress & bbPress in another language!
w3creativa
MemberHi Ganzua, Thanks for taking the time to explain this to me. I believe, as you say, that it is not the best solution but, apparently, the only one at the moment (?).
I wonder how did other users managed to translate their integrated bbpress.
Thanks again!
August 23, 2007 at 4:42 pm #2302Topic: How to filter posts by Forum AND Tags?
in forum Requests & Feedbackededdede
MemberHi- I am looking for a way to filter posts by both category AND tags.
So Lets say I have 8 different forums and 8 tags. I am looking to filter the displayed posts so that users are only seeing the posts that are in the same specific forum AND with the same specific tag.
I don’t think there is a specific plugin to do this. Infact the only thing I can think of to do is to edit the BBPress core files. Perhaps by combining forum.php and tags.php. And maybe even modifying the function bb_repermalink()
Has anyone wanted to do this and succeeded? Any advice?
August 23, 2007 at 4:36 pm #59509_ck_
ParticipantUnless you are editing wp-config.php directly, you do need to adjust the wordpress cookies somehow. Otherwise they point at the wordpress directory and not the web root.
There is a typo in his plugin url, this is the correct url:
http://www.2diabolos.com/blog/wp-content/uploads/_setCookieParams.zip
-
AuthorSearch Results