Forum

Whether it's a plugin thats causing issues, a theme, or just needed help with styling your site...We can help! Live Person Support for all your Wordpress Needs!

Welcome Guest

Pages: 1 2
Mingle Forum Has Gone Missing
CraigPostApr 18 2012, 07:30 PM

Pro
Posts: 106
Registered:
Jan 28 2011, 08:38 PM
Hot topicMingle Forum Has Gone Missing

Whoops!

We couldn't find that plugin.

http://wordpress.org/extend/plugins/mingle-forum/

People are asking where to download Mingle Forum on my BLOG?

My BLOG - My Cape Parrot Mingle Forum



Shrink, Track, Share, Control ... Dominate
oct32PostApr 19 2012, 08:38 PM

Newbie
Posts: 1
Registered:
Apr 20 2012, 12:30 AM
Hot topicRe: Mingle Forum Has Gone Missing

Mingle Forum can still be downloaded through the Wordpress SVN.

cartpaujPostApr 20 2012, 04:45 PM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: Mingle Forum Has Gone Missing

Will have it back up soon.

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

TommyGunPostApr 27 2012, 03:45 PM

Newbie
Posts: 10
Registered:
Sep 03 2011, 06:17 PM
Hot topicRe: Mingle Forum Has Gone Missing

I know still missing! OMG I cant believe it. Get that up as soon as possible I love it.

CraigPostApr 30 2012, 11:38 AM

Pro
Posts: 106
Registered:
Jan 28 2011, 08:38 PM
Hot topicRe: Mingle Forum Has Gone Missing

Mingle Forum is still AWOL and I still have people asking for it.

My BLOG - My Cape Parrot Mingle Forum

cartpaujPostApr 30 2012, 11:44 AM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: Mingle Forum Has Gone Missing

I had to take it down again this last week for more security hardening. I have re-submitted the update already so hopefully the WP plugins guys will get it back up soon.

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

CraigPostApr 30 2012, 12:21 PM

Pro
Posts: 106
Registered:
Jan 28 2011, 08:38 PM
Hot topicRe: Mingle Forum Has Gone Missing

Is there a download of the new version available anywhere here?

My BLOG - My Cape Parrot Mingle Forum

cartpaujPostApr 30 2012, 04:58 PM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: Mingle Forum Has Gone Missing

No there's not, I presume they'll have it back up soon though. It's no different from the previous version except for the handful of security fixes. They're not really issues at all to be honest, the only way an intruder was able to get through the plugin was if they already had administrative access ... which if that was the case the site owner has a much bigger problem on their hands anyways :)
But to be in compliance with the WordPress.org repository, it had to be corrected. Which is fine, it means that they're finally doing a good job of pulling unsecured plugins off the market.

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

louiszavPostMay 01 2012, 10:22 PM

Newbie
Posts: 3
Registered:
Oct 17 2011, 06:23 AM
Hot topicRe: Mingle Forum Has Gone Missing

Your latest updated version 1.033.1 has an error in the file wpf-usergroup-edit.php on line 8. A wpdb variable missing $.

Just thought I'd let you know.

cartpaujPostMay 02 2012, 07:17 AM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: Mingle Forum Has Gone Missing

Hmm, I'll check into that, thanks louiszav.

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

xplore4lifePostMay 24 2012, 10:54 AM

Newbie
Posts: 18
Registered:
Feb 09 2011, 02:21 AM
Hot topicRe: Mingle Forum Has Gone Missing

I am also having problem with mingle forum. Google adsense is not working in Mingle forum. I have posted a thread about this problem but no response. What should I do to enable adsense in my forum. Please let me know. Travel forum

cartpaujPostMay 24 2012, 11:09 AM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: Mingle Forum Has Gone Missing

xplore4life, this is actually an issue with WordPress.org plugin gods :) --> For some reason they think allowing certain types of code to be added in the admin is a security risk. I feel differently. A hacker would need to have admin access to insert malicious code into the ads areas...well if the hacker has admin access you've got much bigger problems...

But to keep the plugin gods happy, this feature had to be limited. It is fixable thought, open the /mingle-forum/fs-admin/fs-admin.php file and find the following:

				$mingleforum->ads_options = array(	'mf_ad_above_forum_on'			=> $_POST['mf_ad_above_forum_on'],
													'mf_ad_above_forum'				=> wp_kses_post($_POST['mf_ad_above_forum_text']),
													'mf_ad_below_forum_on'			=> $_POST['mf_ad_below_forum_on'],
													'mf_ad_below_forum'				=> wp_kses_post($_POST['mf_ad_below_forum_text']),
													'mf_ad_above_branding_on'		=> $_POST['mf_ad_above_branding_on'],
													'mf_ad_above_branding'			=> wp_kses_post($_POST['mf_ad_above_branding_text']),
													'mf_ad_above_info_center_on'	=> $_POST['mf_ad_above_info_center_on'],
													'mf_ad_above_info_center'		=> wp_kses_post($_POST['mf_ad_above_info_center_text']),
													'mf_ad_above_quick_reply_on'	=> $_POST['mf_ad_above_quick_reply_on'],
													'mf_ad_above_quick_reply'		=> wp_kses_post($_POST['mf_ad_above_quick_reply_text']),
													'mf_ad_above_breadcrumbs_on'	=> $_POST['mf_ad_above_breadcrumbs_on'],
													'mf_ad_above_breadcrumbs'		=> wp_kses_post($_POST['mf_ad_above_breadcrumbs_text']),
													'mf_ad_below_first_post_on'		=> $_POST['mf_ad_below_first_post_on'],
													'mf_ad_below_first_post'		=> wp_kses_post($_POST['mf_ad_below_first_post_text']),
													'mf_ad_custom_css'				=> strip_tags($_POST['mf_ad_custom_css'])
													);

And change to:

				$mingleforum->ads_options = array(	'mf_ad_above_forum_on'			=> $_POST['mf_ad_above_forum_on'],
													'mf_ad_above_forum'				=> $_POST['mf_ad_above_forum_text'],
													'mf_ad_below_forum_on'			=> $_POST['mf_ad_below_forum_on'],
													'mf_ad_below_forum'				=> $_POST['mf_ad_below_forum_text'],
													'mf_ad_above_branding_on'		=> $_POST['mf_ad_above_branding_on'],
													'mf_ad_above_branding'			=> $_POST['mf_ad_above_branding_text'],
													'mf_ad_above_info_center_on'	=> $_POST['mf_ad_above_info_center_on'],
													'mf_ad_above_info_center'		=> $_POST['mf_ad_above_info_center_text'],
													'mf_ad_above_quick_reply_on'	=> $_POST['mf_ad_above_quick_reply_on'],
													'mf_ad_above_quick_reply'		=> $_POST['mf_ad_above_quick_reply_text'],
													'mf_ad_above_breadcrumbs_on'	=> $_POST['mf_ad_above_breadcrumbs_on'],
													'mf_ad_above_breadcrumbs'		=> $_POST['mf_ad_above_breadcrumbs_text'],
													'mf_ad_below_first_post_on'		=> $_POST['mf_ad_below_first_post_on'],
													'mf_ad_below_first_post'		=> $_POST['mf_ad_below_first_post_text'],
													'mf_ad_custom_css'				=> strip_tags($_POST['mf_ad_custom_css'])
													);

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

CraigPostMay 24 2012, 11:47 AM

Pro
Posts: 106
Registered:
Jan 28 2011, 08:38 PM
Hot topicRe: Mingle Forum Has Gone Missing

Curious, I am running Mingle Forum Version 1.0.33.2 without any changes and Google Adsense is working in my fourm.

My BLOG - My Cape Parrot Mingle Forum

xplore4lifePostMay 24 2012, 11:53 AM

Newbie
Posts: 18
Registered:
Feb 09 2011, 02:21 AM
Hot topicRe: Mingle Forum Has Gone Missing

Thanks a lot. It's working.

cartpaujPostMay 24 2012, 02:18 PM

Administrator
Posts: 2976
Registered:
Apr 27 2010, 05:10 PM
Hot topicRe: Mingle Forum Has Gone Missing

@Craig, if you pasted that adsense code before the last few versions then you won't notice the issue until you try to update the ads areas, as this change was made only recently.

@xplore4life, glad that worked out for you!

Cartpauj...it's pronounced (cart.paw.ja) - Donate!
Mingle Forum Video Tutorials

Pages: 1 2
Mingle Forum by Cartpauj | Version: 1.1.0beta | Page loaded in: 0.361 seconds.


Shrink, Track, Share, Control ... Dominate