TOP_COUNT for every category

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Will
Posts: 55
Joined: Mon 9. Aug 2004, 05:30

TOP_COUNT for every category

Post by Will »

Hello people,

My second question: Is there a way to specify a category-level TOP_COUNT? I would like be able to show one or more summaries depending on the category that is being seen.

TIA!
Will
Pappnase

Post by Pappnase »

hello

wicht version did you use?

onece you can setup the top count at every structure level.

or global at the (include/inc_conf/)conf.template_default.inc.php
line 88

Code: Select all

$template_default["top_count"]				= 1;
Will
Posts: 55
Joined: Mon 9. Aug 2004, 05:30

Post by Will »

thanks for you quick reply!

I think I'm using the latest version cuz I download it yesterday from this website... :) However, it said in the top left corner of the admin section: v1.1 RC2.

I can't find where to set it at structure level... :( I guess it should be possible in the definition of a level but I can't find it... :(

I did modify the conf.template_default.inc.php file but, as you said, it affect the whole site...

Thanks again,
Will
Pappnase

Post by Pappnase »

hello

oh an fantasitico user!
then i would say goto sourceforge download the latest version!
http://www.phpwcms.de/index.php?id=7,0,0,1,0,0

read the upgrade tutorial http://www.phpwcms.de/index.php?id=38,0,0,1,0,0

and a little tip edit the new conf.inc.php manually cos there a few changes!
Last edited by Pappnase on Mon 9. Aug 2004, 08:54, edited 1 time in total.
Will
Posts: 55
Joined: Mon 9. Aug 2004, 05:30

Post by Will »

Oops! You're rite!!! I though I installed by myself... :)

Not that *fantastico* though... :oops:

Thanks a lot!!!
Will
Pappnase

Post by Pappnase »

Will wrote:Oops! You're rite!!! I though I installed by myself... :)

Not that *fantastico* though... :oops:

Thanks a lot!!!
hello will

sorry thought by fantastico cos always if sombody say he have RC2 1.1 it was installed by fanastico!*sorry* :oops:
Will
Posts: 55
Joined: Mon 9. Aug 2004, 05:30

Post by Will »

No, no, no... No need to apologize! :)

It was my fault.. I though I'd install it manually as I usually do... :) Thanks pointing this out...

Just checking out hard the upgrade will be.

All the best,
Will
Pappnase

Post by Pappnase »

Will wrote:No, no, no... No need to apologize! :)

It was my fault.. I though I'd install it manually as I usually do... :) Thanks pointing this out...

Just checking out hard the upgrade will be.

All the best,
hello

the upgrade isn't hard if you fowllow the steps at the tutorial.
and please don't forget to edit the new conf.inc.php manually.

also run all sql upgrades that needs to run the upgrade.sql 4 times!
Will
Posts: 55
Joined: Mon 9. Aug 2004, 05:30

Post by Will »

Flawless!! A BIG Thanks!

There's still some things I would like to see:

* That an image surrounded by a [IDXXX] tag, get parsed correctly as a link to an article or category.

* Users login... :)

* A new article content: "Enbeded article"... I meant... if I had an article that I would like to include inside another article, well... that the program could be able to handle it... Or is it a way to do that?

Cheers!
Will
Pappnase

Post by Pappnase »

Will wrote:Flawless!! A BIG Thanks!

There's still some things I would like to see:

* That an image surrounded by a [IDXXX] tag, get parsed correctly as a link to an article or category.

* Users login... :)

* A new article content: "Enbeded article"... I meant... if I had an article that I would like to include inside another article, well... that the program could be able to handle it... Or is it a way to do that?

Cheers!
hello

1. you can do this by mix the id tag an the image tag
eg. [ID xx]{IMAGE:image_name.ext}[/ID]

2. Frontend user login will come with the next version.

3. Alias Article will also come with the next release.
Post Reply