Forum Replies Created
-
In reply to: Post umlauts inside [code]
& # 228 ;
ä
& auml l
ä
& # 246 ;
ö
& ouml ;
ö
those are wrapped in backticks not , just testing.
[code], just testing.
In reply to: Admins cannot remove other user's tagsTry the kakumei template for just a minute and see if the admins can remove other’s tags. If they can, then you need to determine what the difference is between the two themes that would cause this.
In reply to: bbpress installation help, why can't i log in?Start a new topic for your new topic please.
In reply to: bbpress installation help, why can't i log in?You need to change localhost to this
can0932412570712.db.5237484.hostedresource.com
since that’s the name of the host your database resides on. It will work fine after that, assuming the password is correct.In reply to: I want remove Latest DiscussionsRemove lines 11 through 46 of front-page.php in the stock kakumei template. If you’re using a different template, the line numbers will be different but that’s the section of the file you need to remove.
Depending on how many tags you have and how many forums, you might need to push the footer down. Try it and see.
In reply to: I want remove Latest DiscussionsJust that text or all the latest discussions from the front page of the forum?
In reply to: Theme & Plugin folders in-accessibleMost FTP programs will allow you to change the permissions on the folder, or you might be able to do it from your host’s control panel. It would be better to fix the permissions on the my-templates and my-plugins folders and use those instead of bb-templates and bb-plugins.
In reply to: Search – Relevant Post Links BrokenI have one 1.0-alpha-2 installation where it does not happen. Maybe the error was introduced after that?
In reply to: Search – Relevant Post Links Broken(it could be b/c I’m still using the 0.9 branch)
I think it’s a problem with 1.0. I’ve never had a problem in the one 0.9 installation I have, but I do see it all over with 1.0 installations.
In reply to: Search – Relevant Post Links Brokenjohnhiler, why do you suspect it doesn’t work here? Try this search:
https://bbpress.org/forums/search.php?q=i18n
Check the Relevant Posts results. Some of the links are incomplete, results 1, 4, 7, 8, 9 when I searched. Not all are broken, just some.
In reply to: Search – Relevant Post Links BrokenI’ve seen it here and also experienced it at Justin Tadlock’s Theme Hybrid forums.
I don’t rely on bbPress built in search too much since it’s so bad. I just use
google site:bbpress.org/forums whatever
to search. That doesn’t mean they shouldn’t fix it, but it does not appear to be the only thing wrong with bbPress search.There was recent discussion of the quality of bbPress plugin search too:
https://bbpress.org/forums/topic/is-it-just-me-or-does-the-plugin-search-suck
In reply to: Admins cannot remove other user's tagsWhat template are you using, or what is your forum URL?
In reply to: Calling WordPress functions in bbPressdid you quote the filename?
require_once('/absolute/path/to/wp-load.php');
In reply to: Admins cannot remove other user's tagsAre you using a default theme, and what plugins are you using? What version of bbPress and is it integrated with WordPress (and the version there too if so)?
In reply to: How to display "voices" in forum headersIf you look in the stock kakumei template for the word “Voices” you will see all the places where it’s commented out.
./favorites.php:18: <!-- <th><?php _e('Voices'); ?></th> -->
./favorites.php:30: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
./view.php:11: <!-- <th><?php _e('Voices'); ?></th> -->
./view.php:20: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
./view.php:30: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
./topic.php:10:<span id="topic_voices">(<?php printf( _n( '%s voice', '%s voices', bb_get_topic_voices() ), bb_get_topic_voices() ); ?>)</span>
./forum.php:11: <!-- <th><?php _e('Voices'); ?></th> -->
./forum.php:20: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
./forum.php:30: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
./tag-single.php:13: <!-- <th><?php _e('Voices'); ?></th> -->
./tag-single.php:22: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
./front-page.php:19: <!-- <th><?php _e('Voices'); ?></th> -->
./front-page.php:28: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->
./front-page.php:38: <!-- <td class="num"><?php bb_topic_voices(); ?></td> -->In reply to: Where is the option to allow more links in a post?There is none that I know of. You can turn off Akismet, but otherwise Akismet flags suspicious looking posts as spam, and posts with lots of links look like spam.
In reply to: How to display "voices" in forum headersIf you’re using 1.0, it’s built in but commented out in the templates. If you look for it you should see it.
In reply to: New installation – cannot loginnice work, goebelmasse.
In reply to: New installation – cannot loginRelated https://bbpress.org/forums/topic/login-does-not-work-after-successfull-install
This comes up fine:
http://uni-bonn-medienwissenschaft.de/forum/
I had the problem when I tried to log in. Sounds like something with the integration is not working maybe? Invalid key or something?
In reply to: New installation – cannot loginDo the errors go away if you use English instead of German?
In reply to: "The plugin does not have a valid header."Sounds like the plugin does not have a valid header.
Can you post the plugin here, in a code block, or send a link to where it can be downloaded? What plugin are we talking about?
In reply to: problem with installationI this where you’re going to run bbPress or is it a test installation? These are warnings that appear to be related to running on XAMP and do not normally occur in a production installation.
Also, they’re just warnings. If you can turn off PHP warnings, I think you won’t have any more trouble. But if you’re going to be running this in a production environment on another server anyway, I would just install it there and not worry about these issues.
In reply to: lost passwordYou did not get phpBB from here. phpBB support forums are here:
http://www.phpbb.com/community/
If we’re talking about the link you posted, it redirects here – http://youngmoney.us/dir1/index.php which is phpBB, not bbPress.
In reply to: Backticks Not WorkingIt could also be because of the integration, but I’ve never seen that personally.
In reply to: Backticks Not WorkingI just made a test post on your forum and it looks pretty messed up to me.
What plugins are you using and does this happen with the default theme as well? You installation is not working like a default installation, so it’s something that was changed.