I writed wordpress-based forum, with wp account-basing, bbcodes, moderators, user_levels forums views and other.
You can download is here.
To install, open you index.php and type at <? string:
include('./wp-forum/index.php');
//===
after <div id="content"> type:
<?php
if(isset($_GET['forum'])) {
forum_index();
}
elseif(isset($_GET['sql'])) {
forum_sql();
}
else {
//===
after <?php endif; ?> type:
<?php
}
?>
//===
And where you like at menu, type:
<? forum_top10() ?>
//=======
It's all :) Anjoy :)
Some things you should do with SQL-query form (index.php?sql)
Installatio from wp-forum/include/install-sql.php
queries:
for forum adding
INSERT INTO forum(id, title, text, level) VALUES(NULL, 'Forum name', 'Forum discription', 'user_level to access forum')
And so on.... I'll make all forms & other next week, I think
Example of useing - at my site :)
Looks like a good job. did you know that there is a development of a forums for wordpress called bbpress?
http://bbpress.org/
hmmm.... bbpress uses wp account table?
My forum installs like a plug-in, without needed in own db or other
So, I think you can try to use it with wp :)
BBPress can be easily altered to use the WP account table.
http://bbpress.org/
Ok, I'd writed is, so you can use is or no use :)
Sorry my english :)
No, that's fine. I didn't mean any disrespect. I was just answering your question.
Thanks for answering :)
Example of use you can see at my site. Thanks for downloading it :)
octavius
Member
Posted 7 years ago #
How do I install this? Could you give me a little more detail? I'm not sure what you mean. Thanks! looks like a cool forum feature!
roejack
Member
Posted 7 years ago #
Hey Kreon,
This looks great but I'm having a little trouble getting it working. Can you please give a little more detail on getting it working?
Thanks the contribution,
roejack
Member
Posted 7 years ago #
Has anyone had any luck in gettin this to work?
I've been looking for a integrated forum solution for wp but have not yet found one. I'd love to use bbpress but can not really see a way to integrate it into wp. macmanx mentioned that this was easy but I have seen no mention of anyone successfully (and managably) doing this. macmanx, if you know how, please share.
Does anyone have a real way to integrate "any" forum into word press so that it uses the same user tables and can be made to have a similar theme?
I don't mind doing some coding myself if necessary, but I just need a little direction.
ensellitis
Member
Posted 6 years ago #
Is there anything going on with this? I just manually installed it with no luck