Fight the automated spam - protect your miniBB-forums,
getting the Captcha addon! Click here to read more.
Captcha Addon for miniBB
miniBB ®
 
miniBB Community Forum
 | Forums | File Bank | Sign Up | Reply | Search | Statistics | Manual |
Official Addons and Solutions miniBB Community Forum / Official Addons and Solutions /

miniBB + Wordpress solution discussions

 Page:  1  2  »» 
snoogly
Guest
#1 | Posted: 17 Aug 2006 07:29
Reply 
I experimented a little with minibb on my WordPress site, but now I would like to uninstall it. I am by no means an expert at thi kind thing, and need to know how to undo the mysql commands in the setup instructions.

Those commands are:

alter table wp_users add activity int(1) not null default '1';
alter table wp_users add user_viewemail tinyint(1) NOT NULL default '0';
alter table wp_users add user_sorttopics tinyint(1) NOT NULL default '1';
alter table wp_users add language char(3) NOT NULL default '';
alter table wp_users add num_topics INT(10) UNSIGNED DEFAULT '0' NOT NULL;
alter table wp_users add num_posts INT(10) UNSIGNED DEFAULT '0' NOT NULL;

Could someone tell me what commands to run to revert the wp_users db back to its original state?

thanks
Paul
CEO
#2 | Posted: 17 Aug 2006 07:44
Reply 
alter table wp_users drop activity;
alter table wp_users drop user_viewemail;

...etc.
snoogly
Guest
#3 | Posted: 17 Aug 2006 08:44
Reply 
Thanks!

Is that just:

alter table wp_users drop activity;

or the full:

alter table wp_users drop activity int(1) not null default '1';

?
Paul
CEO
#4 | Posted: 17 Aug 2006 09:30
Reply 
They should be exact commands as I've provided, without additions.
mlchaei
Forums Member
#5 | Posted: 17 Dec 2006 02:37
Reply 
How do I get to include the minibb template with wordpress?
Paul
CEO
#6 | Posted: 18 Dec 2006 02:54 | Edited by: Paul
Reply 
pingme
Forums Member
#7 | Posted: 15 Nov 2007 17:48
Reply 
I want to have WP theme look and feel with minibb board. I can easily manage to alter CSS for main board.

But how do I get WP header and footer on minibb board? Please note I do NOT want to integrate the databases, I just want to have same theme as WP.
Paul
CEO
#8 | Posted: 16 Nov 2007 02:39
Reply 
I have no ideas how to incorporate THE SCRIPTS from WP so they would work the same way for miniBB. Most probably you will need to include a lot of files and get through all list of functions to understand how it works. I have not enough patience and time to investigate this.

It seems that just for this small job you need to include a lot of WP external files which are not necessary for miniBB's execution at all. So you will include 500 Kb of files just to use 5% of heading functions. It's not something which miniBB should provide... and it doesn't mean it is possible afterall.

If it is needed to integrate miniBB and WP layout, I usually adjust miniBB's header and footer files just copying the static HTML which WP generates. For e-baznica site I also have wrote a little script which takes the WP main page, parses header and footer, then generates a miniBB compatible template based on them; it all is done within the admin panel. So whatever changes are happening to WP, it all could be adjusted for miniBB with one mouse click.
deuced
Forums Member
#9 | Posted: 24 Jan 2008 05:02
Reply 
I have managed to "embed" miniBB in my wordpress blog matching my theme and make miniBB looking inside a page having my sidebar as is.

If anyone needs help just ask.
Here 's the direct link: http://deuced.net/forums/

I could also try to make a plugin for WP which would generate a widjet to include the "front page news" addons in the sidebar, if miniBB team would not have any objections. :)
Team
8-)
#10 | Posted: 24 Jan 2008 05:16
Reply 
We have no objections :-) Make your freedom.
deuced
Forums Member
#11 | Posted: 25 Jan 2008 11:47 | Edited by: deuced
Reply 
Hello again

the part of the plugin that shows miniBB latest news at the Wordpress sidebar is ready (there s also a part that you decide the settings through WPress Control Panel).

I couldn't just "include" the add on but had to copy all of its code to the plugin file so i had to make a few hacks but before i release it i thought i'd ask again for your permission.

In the plugin file you ll have all the necessary links and credits and it would be clearly written that it's based on your code.

Basically i did that hacks

1. removed lines 96-97 (about $contentFeed)

2. removed lines 104-114 (about $tplNews and how to siplay it)

3. added some echo statements under if(isset($mod_rewrite) and $mod_rewrite) so i ll display $linkToTopic, $topic_title, $post_text etc

I will make a few more tests and i ll release it shortly in the WP community.

Check this thread on miniBB forums for more.
Paul
CEO
#12 | Posted: 25 Jan 2008 11:52
Reply 
Feel free to upload the solution to our File Bank as well.
kevinsnell
Forums Member
#13 | Posted: 9 Apr 2008 10:07
Reply 
Hi Guys,

Firstly a big thank you as this forum has provided so much great information in the past!

Now there is a new version of Wordpress 2.5 but it uses a different way to handle cookies and I was wondering if anyone has been able to figure out how to get wordpress 2.5 and minibb integrated??

Thanks

Kev
Paul
CEO
#14 | Posted: 9 Apr 2008 10:57 | Edited by: Paul
Reply 
There are two the worst things I ever met in any 3rd party software:

- they update their database dramatically with no way for older versions to work;
- they update their authorization method with no way for older add-ons to work.

We hope miniBB stays just stable in that case since we are not going to change it a lot. Even miniBB 1.x users are able to upgrade to the latest release 2.x despite there were a lot of database additions and script changes.

Regarding WP version, I could say only... that's terrible! That's why we never developed such things as database migration tools, conversion scripts and other things related to 3rd party... it is not worth the time.

It seems WP was the only one tool we have supported and now it's gone too. Sad.

You can follow our synchronization guide and probably will find your own way of getting this work.

However I am afraid nobody from our team is ready again for this quest (at least for free... if you pay our rates we could work on it of course ;-).
kevinsnell
Forums Member
#15 | Posted: 9 Apr 2008 11:04
Reply 
Paul, Thanks for the reply!!

I totally agree that changing their database and authorization is crazy!! Looks like I'll stick with the old version unless I manage to figure it out but won't be spending alot of time on it!

Kev
 Page:  1  2  »» 
Your Reply

» Username  » Password 
You are welcome to post anonymously by entering a nickname with no password (if that nickname has not been taken by another member) or by leaving both fields empty. If you have a forums membership account, you can also sign in from this page without posting a message, or sign in and post at once.


Before posting, make sure your message is compliant with our forum posting rules. If not, it may be locked or deleted with no explanation.

 
Online now: Guests - 6
Members - 0
Most users ever online: 214 [11 Jan 2009 10:23]
Guests - 214 / Members - 0

Forums are powered by miniBB®