Welcome, Guest. Please login or register.
Did you miss your activation email?
May. 12, 2008, 03:06:09 AM
44162 Posts in 9656 Topics by 4768 Members
Latest Member: eager
News: Share your PRADO experience with other PRADOers by commenting on the QuickStart Tutorial.
 
The PRADO Community » Prado v3.x » General Discussion » PRADO blog demo « previous next »
Pages: [1] 2 3 ... 5 Print
Author Topic: PRADO blog demo  (Read 18924 times)
Qiang
PRADO Team Leader
Administrator
Diamond Member
*****

Karma: 91
Offline Offline

Posts: 3164



View Profile
« on: May. 31, 2006, 03:32:05 AM »

Available at: http://www.pradosoft.com/demos/blog/

PRADO blog demo is a complete weblog system written in PRADO.

Please use this thread for discussion, comments and suggestions. Please also help us test this system. Thank you!

Currently, the blog demo has the following features:
* Create, edit, delete categories
* Create, edit, delete posts
* Create, delete comments
* Create, edit user accounts
* login, logout
* user roles
* search
* portlets
* new post/account approval
* sticky post
* configurable site parameters
* changeable theme

More features will be added in future.
Logged
jake
Platinum Member
****

Karma: 11
Offline Offline

Posts: 877



View Profile
« Reply #1 on: May. 31, 2006, 03:48:25 AM »

Sweet!
Logged
rokclimb15
Senior Member
***

Karma: 1
Offline Offline

Posts: 147


View Profile
« Reply #2 on: May. 31, 2006, 04:01:42 AM »

This is very cool! Grin

Is the source posted anywhere?
Logged
jake
Platinum Member
****

Karma: 11
Offline Offline

Posts: 877



View Profile
« Reply #3 on: May. 31, 2006, 04:03:50 AM »

^^ Comes with the demos obviously...
Logged
wei
PRADO v3.x Developer
Diamond Member
*****

Karma: 64
Offline Offline

Posts: 2887



View Profile
« Reply #4 on: May. 31, 2006, 05:40:45 AM »

Look great!

Suggestion

* add "remember me" login feature
* a simple automated spam protection to comments, ask questions like "what is 2 + 2 ?"
* when changing password, require the old password.


may be comments in ascending order?
« Last Edit: May. 31, 2006, 06:08:42 AM by wei » Logged
maisam
Senior Member
***

Karma: 5
Offline Offline

Posts: 106


View Profile
« Reply #5 on: May. 31, 2006, 06:43:54 AM »

hello
very good.
thank you.
I am waiting for DragAndDrop in ActiveControls.
very thanks.
Logged
Artūras Šlajus
Senior Member
***

Karma: 7
Offline Offline

Posts: 137


...and my invisible friend Joey.


View Profile WWW
« Reply #6 on: Jun. 02, 2006, 10:57:01 AM »

In registration it says that x11@arturaz.afraid.org is not valid email address
Logged

Imagine if you could change TRUE to be FALSE... The whole thing becomes a lie!
Qiang
PRADO Team Leader
Administrator
Diamond Member
*****

Karma: 91
Offline Offline

Posts: 3164



View Profile
« Reply #7 on: Jun. 02, 2006, 11:53:08 AM »

is arturaz.afraid.org a valid domain with MX record? The validator tries to verify that also besides the format.
Logged
Artūras Šlajus
Senior Member
***

Karma: 7
Offline Offline

Posts: 137


...and my invisible friend Joey.


View Profile WWW
« Reply #8 on: Jun. 02, 2006, 12:00:08 PM »

nope, it is not Wink

but dude, that is too harsh ;(
Logged

Imagine if you could change TRUE to be FALSE... The whole thing becomes a lie!
wei
PRADO v3.x Developer
Diamond Member
*****

Karma: 64
Offline Offline

Posts: 2887



View Profile
« Reply #9 on: Jun. 02, 2006, 01:03:50 PM »

prevents spaming, we spam them back (just joking).
Logged
jake
Platinum Member
****

Karma: 11
Offline Offline

Posts: 877



View Profile
« Reply #10 on: Jun. 02, 2006, 10:12:10 PM »

prevents spaming, we spam them back (just joking).
HAHAHA
Logged
flavio
Junior Member
**

Karma: 0
Offline Offline

Posts: 21


Functionless art is simply tolareted vandalism


View Profile
« Reply #11 on: Jun. 03, 2006, 02:34:01 AM »

my host does not provide sqlite  Cry
Logged
sam
Junior Member
**

Karma: 1
Offline Offline

Posts: 49



View Profile
« Reply #12 on: Jun. 07, 2006, 05:40:46 AM »

how about using the blog with the database like mysql Huh?
Logged
wei
PRADO v3.x Developer
Diamond Member
*****

Karma: 64
Offline Offline

Posts: 2887



View Profile
« Reply #13 on: Jun. 07, 2006, 11:35:20 PM »

Using a different database will be very similar. Sqlite does not require the user to install a database engine apart from the extensions existing in php (which was enabled by default in 5.0.x, but not so in 5.1.x).
Logged
flavio
Junior Member
**

Karma: 0
Offline Offline

Posts: 21


Functionless art is simply tolareted vandalism


View Profile
« Reply #14 on: Jun. 08, 2006, 11:50:00 AM »

i ***really*** need this blog example to work with MySQL, i´m having difficulties to find a "sqlite_fetch_all" function in mysql, i tried this: (BlogDataModule.php)

Code:
...
$sql="SELECT * FROM tblUsers $filter $orderBy $limit";
$result=$this->query($sql);
$rows=sqlite_fetch_all($result,SQLITE_ASSOC);
...

Code:
...
$sql="SELECT * FROM tblUsers $filter $orderBy $limit";
$result=$this->query($sql);
$rows = array();
while ( $row = mysqli_fetch_row($result) {
$rows[] = $row;
}
...

any help?
Logged
Pages: [1] 2 3 ... 5 Print 
« previous next »
Jump to: