Search Results for 'code'
-
AuthorSearch Results
-
November 16, 2009 at 4:13 pm #81445
In reply to: lost password
chrishajer
ParticipantThe version will be in the admin section, on the bottom of every page.
http://chrishajer.com/bbpress/bbpress-version.png
Of course, without being able to log in, you aren’t going to be able to see that. If you haven’t removed it, the version is also showed in the
headsection of each forum page. It might look like this:<meta name="generator" content="bbPress 1.0.2" />I want to give you a password that will work with your version, so I need to know what version you are using.
November 16, 2009 at 4:05 pm #80385In reply to: WP plugins in deep integration
chrishajer
ParticipantSo, on this live site, why not just use
wp_list_pages('exclude=WHATVER_ID')– unless you’re not planning on using this wp_list_pages functionality on the live site in the future.I know that doesn’t resolve the issue of plugins apparently not working in your integration, but I am more concerned with the results at this point than figuring out where the problem lies with integration in general.
Can you just exclude pages in the
wp_list_pageson your forum?November 16, 2009 at 10:35 am #80459In reply to: Where is the word 'sticky' hidden?
Navin
MemberThis is the whole code I used btw:
<?php if ( bb_is_user_logged_in() ) : ?>
<?php else: ?>
<a href="http://domain/register.php" >Register free</a>
<?php endif; // bb_is_user_not_logged_in() ?>November 16, 2009 at 10:34 am #80458In reply to: Where is the word 'sticky' hidden?
Navin
Member@nickaster thanks
I implemented it today, it works like a charm
November 16, 2009 at 7:25 am #80384In reply to: WP plugins in deep integration
arpowers
Membernot on this ‘live’ site… (my initial BBPress theme).. I actually duplicated the header code (using wp_list_pages etc…)
On my local server I use get_header() and I’m still having the issue.
November 16, 2009 at 7:23 am #81388In reply to: HTML tags for explanation purposes
arpowers
Member< this is a test >November 16, 2009 at 6:19 am #81401hpguru
MemberMy plugins
* Akismet
* Human Test for bbPress
* BB Anonymous Posting
* Related Topics
* bbVideo
* Allow Images
* BBcode Lite
* BBcode Buttons Toolbar
* bbPress Smilies
* Topics Per Page
November 16, 2009 at 5:02 am #81454brayjason
MemberHere is a screen shot of what I’m dealing with.

http://i19.photobucket.com/albums/b174/bmxpunker2005/screen.png?t=1258347755
November 15, 2009 at 11:37 pm #81400chrishajer
ParticipantI would stop using the Mass Delete Users plugin. I suspect it’s doing something that’s incompatible with 1.0 and something is going on with the users it deletes and the ones that are left behind. I would stop using that then do a recount in the admin. I’m not sure if recounting fixing user-related things that might have gotten borked.
I don’t think Allow Images, either BBcode plugin, BBvideo or Social It would cause any problem like this. Unless the problem occurs on threads with (or without) images or threads with (or without) video.) The Social IT appears to be on every post.
I’m not sure about Human Test for 1.0 – I don’t think I’ve ever tried it. I do have it working with a 1.0RC, I forget which version though. All you can do is try it. If it activates without error, that’s good. If you try to register and it prevents incorrect answers and allows correct answers, and the registration goes through, then it works.
I don’t think disabling Mass Delete is going to make everything better right away. I have a feeling that it’s doing something to the user data in the database, and that will remain there even after you deactivate the plugin.
The other possibility is something going on with the host. But if all the other software is running fine there, that’s probably not a problem.
November 15, 2009 at 11:09 pm #81399Marius-
Memberchrishajer, I use the following plugins:
Allow Images
BBcode Buttons Toolbar
BBcode Lite
BBvideo
Mass Delete Users
Social It
These are vital for me though, I got many users depending on these as core functions already. This problem did interestingly enough, occur after I had installed Mass Delete Users. Not imediatly though.
Deleting users works, but maybe it does something else that I can not see – that fucks up something else?
Do human test work for 1.02?
November 15, 2009 at 7:21 pm #81387In reply to: HTML tags for explanation purposes
chrishajer
ParticipantThat’s a single quote or apostrophe, not a back tick. On a US English keyboard, the single quote is on the same key with a double quote. The back tick is in the upper left corner or the keyboard, usually on the same key as the tilde (tilde requires shift.)
http://upload.wikimedia.org/wikipedia/en/5/51/KB_United_States-NoAltGr.svg
You want to use the upper left key in this keyboard layout around your code.
<?php e_('This is code'); ?>and ‘this is just inside single quotes’.November 15, 2009 at 7:16 pm #80383In reply to: WP plugins in deep integration
chrishajer
ParticipantOK, I see.
How are you getting your WordPress header to display in the forum? Did you just integrate deeply and the include the header
<?php get_header(); ?>?November 15, 2009 at 7:05 pm #81195In reply to: Question about Integration
fifthhouse
MemberI have a developer who does some work for me sometimes fixing up my blog, and this week he made a nice theme for me to match my wordpress theme
November 15, 2009 at 4:11 pm #81427In reply to: sticky not returned by get_sticky_topics()
billerby
MemberFound out the two ways to make it sticky
November 15, 2009 at 8:35 am #81382In reply to: Pretty-URLS
Olaf Lederer
ParticipantI’m sure they will offer a similar system as in WP in a future version
November 15, 2009 at 1:24 am #32318Topic: Links not working in header
in forum Themesedbarton1989
MemberFor the life of me I can’t see why although I’m sure it’ll become obvious. None of the navigation links in my header to elsewhere on the site work (even though the logo image does). The code looks fine to my eyes, why could this be?
November 14, 2009 at 11:59 pm #81358In reply to: Forum-Wide RSS -Feed for topics
Dailytalker
MemberMany thanks. That’s exactly what I was looking for.
November 14, 2009 at 9:14 pm #81385In reply to: HTML tags for explanation purposes
Adam Harley (Kawauso)
MemberPut them in backtick characters (see below the post field here) or in
<code>tagsNovember 14, 2009 at 7:00 pm #32313Topic: HTML tags for explanation purposes
in forum Troubleshootingarpowers
Memberhi!
I have a forum here: http://www.pagelines.com/forum
I sometimes want to add HTML tags to explain things to people but they get stripped out or used as real HTML…
Is there a way to do this (display HTML code) in BBPress?
November 14, 2009 at 3:05 pm #32312Topic: Pretty-URLS
in forum Requests & FeedbackDailytalker
MemberDear coders, please remove “forum” and “topic” from the urls in your future editions of bbpress.
http:www.xxx.com/forums/topic/how_to_remove_unnecessary_things
doesn’t look nice, especially when you run forums in another language than English. Because this gives you a mix of languages in the url.
http://www.xxx.com/forums/troubleshooting/how_to_remove_unnecessary_things
looks better.
Please see also the following topic about this issue:
http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done
November 14, 2009 at 11:35 am #60401In reply to: nicer slug url rewrite plugin (done!)
Dailytalker
MemberHi, I’ve just followed your instructions and was also able to remove “forum” and “topic” from the urls.
But something is wrong because the pages cannot be found. This is my rewrite code (it is a bit different from your code because I am using the newest version of bbpress):
# BEGIN bbPress
Options -MultiViews
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum/
Options +FollowSymlinks
RewriteRule ^page/([0-9]+)/?$ /index.php?page=$1 [L,QSA]
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /forum.php?id=$1 [L,QSA]
RewriteRule ^forum/?$ [R=302,L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /topic.php?id=$1&page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /topic.php?id=$1 [L,QSA]
RewriteRule ^topic/?$ /forum/ [R=302,L,QSA]
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/tags/([^/]+)/topics/?$ /forum/rss.php?tag=$1&topics=1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /forum/rss.php?view=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /forum/index.php [L]
</IfModule>
# END bbPress
Probably I made something wrong with point four where you say that the lines 46 and 48 have to be switched. What do I actually have do do there?
Quote: “4. Open up bb-post.php at the root of your bbPress install and simply switch lines number 46 and 48”
Is it this code?
$link = get_post_link($post_id);
$topic = get_topic( $topic_id, false );
November 14, 2009 at 5:10 am #81351In reply to: limit number of words in slug?
Sushubh
Memberwell its hard to restrict the title limit on a community. twitter is hard enough to manage with a limit.
i was actually surprised that no one has had this issue and there were no plug-ins either.

well words would be fine. 3-4-5 to keep the link short and sweet. of course i am not looking for a wordpress like slug feature. but a vbseo like fixed limit on the number of words.
November 14, 2009 at 1:53 am #81363In reply to: Profile information Mini Track
chrishajer
ParticipantSounds like you need to add some rewrite rules for use with that plugin. I don’t see anything about it in the readme.txt, but now that I think about it, those non-pretty links should even when permalinks are enabled. For example, this link will be rewritten to my profile, even though it’s an ugly link:
https://bbpress.org/forums/profile.php?id=65703 end up here:
https://bbpress.org/forums/profile/chrishajer
Also, there shouldn’t be two
forumin your pretty link. It should look like this:http://www.mysite.com/forum/profile/xxNovember 13, 2009 at 9:06 am #81326In reply to: Topics with strange status
billerby
MemberThanks for your reply, just like you said Akismet has identified those posts as spam. I contacted the user and asked for a report and he replied that every time he tried to submit the topic he got an error message stating “no subject”, which is strange since all five posts had a subject(the same). I understand if Akismet reacts on five messages in a row with the same subject in a short time, but the real question is why bbPress presents an error message when a subject is both submitted and inserted? Lets hope this will not happen again
Maybe a one time error?
November 12, 2009 at 8:35 am #81273In reply to: Another bbPress WordPress question
Ashish Kumar (Ashfame)
ParticipantI have a tutorial for that coming online on my series WP as CMS on my blog – http://blog.ashfame.com/2009/11/wordpress-cms-series/
I will be demonstarting how to do it without deep integration. You might want to check that out if you are comfortable with code and love to do it yourself
-
AuthorSearch Results
