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?

Fatal error: Atom-X

Asked Modified Viewed 1,756 times
E
eWe
E
eWe 10
[url=gfxpixel.info]GFXpixel.info[/url] - PHP-Fuison Themes!
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 5 threads in the forums
asked
Junior Member

I saw this too, but i sure it's not finish yet. Work in progress. :D
0 replies

3 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi.

Just to reassure you the developers do know about this and are working on that and many other bug fixes. It just takes some time to complete. Please be patient.

Regards
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

http://www.php-fusion.co.uk/profile.php?group_id=23

Fixed. I won't be doing mods on this page until later. I'm closing up and cleaning up codes now. I deleted all the previous codes off the file, and make a default render on this page. Here is the code in case interested:


// User Groups - Start modding your group page here.
    function user_groups_page()
    {
        $html = '';
        if (isset($_GET['group_id']) && isnum($_GET['group_id'])) {
            $html .= "<section id='mainbody'/>\n";
            $html .= CONTENT;
            $html .= "</section>\n";
        } else {
                redirect("index.php");
        }
        return $html;
    }
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Its ok, no worries.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 3 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
E
E
eWe 10
[url=gfxpixel.info]GFXpixel.info[/url] - PHP-Fuison Themes!
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 5 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet