CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 OT: beta 4 CS forum Example

Print topic Send  topic

Author Message
Steven Dowd
Posted: 05/17/2002, 4:50 AM

has anyone tried the forum example, and found an error in the reply.php?
when I try to reply to a posting I get an error:-

Parse error: parse error, expecting `'('' in
c:\inetpub\apache\htdocs\forum\reply.php on line 77

but looking at the code I just cannot see anything wrong with it ?
this was a std out the box forum project, just published as php+templates.

Steven Dowd

Allen
Posted: 05/19/2002, 2:11 AM

I generate asp code. When I try to reply to a posting I get an error too but
different error message. I reported the issue to CodeCharge Support Team. I
think it will be fixed in next release.

Allen Kuo

"Steven Dowd" <newspost.steven.dowd@dowd.co.uk> ¼¶¼g©ó¶l¥ó·s»D
:ac2qpe$dve$1@news.codecharge.com...
> has anyone tried the forum example, and found an error in the reply.php?
> when I try to reply to a posting I get an error:-
>
> Parse error: parse error, expecting `'('' in
> c:\inetpub\apache\htdocs\forum\reply.php on line 77
>
> but looking at the code I just cannot see anything wrong with it ?
> this was a std out the box forum project, just published as php+templates.
>
> Steven Dowd
>
>

Dave Rexel
Posted: 05/19/2002, 2:57 AM

Stange, I get the same error the same line nr 77 be it ASP || PHP forum
straight out of box... portal example works in both


"Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
news:ac2qpe$dve$1@news.codecharge.com...
> has anyone tried the forum example, and found an error in the reply.php?
> when I try to reply to a posting I get an error:-
>
> Parse error: parse error, expecting `'('' in
> c:\inetpub\apache\htdocs\forum\reply.php on line 77
>
> but looking at the code I just cannot see anything wrong with it ?
> this was a std out the box forum project, just published as php+templates.
>
> Steven Dowd
>
>

Dave Rexel
Posted: 05/19/2002, 3:04 AM

Sorry the ASP version does not work at all.
I was trying the PHP version on different PCs

"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:ac7sv6$ftj$1@news.codecharge.com...
> Stange, I get the same error the same line nr 77 be it ASP || PHP forum
> straight out of box... portal example works in both
>
>
> "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
>news:ac2qpe$dve$1@news.codecharge.com...
> > has anyone tried the forum example, and found an error in the reply.php?
> > when I try to reply to a posting I get an error:-
> >
> > Parse error: parse error, expecting `'('' in
> > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> >
> > but looking at the code I just cannot see anything wrong with it ?
> > this was a std out the box forum project, just published as
php+templates.
> >
> > Steven Dowd
> >
> >
>
>

Dave Rexel
Posted: 05/19/2002, 4:04 AM

SOLVED?
Here's the fix for line 77 (I hope)
$this->message_id_parent->SetValue(CCGetParam("message_id", ""));
the app runs from that change

Must stress-test the forum app

"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:ac7tb9$gll$1@news.codecharge.com...
> Sorry the ASP version does not work at all.
> I was trying the PHP version on different PCs
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:ac7sv6$ftj$1@news.codecharge.com...
> > Stange, I get the same error the same line nr 77 be it ASP || PHP forum
> > straight out of box... portal example works in both
> >
> >
> > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> >news:ac2qpe$dve$1@news.codecharge.com...
> > > has anyone tried the forum example, and found an error in the
reply.php?
> > > when I try to reply to a posting I get an error:-
> > >
> > > Parse error: parse error, expecting `'('' in
> > > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> > >
> > > but looking at the code I just cannot see anything wrong with it ?
> > > this was a std out the box forum project, just published as
> php+templates.
> > >
> > > Steven Dowd
> > >
> > >
> >
> >
>
>

Steven Dowd
Posted: 05/19/2002, 10:44 AM

Thanks for the tips, Dave , Allen, I had found the answer to the line 77 bug
earlier and was working on the smiley images not showing when I saw your
post Dave, so I have implemented that with success

I have just combined the Portal example with the forum example as a
php+mysql project, I see it as more useful combined into a single project,
if your interested in this mail me I can send you the project zipped

I want to make some admin pages now for the forum example and categories, if
you want to help?

Steven Dowd

"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:ac80rj$mec$1@news.codecharge.com...
> SOLVED?
> Here's the fix for line 77 (I hope)
> $this->message_id_parent->SetValue(CCGetParam("message_id", ""));
> the app runs from that change
>
> Must stress-test the forum app
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:ac7tb9$gll$1@news.codecharge.com...
> > Sorry the ASP version does not work at all.
> > I was trying the PHP version on different PCs
> >
> > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> >news:ac7sv6$ftj$1@news.codecharge.com...
> > > Stange, I get the same error the same line nr 77 be it ASP || PHP
forum
> > > straight out of box... portal example works in both
> > >
> > >
> > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> > >news:ac2qpe$dve$1@news.codecharge.com...
> > > > has anyone tried the forum example, and found an error in the
> reply.php?
> > > > when I try to reply to a posting I get an error:-
> > > >
> > > > Parse error: parse error, expecting `'('' in
> > > > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> > > >
> > > > but looking at the code I just cannot see anything wrong with it ?
> > > > this was a std out the box forum project, just published as
> > php+templates.
> > > >
> > > > Steven Dowd
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Dave Rexel
Posted: 05/20/2002, 9:23 AM

Steve,

I'm testing CCS, but otherwise I am overloaded with work so time to help
others is limited even though I'd like to.

Making admin pages is a simple enough in CCS.

I will try to answer any posts if you do have specific problems.

Greetings

"Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
news:ac8oa2$1o7$1@news.codecharge.com...
> Thanks for the tips, Dave , Allen, I had found the answer to the line 77
bug
> earlier and was working on the smiley images not showing when I saw your
> post Dave, so I have implemented that with success
>
> I have just combined the Portal example with the forum example as a
> php+mysql project, I see it as more useful combined into a single project,
> if your interested in this mail me I can send you the project zipped
>
> I want to make some admin pages now for the forum example and categories,
if
> you want to help?
>
> Steven Dowd
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:ac80rj$mec$1@news.codecharge.com...
> > SOLVED?
> > Here's the fix for line 77 (I hope)
> > $this->message_id_parent->SetValue(CCGetParam("message_id", ""));
> > the app runs from that change
> >
> > Must stress-test the forum app
> >
> > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> >news:ac7tb9$gll$1@news.codecharge.com...
> > > Sorry the ASP version does not work at all.
> > > I was trying the PHP version on different PCs
> > >
> > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > >news:ac7sv6$ftj$1@news.codecharge.com...
> > > > Stange, I get the same error the same line nr 77 be it ASP || PHP
> forum
> > > > straight out of box... portal example works in both
> > > >
> > > >
> > > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> > > >news:ac2qpe$dve$1@news.codecharge.com...
> > > > > has anyone tried the forum example, and found an error in the
> > reply.php?
> > > > > when I try to reply to a posting I get an error:-
> > > > >
> > > > > Parse error: parse error, expecting `'('' in
> > > > > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> > > > >
> > > > > but looking at the code I just cannot see anything wrong with it ?
> > > > > this was a std out the box forum project, just published as
> > > php+templates.
> > > > >
> > > > > Steven Dowd
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Steven Dowd
Posted: 05/20/2002, 9:28 AM

The admin pages have been easy , getting a categories system to work and
show the replies by thread is making me sweat.

A categories system I think in a released ccs forum example would be a must,
even the forum at gotocode lately is getting to be a complete mess , all for
the sake of setting up some categories.

Steven

"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:acb7u4$fn5$1@news.codecharge.com...
> Steve,
>
> I'm testing CCS, but otherwise I am overloaded with work so time to help
> others is limited even though I'd like to.
>
> Making admin pages is a simple enough in CCS.
>
> I will try to answer any posts if you do have specific problems.
>
> Greetings
>
> "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
>news:ac8oa2$1o7$1@news.codecharge.com...
> > Thanks for the tips, Dave , Allen, I had found the answer to the line 77
> bug
> > earlier and was working on the smiley images not showing when I saw your
> > post Dave, so I have implemented that with success
> >
> > I have just combined the Portal example with the forum example as a
> > php+mysql project, I see it as more useful combined into a single
project,
> > if your interested in this mail me I can send you the project zipped
> >
> > I want to make some admin pages now for the forum example and
categories,
> if
> > you want to help?
> >
> > Steven Dowd
> >
> > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> >news:ac80rj$mec$1@news.codecharge.com...
> > > SOLVED?
> > > Here's the fix for line 77 (I hope)
> > > $this->message_id_parent->SetValue(CCGetParam("message_id", ""));
> > > the app runs from that change
> > >
> > > Must stress-test the forum app
> > >
> > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > >news:ac7tb9$gll$1@news.codecharge.com...
> > > > Sorry the ASP version does not work at all.
> > > > I was trying the PHP version on different PCs
> > > >
> > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > >news:ac7sv6$ftj$1@news.codecharge.com...
> > > > > Stange, I get the same error the same line nr 77 be it ASP || PHP
> > forum
> > > > > straight out of box... portal example works in both
> > > > >
> > > > >
> > > > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> > > > >news:ac2qpe$dve$1@news.codecharge.com...
> > > > > > has anyone tried the forum example, and found an error in the
> > > reply.php?
> > > > > > when I try to reply to a posting I get an error:-
> > > > > >
> > > > > > Parse error: parse error, expecting `'('' in
> > > > > > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> > > > > >
> > > > > > but looking at the code I just cannot see anything wrong with it
?
> > > > > > this was a std out the box forum project, just published as
> > > > php+templates.
> > > > > >
> > > > > > Steven Dowd
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Alexey Alexapolsky
Posted: 05/20/2002, 9:58 AM

This will be fixed in the next release.

--
Alex
CodeCharge Developer


"Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
news:ac2qpe$dve$1@news.codecharge.com...
> has anyone tried the forum example, and found an error in the reply.php?
> when I try to reply to a posting I get an error:-
>
> Parse error: parse error, expecting `'('' in
> c:\inetpub\apache\htdocs\forum\reply.php on line 77
>
> but looking at the code I just cannot see anything wrong with it ?
> this was a std out the box forum project, just published as php+templates.
>
> Steven Dowd
>
>

Dave Rexel
Posted: 05/20/2002, 10:25 AM

How coincidental.

I almost died laughing (fell off my chair) at the supplied forum example in
CCS-B4 and am at the drawing board sketching program-flow schematics for an
advanced forum design.

If this forum will be made using CCS or handcoded is open just now, I first
need to visualise a model that incorporates a pleasurable experience for the
user.

Categories are just a beginning and not hard to implement. Can you send a
schematic design of what you would like the forum to do with them.

Are you building the app from the ground up in CCS?
- that would facilitate discussion I think.

Sorry for not being more informative.


"Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
news:acb870$gbq$1@news.codecharge.com...
> The admin pages have been easy , getting a categories system to work and
> show the replies by thread is making me sweat.
>
> A categories system I think in a released ccs forum example would be a
must,
> even the forum at gotocode lately is getting to be a complete mess , all
for
> the sake of setting up some categories.
>
> Steven
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:acb7u4$fn5$1@news.codecharge.com...
> > Steve,
> >
> > I'm testing CCS, but otherwise I am overloaded with work so time to help
> > others is limited even though I'd like to.
> >
> > Making admin pages is a simple enough in CCS.
> >
> > I will try to answer any posts if you do have specific problems.
> >
> > Greetings
> >
> > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> >news:ac8oa2$1o7$1@news.codecharge.com...
> > > Thanks for the tips, Dave , Allen, I had found the answer to the line
77
> > bug
> > > earlier and was working on the smiley images not showing when I saw
your
> > > post Dave, so I have implemented that with success
> > >
> > > I have just combined the Portal example with the forum example as a
> > > php+mysql project, I see it as more useful combined into a single
> project,
> > > if your interested in this mail me I can send you the project zipped
> > >
> > > I want to make some admin pages now for the forum example and
> categories,
> > if
> > > you want to help?
> > >
> > > Steven Dowd
> > >
> > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > >news:ac80rj$mec$1@news.codecharge.com...
> > > > SOLVED?
> > > > Here's the fix for line 77 (I hope)
> > > > $this->message_id_parent->SetValue(CCGetParam("message_id", ""));
> > > > the app runs from that change
> > > >
> > > > Must stress-test the forum app
> > > >
> > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > >news:ac7tb9$gll$1@news.codecharge.com...
> > > > > Sorry the ASP version does not work at all.
> > > > > I was trying the PHP version on different PCs
> > > > >
> > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > >news:ac7sv6$ftj$1@news.codecharge.com...
> > > > > > Stange, I get the same error the same line nr 77 be it ASP ||
PHP
> > > forum
> > > > > > straight out of box... portal example works in both
> > > > > >
> > > > > >
> > > > > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> > > > > >news:ac2qpe$dve$1@news.codecharge.com...
> > > > > > > has anyone tried the forum example, and found an error in the
> > > > reply.php?
> > > > > > > when I try to reply to a posting I get an error:-
> > > > > > >
> > > > > > > Parse error: parse error, expecting `'('' in
> > > > > > > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> > > > > > >
> > > > > > > but looking at the code I just cannot see anything wrong with
it
> ?
> > > > > > > this was a std out the box forum project, just published as
> > > > > php+templates.
> > > > > > >
> > > > > > > Steven Dowd
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Steven Dowd
Posted: 05/20/2002, 11:54 AM

what I have done is combine both the portal example and forum example that
was included, I cannot see why they are separate, I renamed the forum
examples default.php to forum.php and the portal examples default to
index.php, as my hosts server index.php firstly

I also renamed the viewtread and newtread etc to viewthread, newthread,
which I see as a correct spelling for a 'threaded' forum, treads are on car
tyres?

so now I have a single all CCS project that has portal + forum, I added the
forum_categories db table that I used as per the classifieds ads categories
in cc 2.05, I used this previously in a cc2.05 forum with categories and it
works great, but adding this into CCS has caused me a few problems, getting
new posts to order correct and a few other bugs, but I am getting there.

I think that the portal example has a few good items, and with a forum
included it will be much better received, I noted that in the internet.mdb
for the beta 4, there are bs_xxxxxx tables which I take as being bookstore
example to come tables,

anyway, portal+forum in ccs with categories and some threading would do fine
to start with, whatever I do, I want it to stay all ccs built, then it can
be passed person to person, and developed as it goes, maybe it will end up
like a gotocode.com example, a complete site in ccs?

Steven Dowd


"Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
news:acbbhg$mnq$1@news.codecharge.com...
> How coincidental.
>
> I almost died laughing (fell off my chair) at the supplied forum example
in
> CCS-B4 and am at the drawing board sketching program-flow schematics for
an
> advanced forum design.
>
> If this forum will be made using CCS or handcoded is open just now, I
first
> need to visualise a model that incorporates a pleasurable experience for
the
> user.
>
> Categories are just a beginning and not hard to implement. Can you send a
> schematic design of what you would like the forum to do with them.
>
> Are you building the app from the ground up in CCS?
> - that would facilitate discussion I think.
>
> Sorry for not being more informative.
>
>
> "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
>news:acb870$gbq$1@news.codecharge.com...
> > The admin pages have been easy , getting a categories system to work and
> > show the replies by thread is making me sweat.
> >
> > A categories system I think in a released ccs forum example would be a
> must,
> > even the forum at gotocode lately is getting to be a complete mess , all
> for
> > the sake of setting up some categories.
> >
> > Steven
> >
> > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> >news:acb7u4$fn5$1@news.codecharge.com...
> > > Steve,
> > >
> > > I'm testing CCS, but otherwise I am overloaded with work so time to
help
> > > others is limited even though I'd like to.
> > >
> > > Making admin pages is a simple enough in CCS.
> > >
> > > I will try to answer any posts if you do have specific problems.
> > >
> > > Greetings
> > >
> > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> > >news:ac8oa2$1o7$1@news.codecharge.com...
> > > > Thanks for the tips, Dave , Allen, I had found the answer to the
line
> 77
> > > bug
> > > > earlier and was working on the smiley images not showing when I saw
> your
> > > > post Dave, so I have implemented that with success
> > > >
> > > > I have just combined the Portal example with the forum example as a
> > > > php+mysql project, I see it as more useful combined into a single
> > project,
> > > > if your interested in this mail me I can send you the project zipped
> > > >
> > > > I want to make some admin pages now for the forum example and
> > categories,
> > > if
> > > > you want to help?
> > > >
> > > > Steven Dowd
> > > >
> > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > >news:ac80rj$mec$1@news.codecharge.com...
> > > > > SOLVED?
> > > > > Here's the fix for line 77 (I hope)
> > > > > $this->message_id_parent->SetValue(CCGetParam("message_id", ""));
> > > > > the app runs from that change
> > > > >
> > > > > Must stress-test the forum app
> > > > >
> > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > >news:ac7tb9$gll$1@news.codecharge.com...
> > > > > > Sorry the ASP version does not work at all.
> > > > > > I was trying the PHP version on different PCs
> > > > > >
> > > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > > >news:ac7sv6$ftj$1@news.codecharge.com...
> > > > > > > Stange, I get the same error the same line nr 77 be it ASP ||
> PHP
> > > > forum
> > > > > > > straight out of box... portal example works in both
> > > > > > >
> > > > > > >
> > > > > > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in
message
> > > > > > >news:ac2qpe$dve$1@news.codecharge.com...
> > > > > > > > has anyone tried the forum example, and found an error in
the
> > > > > reply.php?
> > > > > > > > when I try to reply to a posting I get an error:-
> > > > > > > >
> > > > > > > > Parse error: parse error, expecting `'('' in
> > > > > > > > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> > > > > > > >
> > > > > > > > but looking at the code I just cannot see anything wrong
with
> it
> > ?
> > > > > > > > this was a std out the box forum project, just published as
> > > > > > php+templates.
> > > > > > > >
> > > > > > > > Steven Dowd
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Dave Rexel
Posted: 05/20/2002, 12:43 PM

Steve,
You are correct on all points. spelling, combining apps and the best:

A communal super-website ccs example file/s...
upkept and enhanced by users is a brilliant idea.

One of the greatest advantages of this is that
new users get a huge boost in functionality out of the box (emm, file).
Having the whole web-site prebuilt is certainly easier to learn.

The second and not to be overlooked advantage is that
the support questions on how to add most functions
can have been addressed in the file/s.

If the focus is kept on finding pure CCS solutions in the GUI
instead of arcane buried code I'd be glad to contribute.

On the subject of arcane buried code :
I wrote this header for CC 2.05 tying login in with the security of phpBB
2.0.
It uses an otherwise unmodified CC Portal PHP4t example.
Still works perfect, you're logged in to both apps at once, logout as well.
You must modify the portal for it to be fully useable, but thats another
subject.

However, I still dislike the CCS forum example: the gfx make me sick
and I'd like to build all functionality from scratch using only the GUI
property panel.
This to ensure compatibilty and upkeep are simple.

Greetings
Dave


"Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
news:acbgot$v0$1@news.codecharge.com...
> what I have done is combine both the portal example and forum example that
> was included, I cannot see why they are separate, I renamed the forum
> examples default.php to forum.php and the portal examples default to
> index.php, as my hosts server index.php firstly
>
> I also renamed the viewtread and newtread etc to viewthread, newthread,
> which I see as a correct spelling for a 'threaded' forum, treads are on
car
> tyres?
>
> so now I have a single all CCS project that has portal + forum, I added
the
> forum_categories db table that I used as per the classifieds ads
categories
> in cc 2.05, I used this previously in a cc2.05 forum with categories and
it
> works great, but adding this into CCS has caused me a few problems,
getting
> new posts to order correct and a few other bugs, but I am getting there.
>
> I think that the portal example has a few good items, and with a forum
> included it will be much better received, I noted that in the internet.mdb
> for the beta 4, there are bs_xxxxxx tables which I take as being bookstore
> example to come tables,
>
> anyway, portal+forum in ccs with categories and some threading would do
fine
> to start with, whatever I do, I want it to stay all ccs built, then it can
> be passed person to person, and developed as it goes, maybe it will end up
> like a gotocode.com example, a complete site in ccs?
>
> Steven Dowd
>
>
> "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
>news:acbbhg$mnq$1@news.codecharge.com...
> > How coincidental.
> >
> > I almost died laughing (fell off my chair) at the supplied forum example
> in
> > CCS-B4 and am at the drawing board sketching program-flow schematics for
> an
> > advanced forum design.
> >
> > If this forum will be made using CCS or handcoded is open just now, I
> first
> > need to visualise a model that incorporates a pleasurable experience for
> the
> > user.
> >
> > Categories are just a beginning and not hard to implement. Can you send
a
> > schematic design of what you would like the forum to do with them.
> >
> > Are you building the app from the ground up in CCS?
> > - that would facilitate discussion I think.
> >
> > Sorry for not being more informative.
> >
> >
> > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> >news:acb870$gbq$1@news.codecharge.com...
> > > The admin pages have been easy , getting a categories system to work
and
> > > show the replies by thread is making me sweat.
> > >
> > > A categories system I think in a released ccs forum example would be a
> > must,
> > > even the forum at gotocode lately is getting to be a complete mess ,
all
> > for
> > > the sake of setting up some categories.
> > >
> > > Steven
> > >
> > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > >news:acb7u4$fn5$1@news.codecharge.com...
> > > > Steve,
> > > >
> > > > I'm testing CCS, but otherwise I am overloaded with work so time to
> help
> > > > others is limited even though I'd like to.
> > > >
> > > > Making admin pages is a simple enough in CCS.
> > > >
> > > > I will try to answer any posts if you do have specific problems.
> > > >
> > > > Greetings
> > > >
> > > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in message
> > > >news:ac8oa2$1o7$1@news.codecharge.com...
> > > > > Thanks for the tips, Dave , Allen, I had found the answer to the
> line
> > 77
> > > > bug
> > > > > earlier and was working on the smiley images not showing when I
saw
> > your
> > > > > post Dave, so I have implemented that with success
> > > > >
> > > > > I have just combined the Portal example with the forum example as
a
> > > > > php+mysql project, I see it as more useful combined into a single
> > > project,
> > > > > if your interested in this mail me I can send you the project
zipped
> > > > >
> > > > > I want to make some admin pages now for the forum example and
> > > categories,
> > > > if
> > > > > you want to help?
> > > > >
> > > > > Steven Dowd
> > > > >
> > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > >news:ac80rj$mec$1@news.codecharge.com...
> > > > > > SOLVED?
> > > > > > Here's the fix for line 77 (I hope)
> > > > > > $this->message_id_parent->SetValue(CCGetParam("message_id",
""));
> > > > > > the app runs from that change
> > > > > >
> > > > > > Must stress-test the forum app
> > > > > >
> > > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > > >news:ac7tb9$gll$1@news.codecharge.com...
> > > > > > > Sorry the ASP version does not work at all.
> > > > > > > I was trying the PHP version on different PCs
> > > > > > >
> > > > > > > "Dave Rexel" <therex_spamenot@hotmail.com> wrote in message
> > > > > > >news:ac7sv6$ftj$1@news.codecharge.com...
> > > > > > > > Stange, I get the same error the same line nr 77 be it ASP
||
> > PHP
> > > > > forum
> > > > > > > > straight out of box... portal example works in both
> > > > > > > >
> > > > > > > >
> > > > > > > > "Steven Dowd" <newspost.steven.dowd@dowd.co.uk> wrote in
> message
> > > > > > > >news:ac2qpe$dve$1@news.codecharge.com...
> > > > > > > > > has anyone tried the forum example, and found an error in
> the
> > > > > > reply.php?
> > > > > > > > > when I try to reply to a posting I get an error:-
> > > > > > > > >
> > > > > > > > > Parse error: parse error, expecting `'('' in
> > > > > > > > > c:\inetpub\apache\htdocs\forum\reply.php on line 77
> > > > > > > > >
> > > > > > > > > but looking at the code I just cannot see anything wrong
> with
> > it
> > > ?
> > > > > > > > > this was a std out the box forum project, just published
as
> > > > > > > php+templates.
> > > > > > > > >
> > > > > > > > > Steven Dowd
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.