Forum Replies Created
-
In reply to: tuzhak == bozo
Did what? Still need to get rid of tuzhak and all their posts need to be purged from the database.
In reply to: Problems ‘Add New’ links just after installationMy post-form.php has a bunch of stuff in it. Maybe your file transfer did not go cleanly? My file is 1264 bytes, from 1.0-alpha.
You might want to re-upload the files. Maybe more are missing or damaged?
In reply to: Strange browser problemI have no idea honestly. I am using WP with permalinks and bbP without permalinks and it works fine all over the place (FF and IE, Linux and Windows.)
I did notice with weirdness in the forum source:
<script type="text/javascript" src="'. bb_get_option('uri') .'my-plugins/bb-emoticons.php?bb_grins_output=javascript"></script>
Looks like the bb_get_option wasn’t wrapped in php tags? Maybe there are more things like that?
In reply to: Registration Email Not Being Sent – new issueRyan,
That is with the command line version? The -r just tells it to run the following code without the <?php ?> tags. Maybe they don’t have a command line version installed for your use.
Did you try the web php version?
–Chris
In reply to: Registration Email Not Being Sent – new issueCan you make sure you can still send email from your server? If you have ssh/command line access, you can try this:
php -r 'mail( 'you@yourdomain.com', "subject: test", "message: test", 'From: you@yourdomain.com');'
If you have FTP access, put this into a file called mailer.php (or whatever.php you want) and then navigate to it with a browser”
<html>
<body>
<?php
mail( 'you@yourdomain.com', "subject: test", "message: test", 'From: you@yourdomain.com');
echo "Mail should have been sent, check your inbox";
?>
</body>
</html>Once you know if you can send email from your server, you can move forward.
In reply to: Hooks & Filters DocuDitto on the subdomain of bbpress.org.
In reply to: New Posts not showing upI could have sworn there was a trac ticket for this (whitelisting admin or keymaster, or trusted users), but I can’t find it now. I did find this relevant post in the forum:
In reply to: Error for tags.phpArlo, do you have a link to see this in action? Also, can you describe the problem you are having, exactly?
Thanks,
Chris
In reply to: Won’t recognize print stylesheetThe stylesheet is found perfectly fine, path is OK and it’s linked properly (in FF on XP anyway) but the problem with the sheet is you didn’t style the items you don’t want to print. So, they are just unstyled but will still print. You need to do a
display: none;
for the elements you don’t want to print for it to work (I think.)In reply to: Latest Topics for NonWP SiteGack!
I listed a bunch of WordPress plugins. That doesn’t help. Basically, the concept is the same. You need to grab the RSS feed from bbPress and insert that into your site.
How about any of these techniques?
http://www.google.com/search?q=insert+rss+into+html
The first result looked promising…
In reply to: Installing PluginsWhat version bbPress are you running? The trac version has a plugin activation like WP, but the .81 version does not. You just install them into my-plugins and they start working.
In reply to: Fix or remove bozo function before it kills bbPressI’m not worried about fixing it for me. I’m worried about fixing it for every new person who comes along and installs it and has a problem immediately. If the above works, that should be the default and that should be released. Anyone who downloads the latest.tar.gz should not have to edit out anything to fix the bozo problem. The default doesn’t work, so it should be changed until it’s fixed. No patches: a new release.
In reply to: Can’t create postsSounds like a bozo issue. It seems fairly common lately.
https://bbpress.org/forums/topic/212?replies=12
Just search the forum for bozo.
In reply to: Empty delimiter?Excellent. Good to know.
In reply to: Empty delimiter?Ah, yes, the empty delimiter was due to no table prefix. Fixed with this ticket which made it into version 1.0.
https://trac.bbpress.org/ticket/617
The ‘cannot modify header information’ fix still applies. Two separate issues.
Maybe one of these threads will help?
https://bbpress.org/forums/topic/895?replies=11
https://bbpress.org/forums/topic/988?replies=4
https://bbpress.org/forums/topic/816?replies=13
I don’t think I have seen a definitive answer to why this happens or how to fix it, so the best I can do is point you to some threads that sounded similar to me.
IE can figure out what to do with the backslash in the path, but Firefox does not, which is why it works in IE but not FF.
In reply to: Empty delimiter?The “cannot modify header information” error is due to white space (blank lines) before the <?php or after the ?> at the end of the file. Check the config.php and any files you might have modified to see if there are blank lines. Eliminate those and this error will be gone.
In reply to: Empty delimiter?Warnings in PHP are just that: warnings. They don’t prevent things from working. You should not show warnings on a production site.
http://www.php.net/error-reporting
So, the problems you are having are likely NOT due to those warnings. What are the problems you have with the forum, aside from and ignoring those warnings? Maybe you have a bozo problem (where your posts don’t show up.)
What can’t you do on your forum? What version of bbPress are you using?
–Chris
In reply to: Plugin: Simple OnlinelistJust include it on the admin page rather than on the front page of the forum. I have mine there. Then only administrators can see it.
–Chris
In reply to: Can’t post. Topic turns yellow. Can’t delete.What version bbPress are you using?
Does this same problem happen when you use the stock theme rather your customized theme?
What plugins are you using? Looks like simple online list or online list with that SQL error with bb_online? Can you disable the plugins temporarily and try it like that?
Basically, determine if the problem happens on your server with a stock install, then add things back in one at a time and see where the problem comes in. Take a systematic approach, one thing at a time.
In reply to: Topics with no tags, but there ARE tags…fel64: I did not do any administrative recounting
Sam: you’re probably right, a new post may have ‘reset’ something. Certainly weird but not anything major.
In reply to: Topics with no tags, but there ARE tags…Sam, thanks for checking. But what could have possibly corrected itself? That’s pretty weird…
In reply to: Topics with no tags, but there ARE tags…Trent, any info I can provide from the database, or just post the ticket and add the details there as necessary?
In reply to: Where to translateActually, I think it means you CAN translate it. I don’t know how to translate, and I only know what I have read here, but I think you need a program called poedit http://www.poedit.net/ to create the translation.
Also, maybe this is relevant?
https://bbpress.org/forums/topic/576?replies=2#post-3361
And, here is a list of current translations. If you create a translation, maybe you can add yours to the list: