Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

fusionBoard 4.0 stable

Asked Modified Viewed 33,713 times
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
asked
Senior Member

Downloading now. :)

Edit: You shouldn't have install.php in /infusions/fusionboard4 for the upgrade from beta 1c. ;)
Edited by googlebot on 16-09-2008 01:57,
0 replies

58 posts

H
heavencore
H
Semper in excremento sum, sed solum profunditas mutat...
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

Installed and Rockin at

http://definitive.heavencore.co.uk

There is however one bug that i can see, if i set "Show AJAX Shoutbox on Forum Index" to "yes", my entire site dies, the banner does not even load, the error is:


Fatal error: Cannot redeclare sbwrap() (previously declared in /home2/heavenco/public_html/definitive/infusions/shoutbox_panel/shoutbox_panel.php:33) in /home2/heavenco/public_html/definitive/infusions/ajax_shoutbox_panel/ajax_shoutbox_panel.php on line 84
0 replies
P
Philippovich
P
Philippovich 10
www.BlackDragonClan.eu
StarCraft, America's Army and World of WarCraft
and many more...
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Cool stuff, this week end our website will upgrade from phpv.6.1.15 to php v.7.

we currently have ExtBoard, is the transfer from ExtBoard to FusionBoard a problem? I really hope not, would suck to loose 12000 posts...

So far I really like the test I've run (only with the beta version though)
0 replies
D
Darkhawk
D
- Fear of name only increases fear of the thing itself!
- http://www.web4us.be/
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

It looks very nice, however i like my fusion site the way it is!:D
Great application thoug:P
0 replies
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
answered
Member

Quote

heavencore wrote:
Installed and Rockin at

http://definitive.heavencore.co.uk

There is however one bug that i can see, if i set "Show AJAX Shoutbox on Forum Index" to "yes", my entire site dies, the banner does not even load, the error is:


Fatal error: Cannot redeclare sbwrap() (previously declared in /home2/heavenco/public_html/definitive/infusions/shoutbox_panel/shoutbox_panel.php:33) in /home2/heavenco/public_html/definitive/infusions/ajax_shoutbox_panel/ajax_shoutbox_panel.php on line 84


Heavencore I have just installed the system, and I cannot see this error that you are mentioning. First, I would reupload all of the files in ajax_shoutbox_panel and fusionboard4 folders then if the problem continues to persist I would disable your current shoutbox that comes with fusion if it shows on the forum index, also any other types of javascript that might be interfering. Just to narrow it down. Later on I would put those things back up. As mentioned I've installed this on my site and it works perfectly.
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

great Job Done! on my way to translate ;)
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

here's turkish locales and readme, thanks :)
0 replies
I
iunruh
I
iunruh 10
  • Member, joined since
  • Contributed 148 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

@SoulSmasher: Thanks for the speedy translation! Wow!

@heavencore: Make sure you don't have more than one shoutbox per page, it redeclares the sbwrap() function and it causes a fatal error
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

Quote


@heavencore: Make sure you don't have more than one shoutbox per page, it redeclares the sbwrap() function and it causes a fatal error


well, how about adding the function like this:

if(!function_exists("sbwrap")) {
function sbwrap() {
blah blah
}
}
0 replies
K
kidbeast
K
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

I love Fusion Board. It's the best infusion in the world.

If you want to see an example of how brilliant it is and how it looks then check how it looks on my website with the Asperon theme by Nick.

http://www.solidkillersclan.co.cc/forum/index.php

I love the person who made this infusion :)
0 replies
I
iunruh
I
iunruh 10
  • Member, joined since
  • Contributed 148 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

I'm so happy it works out for so many people! I hope everyone enjoys fusionBoard 4... And get ready, because fusionBoard5 is under development with over 120 confirmed features!
0 replies
U
UniCoRN
U
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Thanks SoulS :)
0 replies
H
heavencore
H
Semper in excremento sum, sed solum profunditas mutat...
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

Hello again, i'll add some error catching to the sbwrap declaration tonight, no problem.

I also have 1 piece of feedback from my users, in usercp.php(41-73), the left hand nav bar thing needs to be made collapsible as including the php fusion left panels and then that panel, people on smaller resolution monitors are struggling to write private messages etc…

Made the change myself using a bit of javascript and storing the toggle status in a cookie:

replace the red with the green as show below:

[color=#cc0000]
echo "<table width='100%' cellspacing='0' cellpadding='5' border='0'>\n";
echo "<tr>\n<td style='width:200px;vertical-align:top;'>\n";

/* User CP Navigation Start */
echo "<table width='100%' cellspacing='1' cellpadding='0' class='tbl-border'>\n";[/color]



[color=#006600]
   echo "<script type=\"text/javascript\">function ToggleSidePanel() {
      if (document.getElementById('SidePanelNav').style.display == 'none')
         {
            eraseCookie(\"HiddenPanel\");
            document.getElementById('SidePanelNav').style.display = '';
            document.getElementById('SideNavCell').style.width = '200px';
         }
      else
         {
            createCookie(\"HiddenPanel\", \"yes\", 100);
            document.getElementById('SidePanelNav').style.display = 'none';
            document.getElementById('SideNavCell').style.width = '0px';
         }
      }
      function createCookie(name,value,days) {
         if (days) {
            var date = new Date();
            date.setTime(date.getTime()+(days*24*60*60*1000));
            var expires = \"; expires=\"+date.toGMTString();
         }
         else var expires = \"\";
         document.cookie = name+\"=\"+value+expires+\"; path=/\";
      }
      
      function eraseCookie(name) {
         createCookie(name,\"\",-1);
      }

      </script><table width='100%' cellspacing='0' cellpadding='5' border='0'>\n";

   if (isset($_COOKIE["HiddenPanel"]))
      {
         $CellWidth = "0";
         $NavDisplayValue = "none";
      }
   else
      {
         $CellWidth = "200";
         $NavDisplayValue = "";
      }
   echo "<tr><td colspan=\"2\"><input type=\"button\" onclick=\"ToggleSidePanel()\" value=\"Toggle Side Panel\" /> - Click to toggle the side nav menu on and off</td></tr><tr>\n<td id=\"SideNavCell\" style='width:" . $CellWidth . "px;vertical-align:top;'>\n";
   
   /* User CP Navigation Start */
   echo "<table width='100%' cellspacing='1' cellpadding='0' id='SidePanelNav' style=\"display: $NavDisplayValue\" class='tbl-border'>\n";[/color]
Edited by heavencore on 17-09-2008 11:05,
0 replies
I
iunruh
I
iunruh 10
  • Member, joined since
  • Contributed 148 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

Good suggestion, I'll see how it works on the test site.

By the way, what resolution are they using? It must be pretty small (800x600 or 640x480) because I designed this for 1024x768
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

a new bug found!
non-english characters are not shown in ajax shoutbox. it needs iconv() or ml_convert_encoding function
0 replies
I
iunruh
I
iunruh 10
  • Member, joined since
  • Contributed 148 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

The currently known issues are:
-- Version not updated on postedit.php (shows it as Beta 1, not stable)
-- Shoutbox non-english characters aren't shown correctly
-- Multiple shoutboxes can cause a fatal error

These issues will be fixed in fusionBoard 4.01
0 replies
C
CanadianGuy
C
  • Member, joined since
  • Contributed 66 posts on the community forums.
  • Started 12 threads in the forums
answered
Member

Quote

SoBeNoFear wrote:

Quote

php-invent.com/images/fb4s.gif
fusionBoard 4.0 stable
php-Invent team
http://www.php-invent.com

Developer: SoBeNoFear (Ian Unruh)


Quote

Download
Download fb4_stable.zip (900kb / PHPFusion 7.0)


Quote

Description

fusionBoard 4 is a huge enhancement to Fusion 7's standard forums. It updates the forums to compete with bigger, more complex forums without sacrificing the lightweight attribute that we all love PHPFusion for.

It is highly configurable through the admin panel, letting you turn on/off about any
feature in the whole package

Quote

About / Bio

Well, it's finally here, what you've all anticipated since you first saw fusionBoard4 alpha 1. As fusionBoard5's release draws closer and closer with each passing day, I look back and wonder why I do all this. I never thought it would get this big.

fB4 is mentioned almost daily on the PHPFusion UK site, since I'll be the only major forum mod for v7 (extBoard isn't converting to v6, Maxx forum stopped development). I develop this because I see that people want something better. They tell me exactly what they want, and I give them exactly what they want.

I'd like to thank several members on the php-Invent forums that have really gotten me through development; Willy888 (ultragreek.com), Daywalker, Fangree_Craig (fangree.co.uk), Bigfoot, and Googlebot. Whether they helped support, gave me ideas, or just tested fB4, I sincerely appreciate all their efforts, they've really helped me out these past couple months.

Quote

Features

» AJAX Chat panel (Tied to shoutbox)
» Warning system
» User labels
» "Invisible mode" for administrators and above
» Merging/Splitting threads
» Buddy system
» Avatar Gallery
» Enhanced User Group
» vB-style User CP / Navigation
» Social bookmarking (submit link to Digg/Facebook/etc.)
» Collapsible forum categories
» Ignore List

Plus all the (improved) features from alpha 1 and alpha 2:

» Forum icons
» Multiple thread locking
» Forum statistics
» Multiple attachments
» Built in spell-check
» User titles
» vBulletin / Fusion & vB hybrid / Fusion / phpBB3 thread views
» Sub-forums
» Better forum rank icons
» Improved Latest Threads Panel (scrolling, etc.)
» Attachment download counter
» Post preview on mouse over
» Awards
» Auto-redirect after posting
» Track thread on Quick Reply
» Forum rules
» Forum Announcements
» User labels
» Improved forum statistics
» User post ratings (thank you, funny, agree, etc.)
» Post Icons
» Forum Post Notifications

Quote

Download
Download fb4_stable.zip (900kb / PHPFusion 7.0)



can this be use on php fusion v6 or only v7
0 replies
I
iunruh
I
iunruh 10
  • Member, joined since
  • Contributed 148 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

First, it's PHPFusion 7 only.. Second, there's no need to quote my entire post just to ask a question
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

and i think at /infusions/fusionboard4/usercp.php?section=details
user title is not localized:
exactly here:
(preset|custom)
i couldn't find it in locales

at forum/index.php, latest active forum threads panel always shows 5 threads even i set 10 or more

and i added social bookmarking services, but couldn't find where to enable them from
edit: found out they're only shown at forum/index.php, but why not at viewthread.php etc? that would be way more useful for bookmarkers ;)

and if you're at fusion v7 style, dynamic titles aren't shown at viewthread.php


and i missed to translate one line on translation :) can you please update it on 4.01 :)
Edited by Arda on 19-09-2008 00:25,
0 replies
I
iunruh
I
iunruh 10
  • Member, joined since
  • Contributed 148 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
answered
Member

Quote

SoulSmasher wrote:
and i think at /infusions/fusionboard4/usercp.php?section=details
user title is not localized:
exactly here:
(preset|custom)
i couldn't find it in locales

at forum/index.php, latest active forum threads panel always shows 5 threads even i set 10 or more

and i added social bookmarking services, but couldn't find where to enable them from
edit: found out they're only shown at forum/index.php, but why not at viewthread.php etc? that would be way more useful for bookmarkers ;)

and if you're at fusion v7 style, dynamic titles aren't shown at viewthread.php


and i missed to translate one line on translation :) can you please update it on 4.01 :)


Okay, the missing locale will be added to the 4.01 update..

Second, for the latest forum threads panel, fb_threads_list_panel is what is included with fusionBoard.. make sure that's the panel you're using and the settings for it are under the fB4 admin apnel.

Third, for the social bookmarking, yes, i didn't implement it very well, but in fusionBoard5, it gets a big makeover

Fourth, thanks for letting me know about the dynamic title bug, there will be a fix in the 4.01 update

Finally, I'll be sure to include your locale and the spanish locale in the 4.01 update
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 58 posts
  • Votes 0 votes
  • Topic users 24 members

24 participants

K
K
Carne Diem - Seize the MEAT
  • Member, joined since
  • Contributed 164 posts on the community forums.
  • Started 26 threads in the forums
G
G
  • Member, joined since
  • Contributed 50 posts on the community forums.
  • Started 2 threads in the forums
H
H
Faith & Love
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 3 threads in the forums
D
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
I
I
iunruh 10
  • Member, joined since
  • Contributed 148 posts on the community forums.
  • Started 15 threads in the forums
  • Started this discussions
G
G
www.gojuryu.net
Online since 1998 & running PHP-Fusion since 2004
  • Member, joined since
  • Contributed 105 posts on the community forums.
  • Started 16 threads in the forums
Y
Y
yahova 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
P
P
Puma 10
RESISTANCE IS FUTILE EARTHLINGS !!!
  • Member, joined since
  • Contributed 142 posts on the community forums.
  • Started 22 threads in the forums
A
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
D
D
There are 10 types of people in this world - those that understand binary and those that don't.
---
-=D=-
---
http://midimashup.net78.net/index.php
  • Member, joined since
  • Contributed 78 posts on the community forums.
  • Started 9 threads in the forums
K
K
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 10 threads in the forums
E
E
Enzo 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
P
P
Philippovich 10
www.BlackDragonClan.eu
StarCraft, America's Army and World of WarCraft
and many more...
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
C
C
  • Member, joined since
  • Contributed 66 posts on the community forums.
  • Started 12 threads in the forums
N
N
  • Junior Member, joined since
  • Contributed 45 posts on the community forums.
  • Started 15 threads in the forums
H
H
Semper in excremento sum, sed solum profunditas mutat...
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 6 threads in the forums
G
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
D
D
- Fear of name only increases fear of the thing itself!
- http://www.web4us.be/
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 3 threads in the forums
N
N
Ninos 10
  • Member, joined since
  • Contributed 58 posts on the community forums.
  • Started 11 threads in the forums
K
K
Kot 10
  • Junior Member, joined since
  • Contributed 32 posts on the community forums.
  • Started 11 threads in the forums
U
U
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
B
B
This Link seems to be Spam. Not allowed. Please change your Signature. - Ankur
http//www/blog/chestiiutile/com/soft/yahoo-multi-messenger-download/html
  • Junior Member, joined since
  • Contributed 16 posts on the community forums.
  • Started 4 threads in the forums
I
I
irooni 10
  • Junior Member, joined since
  • Contributed 10 posts on the community forums.
  • Started 3 threads in the forums
C
C
  • Member, joined since
  • Contributed 66 posts on the community forums.
  • Started 24 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet