Search Results for 'bbpress'
-
AuthorSearch Results
-
June 24, 2009 at 7:23 pm #73358
In reply to: Menu Links
Ipstenu (Mika Epstein)
ModeratorNo, you should copy the folder from bb-templates to a new folder name in my-templates.
So you’d have
/public_html/bbpress/bb-templates/kakumeiand also/public_html/bbpress/my-templates/ipstenuBut all you really need is to port over the files from kakumei that you want to change.
June 24, 2009 at 7:17 pm #75013In reply to: It is posible to integrate bbpress in to wp theme
Ipstenu (Mika Epstein)
ModeratorTo make everything look like it’s one website is easiest to do with custom theming (or deep integration, but frankly that seems unreliable to me).
The site in question is using this plugin – https://wordpress.org/extend/plugins/wpforum/ – bbPress is not a plugin, so it cannot be integrated the same way.
You can also allow for anon posting, though I don’t know if you can make it so that people can invent their own nicks on the fly.
Can’t answer that last one, as I don’t know if anyone’s tried.
June 24, 2009 at 6:37 pm #70356In reply to: Basic integration screencast
HTK
ParticipantThat was a great tutorial my friend, it seemed simple but I haven’t done it yet and before I do I have few questions.
Will WordPress 2.8 work with bbpress 0.9.0.5 or do I have to do WordPress 2.8 with bbpress 1.0-rc-3?
Thank you in advance.
June 24, 2009 at 6:13 pm #15087Topic: It is posible to integrate bbpress in to wp theme
in forum Themesdarukas
MemberTo have everything looking like one website.. like example: http://www.bliuzonaktys.lt/?page_id=75
Maybe posible to have forum communication without registration,that people can write theirs nicknames?
And posible maybe to convert db form wp-forum to bbpress?
June 24, 2009 at 6:03 pm #73357In reply to: Menu Links
mikemcd22
MemberHi all,
When I move my template files into
bbpress/my-templatesI get the following error when trying access my forum:Warning: include() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/databasename/html/forums/bbpress/bb-includes/functions.bb-template.php on line 45
Is it normal for the template files to disappear in the
bb-templatesdirectory after you populate themy-templatesdirectory with templates/themes?Thanks
June 24, 2009 at 5:49 pm #74937In reply to: Can admin but not browse to forum
johnhiler
MemberThe only similar case I can see is an issue someone was having with IIS and REQUEST_URI… _ck_ wrote this plugin which resolved the issue:
https://bbpress.org/forums/topic/infinite-loops-on-posts-and-profiles#post-17396
It sounds like your situation is pretty different… but maybe worth looking at?
June 24, 2009 at 4:48 pm #75006In reply to: Username & Login with national symbols support.
johnhiler
MemberThe official word is that non-ASCII characters won’t ever officially supported is usernames, for security reasons:
https://bbpress.org/forums/topic/accents-in-username#post-19400
Instead, display names in 1.0 can now be in unicode…
June 24, 2009 at 4:44 pm #74556In reply to: cookie integration problem wp2.8 – bb 1.0 rc-2
mikemcd22
MemberIntegration works! I finally figured out that every time I accessed the
options.phpfile on the WP side, it was kicking me out of bbpress admin. So every time I entered theAuth_Saltand theLogged_in_salt, they were not being retained. What a dummy! So simple… Hope this helps others noobs while the veteran techies are laughing at me!June 24, 2009 at 4:43 pm #74632In reply to: i wana convert my phpbb 3.0.5 forum to bbpress 0.9.5
bobbyh
Memberonelove, you may need to hand-edit your sql statements. Can you paste in line 1064 of your sql file?
June 24, 2009 at 4:38 pm #74935In reply to: Can admin but not browse to forum
stevebooth
MemberOkay. So bb_repermalink is being called with a $location of ‘front-page’. $_SERVER is returning the null string and $_SERVER is also empty.
This causes the code at line 784 to bb_load_template 404.php because the null $uri does not contain the $check string which, in my case is ‘/bbpress/’.
SO… my question now is… why in the *heck* is the REQUEST_URI null?
June 24, 2009 at 4:21 pm #74933In reply to: Can admin but not browse to forum
stevebooth
Member$permalink is http://stevenmbooth.com/bbpress/
June 24, 2009 at 3:34 pm #74931In reply to: Can admin but not browse to forum
stevebooth
MemberHow do I turn on the ‘bb_log’ing facility, and where does bbPress place the log file?
June 24, 2009 at 3:12 pm #55342In reply to: Modifying the topic tag list
jenz
MemberWith bbPress v 1 RC – I had the same need and ended up putting this into the topic-tags.php template – and it worked great:
<div id="topic-tags">
<?php if ( bb_get_topic_tags() ) : ?>
<?php foreach ( $tags as $tag ) : ?>
<?php if ($tag == end($tags))
>
<a href="<?php tag_link(); ?>" rel="tag"><?php tag_name(); ?></a> <?php tag_remove_link(); ?>
<?php else
>
<a href="<?php tag_link(); ?>" rel="tag"><?php tag_name(); ?></a><?php tag_remove_link(); ?>,
<?php endif;?>
<?php endforeach; ?>
<?php else : ?>
<p><?php printf(__('No <a href="%s">tags</a> yet.'), bb_get_tag_page_link() ); ?></p>
<?php endif; ?>
<?php tag_form(); ?>
</div>This added the commas appropriately.
June 24, 2009 at 2:54 pm #74930In reply to: Can admin but not browse to forum
stevebooth
MemberGood job on guessing the link there, John! You’re exactly correct. I also get an infinite loop when I go to the one forum, i.e.: http://stevenmbooth.com/bbpress/forum.php?id=1.
I’m wondering… could this possibly be due to not having any posts recorded for the forum?
June 24, 2009 at 2:53 pm #75000In reply to: help, comments link to bbpress now, not comments!
daniellejosh
Memberi have all my WP contents installed in my root and also a folder called “forums” under my root… what should I do?
June 24, 2009 at 1:48 pm #74999In reply to: help, comments link to bbpress now, not comments!
Ipstenu (Mika Epstein)
ModeratorWith the setup you describe, I think you have bbpress as a subfolder under your WP install, and I’m not sure that’s a good idea. But I have no proof. I always suggest having WP in a non root folder, due to htaccess weirdness.
June 24, 2009 at 12:53 pm #74921In reply to: WordPress + BBPress Integration on Different Domain
arthaseo
Memberthanks
June 24, 2009 at 9:38 am #74631In reply to: i wana convert my phpbb 3.0.5 forum to bbpress 0.9.5
jurasiks
Participantvery strange, i have converted phpbb 305 to bbpress 0905 with just one error in users (password filed was to short)
u installed some mods or etc that affect phpbb database?
and your phpbb db is large? better to convert on localhost
June 24, 2009 at 9:12 am #75005In reply to: Username & Login with national symbols support.
jurasiks
ParticipantThx again, will be that support in BBPress 1.0?
June 24, 2009 at 8:48 am #71283In reply to: Change Permalinks
Florian
MemberBut how do I change the corresponding links? If I just translate “topic” in the htaccess, bbpress will understand the translated urls but still generate links with the original “topic”, wouldn’t it?
June 24, 2009 at 8:31 am #74976In reply to: Ugly error on main page
johnhiler
MemberAh I see. That exact error has been reported by someone else using the latest bbPress together with Hidden forums… and they even suggested a patch to functions.bb-forums.php that they claim fixed the issue!
https://bbpress.org/forums/topic/when-there-is-no-forum-to-display-warning-is-generated
Or if I’m reading this correctly, you could also create a general folder and leave it as public… so that there’s always at least one forum, and it’s never null?
June 24, 2009 at 8:26 am #75004In reply to: Username & Login with national symbols support.
johnhiler
MemberThere are some discussions on the subject (and links to plugins) here:
https://bbpress.org/forums/topic/accents-in-username
Hope that helps!
June 24, 2009 at 6:47 am #74929In reply to: Can admin but not browse to forum
johnhiler
MemberHey Chris! I guessed the url from Steve’s profile link… and was able to reproduce the issue he mentioned:
http://www.stevenmbooth.com/bbpress/
I did notice one strange thing – when I signed up for an account and clicked on profile, I got a Redirect Loop error in Firefox:
June 24, 2009 at 5:30 am #71282In reply to: Change Permalinks
thion
MemberThings like “tags” or “topic” can be translated directly within .htaccess file, as for the “post-name” – I think there’s no way to manipulate this yet, it is being sanitized deeply within bbPress core.
June 24, 2009 at 5:01 am #74925In reply to: Can admin but not browse to forum
johnhiler
MemberAh shouldn’t have assumed it was htaccess. This is from an earlier post:
500 Internal Server Errors are usually either related to your .htaccess file or to your file permissions:
https://bbpress.org/forums/topic/500-internal-server-error-1#post-13073
Here’s a number of reports from users who ran into similar issues – it was usually resolved by one of those two solutions:
Maybe try the permissions angle? Or if not, you could browse the 500-error tag for other possible approaches…
-
AuthorSearch Results