Navigation
Last Seen Users
ZbynekOnline
Clyde00:17:39
sajo2201:11:33
jeackjem01:11:47
sharon19901:36:39
Jhonny Bjrkman01:38:47
Raben03:35:46
Rolly8-HL03:50:04
wmweimingwm03:55:58
gamesphone04:00:58

Members: 27,596
Newest: Jhonny Bjrkman
Downloads v7
Downloads v6
One-click Translation
Translate This Site

Member Poll
Which version of PHP-Fusion are you using?

6.xx.xx
6.xx.xx
4% [19 Votes]

7.00.xx
7.00.xx
8% [38 Votes]

7.01.xx
7.01.xx
8% [40 Votes]

7.02.xx
7.02.xx
81% [402 Votes]

Votes: 499
You must login to vote.
Started: 26/03/2012 11:58

Polls Archive
Login
Username

Password



Not a member yet?
Click here to register.

Forgotten your password?
Request a new one here.
Connect via Facebook
Connect via Facebook
Our Coders
Shoutbox
You must login to post a message.

21-05-2013 23:11
No! Sleepy

21-05-2013 20:30

21-05-2013 20:29

21-05-2013 20:28

21-05-2013 20:27

21-05-2013 07:50
i am new member.. i have support to lear php fusion.. thanks for all Cheers! kata kata bijak

21-05-2013 06:19

21-05-2013 04:43
Let's support => Jual Barang Antik Kuno

21-05-2013 01:44
i am Support : Margahayuland

20-05-2013 00:58

Shoutbox Archive
In memoriam

Nick Jones
1973-2011

Sponsors
Viewing Mod: PFBlog System
Name: PFBlog System 
Version: 7.4
Category: Miscellaneous
Type: v7.00 xx (Infusion)
Author: Hackersoft [Visit]
Date: 02-06-2009 11:16
Rating: Rating Star [1 Vote]
Download:Available to Members Only [523 Downloads]
Description
Description:
PFBlog System
Integrated Blog System for PHP-Fusion.

EDIT 02-06-2009: Updated to latest version.

V7.4
1. Fixed e-notices
2. Added settings for view limits
3. Enhanced Tag Cloud function (It now checks the frequency and order the keywords based on set limit)
4. Added SEO optimization (Site title, description and keyword are now set based on the current blog contents)

Features:
V7.3
1. Fixed some more bugs
2. Enhanced Dash Board Panel
3. Added Most Popular Item
4. Added Tag Clouds
5. Added Blog Ads support (View the end file of your locale for details)

V7.2
1. Fixes enormous bugs and enhanced functionality
2. Added pagenav for blog pages
3. Enhanced layout
4. More fix/enhancements to follow

V7.1
1. Initial conversion to PHP-Fusion Core 7
2. Bugs fixed from older versions
3. Replaced calendar function with Digitanium's version
4. More simplified and enhanced user interface
5. Added share links
Copyright
aGPL
Approved By: Diemux Staff Rating:
Comment:
Support Thread: PFBlog System
Translations: No Extra Translations Submit : Report an Error Report a Vulnerability Report a Broken Link Submit a Translation
Ratings
Rating is available to Members only.

Please login or register to vote.

Awesome! Awesome! 0% [No Votes]
Very Good Very Good 0% [No Votes]
Good Good 0% [No Votes]
Average Average 0% [No Votes]
Poor Poor 100% [1 Vote]
6209
Fuze9210 on April 05 2009 09:25:55

Hey im sure i installed everything correct. But i get this message when im trying to click on the Blog Panel link:


Warning: require_once() [function.require-once]: Unable to access ../../themes/templates/header_include.php in /web/www/frac/users/f/fuzednotes/files/infusions/pfblog_panel/header.php on line 38

Warning: require_once(../../themes/templates/header_include.php) [function.require-once]: failed to open stream: No such file or directory in /web/www/frac/users/f/fuzednotes/files/infusions/pfblog_panel/header.php on line 38

Fatal error: require_once() [function.require]: Failed opening required '../../themes/templates/header_include.php' (include_path='.:/usr/share/php:/usr/share/pear:/web/www/include'Wink in /web/www/frac/users/f/fuzednotes/files/infusions/pfblog_panel/header.php on line 38

663
tritto on April 16 2009 06:31:00

same 4 me too

4825
Grog on May 19 2009 07:11:38

The same problem!!! Confused

6929
tranberg on June 02 2009 03:28:49

Same...

3285
dukelc on June 02 2009 14:51:41

header.php change

this

Code
echo "<script type='text/javascript' src='".INCLUDES."jquery.js'></script>\n";
require_once THEMES."templates/header_include.php";
echo "</head>\n<body>\n";

require_once INFUSIONS."pfblog_panel/panels.php";
ob_start();
?>




so

Code
echo "<script type='text/javascript' src='".INCLUDES."jquery.js'></script>\n";
require_once INFUSIONS."pfblog_panel/panels.php";
echo "</head>\n<body>\n";


ob_start();
?>


705
gozoc on June 11 2009 08:06:10

Forget this system. Its VERY buggy and not working !!!!

If you dont have much php knowledge ... forget it.

2062
vannix on September 24 2009 03:53:31

If there is still support for this blog system I would like to point out an error message I receive in the admin listed below:

"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1Error ConfusedELECT DISTINCT ent.nEntryId,ent.nUserAdded,ent.cTitle,ent.dAdded,usr.user_name,ent.cStatus,ent.nComments FROM v_blog_entries ent INNER JOIN v_users usr ON ent.nUserAdded=usr.user_id LEFT OUTER JOIN v_blog_entry_categories entcat ON ent.nEntryId=entcat.nEntryId ORDER BY ent.dAdded DESC LIMIT 0,"

can someone explain thx

Post Comment
Please Login to Post a Comment.