Page 1 of 1

don't display summary in full article - Doesn't work

Posted: Fri 9. Sep 2005, 18:01
by Dave_LOgic
The option for "don't display summary in full article" doesn't seem to work...Is this just me or am I missing something???

Posted: Sat 10. Sep 2005, 04:30
by Pappnase
hello

wich version did you use!?

Posted: Sun 11. Sep 2005, 12:34
by Dave_LOgic
Pappnase wrote:hello

wich version did you use!?
The latest - 1.2.5

Posted: Sun 11. Sep 2005, 21:48
by StudioZ
Hi Dave ;)

Be sure you have theses latest files:

include/inc_act/act_articlecontent.php
http://cvs.sourceforge.net/viewcvs.py/p ... 2&view=log
include/inc_lib/article.editcontent.inc.php
http://cvs.sourceforge.net/viewcvs.py/p ... e&view=log
include/inc_tmpl/article.editsummary.tmpl.php
http://cvs.sourceforge.net/viewcvs.py/p ... e&view=log
include/inc_tmpl/article.new.tmpl.php
http://cvs.sourceforge.net/viewcvs.py/p ... e&view=log

You should be good to go...

Cheers,

Posted: Thu 15. Sep 2005, 00:12
by Dave_LOgic
StudioZ wrote:Hi Dave ;)

Be sure you have theses latest files:

include/inc_act/act_articlecontent.php
http://cvs.sourceforge.net/viewcvs.py/p ... 2&view=log
include/inc_lib/article.editcontent.inc.php
http://cvs.sourceforge.net/viewcvs.py/p ... e&view=log
include/inc_tmpl/article.editsummary.tmpl.php
http://cvs.sourceforge.net/viewcvs.py/p ... e&view=log
include/inc_tmpl/article.new.tmpl.php
http://cvs.sourceforge.net/viewcvs.py/p ... e&view=log

You should be good to go...

Cheers,

I've updated these files but still no go...What is really strange is that all of these things do not work..

Hide summary in full artiicle

Show / Dont show "More" link

Hide Article Title

None of these make any difference even if I delete / refresh the cache..

???/

Posted: Thu 15. Sep 2005, 09:52
by nomukaiki
The same is happening to my project, using 1.2.5-DEV.

None of this options work. I had to build special templates to not show that summary details.

Posted: Fri 23. Sep 2005, 17:00
by Dave_LOgic
nomukaiki wrote:The same is happening to my project, using 1.2.5-DEV.

None of this options work. I had to build special templates to not show that summary details.
That will be my next step if nobody comes to the rescue in time... :wink:

Posted: Fri 23. Sep 2005, 17:28
by StudioZ
Dave, depending if you have time -- I would personnaly,
try to install on the side, a quick brand new PhpWCMS 1.2.5 DEV.
Just to check if you still have the same issue with this new install....?

Cheers,

Posted: Fri 23. Sep 2005, 18:43
by Dave_LOgic
StudioZ wrote:Dave, depending if you have time -- I would personnaly,
try to install on the side, a quick brand new PhpWCMS 1.2.5 DEV.
Just to check if you still have the same issue with this new install....?

Cheers,
I might do....I'm beta testing a new host at the moment. When that goes live I will try a barebones install on that...It has a later version of PHP and MySQL and supports FreeType which means I'll finally be able to play around with the GT Mod.... :wink:

Posted: Sun 25. Sep 2005, 22:11
by Oliver Georgi
as long as you use "own" templates for article lists or summary this has NO effect. But you are able to make a copy of these templates but without the elements you do not want to be rendered.

Oliver

Posted: Mon 26. Sep 2005, 01:26
by Dave_LOgic
Oliver Georgi wrote:as long as you use "own" templates for article lists or summary this has NO effect. But you are able to make a copy of these templates but without the elements you do not want to be rendered.

Oliver
Many thanks for the explanation...When you say "own", does this infur that for this feature to work I need to use "default" listing & summary templates not the many others I have created..??

Posted: Mon 26. Sep 2005, 03:15
by spirelli
Yes, correct. As discussed before in these forums, the "don't display summary in full article" option only has effect on the 'default' template.

http://phpwcms.de/forum/viewtopic.php?p=14856#14856

Posted: Mon 26. Sep 2005, 13:02
by Dave_LOgic
spirelli wrote:Yes, correct. As discussed before in these forums, the "don't display summary in full article" option only has effect on the 'default' template.

http://phpwcms.de/forum/viewtopic.php?p=14856#14856
Many thanks...