Search Results for 'test'
-
Search Results
-
my bbpress is integrated with my wordpress. the 2 required plugins, and adding
<require_once('../wp-blog-header.php');
in my config file so i could use my wordpress theme as my bbpress template. ok, so everything was file. now i tested it’s functions.
i tried to make a test topic as sticky. apparently i can’t use sticky as long as the above code (require once etc) was in the config. i removed it and i could do as normal.
so now i ask: i wnat to keep my wordpress theme as the bbpress template, unless i use that line i can’t… that line is not allowing me to sticky/unsticky. anyway this was the error msg i got.
Warning: main(../wp-blog-header.php) [function.main]: failed to open stream: No such file or directory in /home/gray/domains/unlimitedinfinity.com/public_html/forums/config.php on line 57
Fatal error: main() [function.require]: Failed opening required '../wp-blog-header.php' (include_path='.:/usr/local/lib/php') in /home/gray/domains/unlimitedinfinity.com/public_html/forums/config.php on line 57
Edit: another error, seems i can’t access my ./bb-admin/ when the above integration is active.
Topic: My forums template :)
I made a theme for my forums, and found it rather easy. It was mostly just all css, and a few changes to the front-page.php file.
I’m using a few plugins also:
- Allow Images
- bb-avatar
- bb-limit-latest-discussion
- bb-memberlist
- bb-postcount
- bb-privatemessage
- bb-signature – this one isn’t working for some reason, but i didn’t really look into it
- display-name
- forum-moderators – don’t know if this one is working either
- notification
- onlinelist
Thanks to all who made those
I’ll make the theme more user-friendly and remove the front-page.php changes so that it is more standard and release it to public whenever I change to a new theme. I don’t want other people to be using my theme at the same time I am
I’ve tried to match it up as close as possible to the main site without looking too “off” and feel that I’ve done a pretty good job.
http://www.nowwerecookin.org/bbpress/
You’ll need a p/w and username: test/test
Plugins used:
- Allow Images 0.7.1
- Avatar .73a
- bbEmoticons version 0.72
- Memberlist .73a
- Google Sitemap Generator .6
- BBPress Private Messaging 0.73
- Use Display Name 0.7.2
- Online List 1.3-fix
- WordPress Integration .7
(all plugs found via these forums
)
Feedback would be greatly appreciated. I’ve checked on Firefox 2.0 and IE 6.0 but would love to hear from users of other browsers!
Thanks in advance, and a huge thanks to those who’ve posted these plugins, as well as the FAQ and other solutions. Skinning this thing has been a bear, but everything else has been relatively easy as pie.