JoshPet
FusionBB Developer
Posts: 6576
Loc: Charlotte, NC
Post Rank (AVG):
|
In response to JoshPet
OK - this was the changelog for version 2.1.1 which was meant to be a minor release of bugfixes and minor enhancements of version 2.1, but we are making great progress on new features. 
Thus I am cancelling version 2.1.1 and calling this 2.2 since there will be more new features than bugfixes.
Check out the changelog above, but you'll find that 2.2 will have captcha like technology to prevent spam, admin configurable navigation tabs and the ability to edit, arrange and add to the portal/sidebar easily. 
More to come.... 
Thank you for choosing FusionBB!
Told ya the future was so bright...

Feel Better, Feel Younger, Sleep Better - Trans-D Tropin
Visit www.BuyTransD.com - use coupon code 1004 to save $20 |
|
Chris Peterson
FusionBB Community Support Manager
Posts: 3756
Loc: West Fargo, ND
Post Rank (AVG):
|
In response to JoshPet
*cheers*
|
Honda Guru
FusionBB Enthusiast
Posts: 287
Loc: Greensboro, NC
Post Rank (AVG):
|
In response to JoshPet
Hubba Hubba!
|
greg
FusionBB Community Support Specialist
Posts: 4802
Loc: Tombstone, AZ
Post Rank (AVG):
|
In response to Honda Guru
WooHoo!
|
Stephen
Mostly Harmless
Posts: 2512
Loc: San Deigo
Post Rank (AVG):
|
In response to greg
RockOn!
Stephen Dolenski
FileMaker 7 Certified Developer
FileMaker 8 Certified Developer
FM Forums.com Administrator
|
|
Monkeyra
Chief Internet Man of Europe
Posts: 1962
Loc: London, UK
Post Rank (AVG):
|
In response to Stephen
Admin configurable tabs and particle boxes are going to be excellent additions
|
CraigW
Alpha Tester
Posts: 115
Loc: Canada
Post Rank (AVG):
|
In response to Monkeyra
Great to hear! Looking forward to the release.
|
Chris Beveridge
FusionBB Enthusiast
Posts: 256
Loc: Lancaster, MA
Post Rank (AVG):
|
In response to JoshPet
Particle box manipulation! Yay!
2.2 can't come soon enough
|
Scorpio
FusionBB Addict
Posts: 636
Loc: South Orange County, Ca
Post Rank (AVG):
|
In response to Chris Beveridge
Will HTML insertion in those particle boxes work?
More ad space?
|
Couchtomatoe
Code Monkey
Posts: 2800
Loc: Richmond, Virginia
Post Rank (AVG):
|
In response to Scorpio
yes simple HTML tables down to more advanced sql induced boxes will work.
|
Scorpio
FusionBB Addict
Posts: 636
Loc: South Orange County, Ca
Post Rank (AVG):
|
In response to Couchtomatoe
Thanks Couch... you guys are really stepping it up.
|
Couchtomatoe
Code Monkey
Posts: 2800
Loc: Richmond, Virginia
Post Rank (AVG):
|
In response to Scorpio
Yeah particle Boxes on the Fly, Nav Bar on the Fly, I am probably gonna start working on BBCode on the fly as well as Karma for Fusion.. I am even running an automatic site map generator on the fusionbbdev site currently for testing
|
Scorpio
FusionBB Addict
Posts: 636
Loc: South Orange County, Ca
Post Rank (AVG):
|
In response to Couchtomatoe
Another stupid question.
Can the particle boxes be configured by size. For instance I want to place a 120 x 600 Skyscraper for Google Ads which would contain JavaScript. Would this work?
|
Couchtomatoe
Code Monkey
Posts: 2800
Loc: Richmond, Virginia
Post Rank (AVG):
|
In response to Scorpio
as long as you indicate width and height in a <table> it would. But some browsers don't use the height attribute only the width attribute so it would vary from browser to browser
|
Scorpio
FusionBB Addict
Posts: 636
Loc: South Orange County, Ca
Post Rank (AVG):
|
In response to Couchtomatoe
Thanks.
Here is an example what do you think?
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-6648146472046924";
google_hints = "Chevy";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
//2007-07-27: ChevyTalk
google_ad_channel = "0177531911";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "336699";
google_color_text = "000000";
google_color_url = "008000";
google_ui_features = "rc:0";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
|
Couchtomatoe
Code Monkey
Posts: 2800
Loc: Richmond, Virginia
Post Rank (AVG):
|
In response to Scorpio
Well if that Actually shows something for you when put into a html page on your site then I guess it will work but for me it shows nothing even in a straight html page. But since its google it may be site specific?
|
Ted_G
FusionBB Alpha Tester
Posts: 291
Loc: San Francisco, California...
Post Rank (AVG):
|
In response to Couchtomatoe
Is this still on the radar? http://www.fusionbb.com/forum/showtopic.php?tid/5233/
|
JoshPet
FusionBB Developer
Posts: 6576
Loc: Charlotte, NC
Post Rank (AVG):
|
In response to Ted_G
Wasn't on our internal list - but should be an easy one to do.

Feel Better, Feel Younger, Sleep Better - Trans-D Tropin
Visit www.BuyTransD.com - use coupon code 1004 to save $20 |
|
Ted_G
FusionBB Alpha Tester
Posts: 291
Loc: San Francisco, California...
Post Rank (AVG):
|
In response to JoshPet
Thank You.
|