<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: newbie</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: newbie</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 21:57:57 +0000</pubDate>

<item>
<title>wystan1000 on "Installation problem - database name"</title>
<link>http://bbpress.org/forums/topic/installation-problem-database-name#post-16950</link>
<pubDate>Thu, 26 Jun 2008 07:20:31 +0000</pubDate>
<dc:creator>wystan1000</dc:creator>
<guid isPermaLink="false">16950@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes, yes, newbie, here. Sorry about that before anyone bumps me or deletes me for duping or just raises their eyebrows and walks swiftly on. I have used google and other searches frequently. But I still can't work out this database name, database user and password issue. I have copied the unzipped files into website.com/htdocs/blog1 where NetworkSolutions put Wordpress for me. So now BBpress sits at the same level as Wordpress. Is that right?&#60;br /&#62;
Now I have copied the values from the WP_config file (did it make those up on install?) but I still get &#34;There was a problem connecting to the database you specified. Please check the settings, then try again.&#34; I'm surprised these bear no relation to my actual Wordpress password and user name.&#60;br /&#62;
I haven't changed any settings from Wordpress since I installed it. Is there a permissions issue?&#60;br /&#62;
Thanks (please)&#60;br /&#62;
Michael
&#60;/p&#62;</description>
</item>
<item>
<title>RonJRoy on "Some general questions!"</title>
<link>http://bbpress.org/forums/topic/some-general-questions#post-10587</link>
<pubDate>Wed, 29 Aug 2007 19:58:01 +0000</pubDate>
<dc:creator>RonJRoy</dc:creator>
<guid isPermaLink="false">10587@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Absolutely brilliant!&#60;br /&#62;
Your assistance has been perfect. I have things changed and my site is ready to publish. I will leave it to you to critique!&#60;br /&#62;
Thanks RJ...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Some general questions!"</title>
<link>http://bbpress.org/forums/topic/some-general-questions#post-10581</link>
<pubDate>Wed, 29 Aug 2007 17:12:37 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10581@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Do you have a file called &#60;code&#62;/my-templates/ronjroy/screenshot.png&#60;/code&#62; ?  AFAIK, it needs to be a png, it needs to be called screenshot.png and it needs to be in that directory.  If it is, then I'm not sure what the problem is.  That works for me.  Mine is 300x225 also, not sure what happens when it's smaller or larger than that.
&#60;/p&#62;</description>
</item>
<item>
<title>RonJRoy on "Some general questions!"</title>
<link>http://bbpress.org/forums/topic/some-general-questions#post-10572</link>
<pubDate>Wed, 29 Aug 2007 07:40:36 +0000</pubDate>
<dc:creator>RonJRoy</dc:creator>
<guid isPermaLink="false">10572@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the great explanation. Now I have things in place but the screen shot is not showing up in the current theme display. I saved a copy to the css folder and one to an images folder in the css folder. Don't know if this is the problem. My images are not showing up either on my forum. This was more work than I bargained for.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Some general questions!"</title>
<link>http://bbpress.org/forums/topic/some-general-questions#post-10473</link>
<pubDate>Sat, 25 Aug 2007 03:03:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10473@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I guess after re-reading, you are not sure what files to modify.  Each of the php files in the template folder are used to display SOMETHING.  When I first started out, I had no idea what file was used to display each page, or view, or whatever.  So, I usually found a page I didn't like the look of, just by looking at it in the browser, then I found a word on that page that seemed distinct enough that I could grep through all the template files for that word.  In a lot of cases, I would find one file or maybe 3 files where that word occurred.  That's how I knew what page to modify.  I'm sure someone with more knowledge could tell you that forum.php is used to display a single forum, or that topic.php is used to display a single topic.&#60;/p&#62;
&#60;p&#62;One thing I did right off the bat to see which php pages were actually displayed and not called from other php files was to look in the template folder for something called header.php.  There's always a header.php and a footer.php, it seems.  So, there is indeed a header.php.  Now, since that is the header for each page, that has to be called from any page that is displayed in the browser.  So, I grepped through all the php files in the template folder for &#60;code&#62;header.php&#60;/code&#62; and found there are no files called header.php.  I know they have to call header.php somehow, maybe it's a function.  So, I grepped through all the files for &#60;code&#62;header&#60;/code&#62; without the php, and it returned a ton of files with &#60;code&#62;header&#60;/code&#62; in them.   &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;shell:~/forum/my-templates/mytheme &#38;gt; grep -i header *php
edit-post.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
favorites.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
forum.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
front-page.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
header.php:             &#38;lt;div id=&#38;quot;header&#38;quot;&#38;gt;
login.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
memberlist.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
password-reset.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
profile-base.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
profile-edit.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
profile.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
register-success.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
register.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
rss2.php:&#38;lt;?php header(&#38;#39;Content-type: text/xml&#38;#39;); ?&#38;gt;
search-stock.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
search.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
stats.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
tag-single.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
tags.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
topic.php:&#38;lt;?php bb_get_header(); ?&#38;gt;
view.php:&#38;lt;?php bb_get_header(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;OK, so they call the header with a function called &#60;code&#62;bb_get_header&#60;/code&#62;.  I grepped again for that, to eliminate the other places the word header appears (div id=&#34;header&#34; for example.)&#60;/p&#62;
&#60;p&#62;Now, I have a list of every page, I think, that's used to display some content to the user in a browser.   If you are trying to change the structure of a certain page, it's going to be one of those php files listed there.&#60;/p&#62;
&#60;p&#62;If you're just trying to modify the look (not the actual structure) you might just be able to make a change to the style.css.  Find the id or class of the element you want to change (view source in your browser to see what's being used currently) then change that element in the style.css.  &#60;/p&#62;
&#60;p&#62;One thing I did right off the bat was styled the blockquote.  By default (when I installed a year ago) there were no styling rules for blockquote.  No indent, no different font, no border, no color change, nothing.  So, I added a definition to the style.css for blockquote.  &#60;/p&#62;
&#60;p&#62;In some cases you'll be modifying existing rules, in others you'll be created new ones for things that might be unstyled.&#60;/p&#62;
&#60;p&#62;I find Chris Pederick's Web Developer Toolbar add on for Firefox &#60;strong&#62;invaluable&#60;/strong&#62; for modifying CSS. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://addons.mozilla.org/en-US/firefox/addon/60&#34; rel=&#34;nofollow&#34;&#62;https://addons.mozilla.org/en-US/firefox/addon/60&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can make a change while viewing the page and see the effect right away.  Then, you can make the change permanent by modifying the style.css.   The changes made in with the web developer toolbar are local only, they're not saved.  Play all you want there, you won't break anything.  Make a change you like, then make it permanent in the style.css.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Some general questions!"</title>
<link>http://bbpress.org/forums/topic/some-general-questions#post-10472</link>
<pubDate>Sat, 25 Aug 2007 02:45:24 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10472@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt; A few silly questions:&#60;br /&#62;
&#38;gt; Changing or adding hot tags. Whats the procedure?&#60;/p&#62;
&#60;p&#62;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?&#60;/p&#62;
&#60;p&#62;&#38;gt; Looked through dashboard and can't seem to find how&#60;br /&#62;
&#38;gt; to change or add new topics. Forums can be added but&#60;br /&#62;
&#38;gt; don't know about topics.&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;&#38;gt; Last query: Again I ask about the changes made to&#60;br /&#62;
&#38;gt; structure in the html. I looked through all files and found&#60;br /&#62;
&#38;gt; nothing. Many scripts I have used in the past have one&#60;br /&#62;
&#38;gt; file called index or something that can be access to the&#60;br /&#62;
&#38;gt; html. Just creating or changing the style sheet does not&#60;br /&#62;
&#38;gt; allow for the changes I want to make. I like the default&#60;br /&#62;
&#38;gt; but some changes to reflect my website is key.&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;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/ .  &#60;/p&#62;
&#60;p&#62;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 &#34;Ron J Roy&#34;.  Change this line (at least) at the top of style.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Theme Name: Ron J Roy&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;(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.)&#60;/p&#62;
&#60;p&#62;Now, select your new theme in your admin panel (Presentation &#38;gt; 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.&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;(haha - longer reply to a long question)
&#60;/p&#62;</description>
</item>
<item>
<title>RonJRoy on "Some general questions!"</title>
<link>http://bbpress.org/forums/topic/some-general-questions#post-10471</link>
<pubDate>Fri, 24 Aug 2007 23:07:51 +0000</pubDate>
<dc:creator>RonJRoy</dc:creator>
<guid isPermaLink="false">10471@http://bbpress.org/forums/</guid>
<description>&#60;br /&#62;</description>
</item>
<item>
<title>RonJRoy on "Some general questions!"</title>
<link>http://bbpress.org/forums/topic/some-general-questions#post-10469</link>
<pubDate>Fri, 24 Aug 2007 20:36:04 +0000</pubDate>
<dc:creator>RonJRoy</dc:creator>
<guid isPermaLink="false">10469@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;A few silly questions:&#60;br /&#62;
Changing or adding hot tags. Whats the procedure?&#60;br /&#62;
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.&#60;br /&#62;
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.&#60;br /&#62;
Excuse the lengthy text, but I find looking through the documentation much like chasing my own tail. Thanks to those who have replied to earlier queries. I have made some changes and it looks good so far.
&#60;/p&#62;</description>
</item>
<item>
<title>devils_advocate on "Installation problems"</title>
<link>http://bbpress.org/forums/topic/installation-problems#post-734</link>
<pubDate>Sun, 29 Oct 2006 02:01:09 +0000</pubDate>
<dc:creator>devils_advocate</dc:creator>
<guid isPermaLink="false">734@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sure.&#60;/p&#62;
&#60;p&#62;I guess I'm confused what the plug ins are supposed to do and how they act within wordpress and bbpress.&#60;/p&#62;
&#60;p&#62;I opened up and looked at both plug-ins (changed the &#34;.php&#34; to &#34;.html&#34;) to see.&#60;br /&#62;
And I realized that what I'm seeing in the installation pages in bbpress IS the plugin content of &#34;display-name.php&#34; preceding the regular Installation content.&#60;/p&#62;
&#60;p&#62;And in Wordpress - when I &#34;activate&#34; the &#34;bbpress-integration.php&#34; plug-in I can no longer browse any part of my Wordpress blog - the only page I get - regardless of where I try to go in the wordpress blog shows me the contents of the &#34;bbpress-integration.php&#34; plugin. I'm looking at a Trac page.&#60;br /&#62;
With the wiki link, etc...all links not working because they are using my domain as root of the url.&#60;/p&#62;
&#60;p&#62;so - I've been trying to make this installation work without the plug-ins...and I get stuck at the first bbPress screen [login in the header all correct; my first post -1hour&#38;lt;--saw the post on this&#38;gt; etc] and am not able do anything from there.&#60;/p&#62;
&#60;p&#62;so far I've inched through a little progress every 2nd or third installation try...but right now I'm stuck&#60;/p&#62;
&#60;p&#62;I'll try your first suggestion - I figured the other one &#34;true&#34; NOT! out on my own....&#60;/p&#62;
&#60;p&#62;thanks!&#60;/p&#62;
&#60;p&#62;devils_advocate
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Installation problems"</title>
<link>http://bbpress.org/forums/topic/installation-problems#post-718</link>
<pubDate>Sat, 28 Oct 2006 18:59:03 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">718@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Some of your settings aren't quite right.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;domain = 'http://domain.com';&#60;br /&#62;
$bb-&#38;gt;path = '/cms/forums/';&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_prefix = 'wp_'; // or whatever the prefix is.  It should not be &#60;code&#62;true&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Try that on, and let us know.&#60;/p&#62;
&#60;p&#62;Also, I'm not sure what you mean by the links being broken in the bbpress-integration WordPress plugin.  Can you explain it differently?
&#60;/p&#62;</description>
</item>
<item>
<title>devils_advocate on "Installation problems"</title>
<link>http://bbpress.org/forums/topic/installation-problems#post-712</link>
<pubDate>Sat, 28 Oct 2006 18:02:55 +0000</pubDate>
<dc:creator>devils_advocate</dc:creator>
<guid isPermaLink="false">712@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;got past the styleshhet issue - and all - got bbpress installed.&#60;br /&#62;
when I click on the link for the first post, I get this error...&#60;/p&#62;
&#60;p&#62;&#34;Too many redirects occurred trying to open “http://mydomain.com/cms/bbpress/topic.php?id=1”. This might occur if you open a page that is redirected to open another page which then is redirected to open the original page.&#34;&#60;/p&#62;
&#60;p&#62;anyone have any clues to help?
&#60;/p&#62;</description>
</item>
<item>
<title>devils_advocate on "Installation problems"</title>
<link>http://bbpress.org/forums/topic/installation-problems#post-629</link>
<pubDate>Fri, 27 Oct 2006 16:42:57 +0000</pubDate>
<dc:creator>devils_advocate</dc:creator>
<guid isPermaLink="false">629@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok - I found the ultimate guide and it got me 95% through...&#60;/p&#62;
&#60;p&#62;I'm still having a problem (that is likely in my WordPress set up) and a problem seeing the (default stylesheet)....&#60;/p&#62;
&#60;p&#62;ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>devils_advocate on "Installation problems"</title>
<link>http://bbpress.org/forums/topic/installation-problems#post-608</link>
<pubDate>Fri, 27 Oct 2006 05:52:12 +0000</pubDate>
<dc:creator>devils_advocate</dc:creator>
<guid isPermaLink="false">608@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi.&#60;br /&#62;
I've a settled and happy little wordpress (version 2.02) community that I want to add a robust Forum software to.&#60;br /&#62;
Seeing as how Wordpress.org recommends (and uses) bbPress, I thought I'd give it a go.&#60;/p&#62;
&#60;p&#62;I've read through the (available) documentation &#38;lt;--that which I understood, and made changes to the &#34;config.php&#34; file as I believed all should be. I know I have something wrong, because I can't seem to get the Forum to work with the WordPress installation I have.&#60;/p&#62;
&#60;p&#62;My problems are less now than the first install (I keep going into the database and deleting all the 'bb_' instances before try to run the install each time (6 times now) - but I still have a few issues I can't seem to put my finger on and would like to pick some brains  - or be led down a truer path of enlightenment.&#60;/p&#62;
&#60;p&#62;#1 - I am not a php programmer (an illustrator by trade) but pretty sharp so you don't have to speak to far down to me  =0)&#60;br /&#62;
#2 - I took the info for the top 3 lines of the &#34;config.php&#34; from my wordpress install. that is I left the 'BBDB_Name', 'added my DB name' left 'BBDB_USER', 'added MySQL username' and then the database password&#60;/p&#62;
&#60;p&#62;#3 - the bbPress will reside within a &#34;forums&#34; directory inside directory named &#34;cms&#34; which is in the root of the site. I'm a mite confused about the blog and domain paths requested I thought I had them correct but everything lacked the WP template look (no css) and all the links for the &#34;bbpress-integration.php&#34; &#38;lt;-is this really a release plugin?), ahem...all of the links in the window this plug-in generates are two directories higher (on the root) instead of in the same directory as the forum.&#60;br /&#62;
(more on this in a bit)&#60;br /&#62;
This is what I have here:&#60;br /&#62;
// If your bbPress URL is &#60;a href=&#34;http://bbpress.example.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.example.com/forums/&#60;/a&#62; , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
	// Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
	$bb-&#38;gt;domain = 'http://domain.com/cms/forums'; // Example: 'http://bbpress.example.com'&#60;br /&#62;
	// There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
	$bb-&#38;gt;path   = '/cms/forums/';				   // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;respectively - and believe they are wrong - but unsure.&#60;/p&#62;
&#60;p&#62;#4 - named the forum 'forum name' ; added my email address 'devils_advocate@mac.com'; left pretty permalinks to false; topics to 30; edit-lock to 60; offset time zone -5; used my actual akismet key # (is that correct?) and then got to the serious stuff - the three items for integration with Wordpress.&#60;/p&#62;
&#60;p&#62;#5 - set&#60;br /&#62;
$bb-&#38;gt;wp_table_prefix = true;  // 'wp_'; // WordPress table prefix.&#60;br /&#62;
$bb-&#38;gt;wp_home = &#60;a href=&#34;http://domain.com/cms;&#34; rel=&#34;nofollow&#34;&#62;http://domain.com/cms;&#60;/a&#62;  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = &#60;a href=&#34;http://domain.com/cms;&#34; rel=&#34;nofollow&#34;&#62;http://domain.com/cms;&#60;/a&#62;  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash&#60;/p&#62;
&#60;p&#62;And since this site isn't loading Wordpress with bbPress (being that Wordpress is the primary site) I left that alone.&#60;br /&#62;
#6 - then I create a folder/directory in the 'forum' directory called &#34;my-plugins&#34; and add the &#34;display-name.php&#34; plug-in to it (it gets calls for error on line 15 which is &#34;search&#34;) everytime during config&#60;br /&#62;
and&#60;br /&#62;
I turn on the plug-in added to WordPress - (/cms/wp-content/templates/plugins) &#34;bbpress-integration.php&#34; (which opens immediately in &#34;raw format&#34; - even before I run the bbPress install.&#60;br /&#62;
But these two plugs are recommended for us non-techies - so I go with it.&#60;/p&#62;
&#60;p&#62;#7 - run the config.php follow the link to Step 1 [and get the same page shown with the &#34;bbpress-integration.php&#34; plug-in (links wrong) at the top, at the bottom a path error on headers and then the regular &#34;Step 1&#34; information to fill in.&#60;br /&#62;
Repeat for step 2&#60;/p&#62;
&#60;p&#62;Finally, when it appears to be complete I have a login page that is without css (no template integration); links two levels up toward root than where the forum resides 'domain.com/link' instead of domain.com/cms/forums/link'&#60;br /&#62;
and not wp integration what-so-ever...none of the users/passwords are recognized (over 200) etc...&#60;/p&#62;
&#60;p&#62;what, what, what in gods name am I doing wrong?&#60;/p&#62;
&#60;p&#62;=0&#124;&#60;/p&#62;
&#60;p&#62;thanks for any insight in advance.....&#60;/p&#62;
&#60;p&#62;devils advocate.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
