Search found 39 matches

by erwanpia
Mon 7. Nov 2005, 16:08
Forum: phpwcms Feature Requests
Topic: automatic comment form below article
Replies: 4
Views: 2960

automatic comment form below article

Hi, I love the paging systems both for the front end and the admin. I'll have to integrate that one of these days and about articles : has anyone thought of integrating an automatic comment form below each article ? Or will I have to sort out something noone has done ? or is this possible with ...
by erwanpia
Wed 1. Jun 2005, 12:21
Forum: sites under construction (made with phpwcms only)
Topic: simple and efficient
Replies: 1
Views: 2684

simple and efficient

Hi, I want to say I switched to lucidcms at some stage but came back to latest version of phpwcms because it's so flexible I also plan develop static web sites with phpwcms, crawl with httrack and then publish online for the moment here is my personal website http://erwanp.Free.Fr in development ...
by erwanpia
Mon 30. May 2005, 16:17
Forum: phpwcms Support English
Topic: nav_table_column and valign = top
Replies: 0
Views: 1529

nav_table_column and valign = top

Hi, this is the way I deactivated the boring compulsory valign=top in the nav_table_column menu : in include/inc_front/front.func.inc.php, in the build_levels fonction, I removed to valign=top everywhere and also I set the third attribute of calls to table_attributes to 0 and now I get no valign at ...
by erwanpia
Tue 18. Jan 2005, 10:22
Forum: hacks & enhancements
Topic: {CATNUM} Displays category number
Replies: 10
Views: 5378

Re: {CATNUM} Displays category number

I wonder if one of you has already done so or could help me out to do one. I want it so that I can display a different image on the left navigation space depending on which category the person is. That way I won't have to make a template per category just to get this done. hi dude, I posted a ...
by erwanpia
Tue 4. Jan 2005, 09:53
Forum: hacks & enhancements
Topic: MOST_READ : front end code to add
Replies: 23
Views: 14659

table article_read_count is in a previous post :

http://phpwcms.de/forum/viewtopic.php?t=4816
by erwanpia
Mon 20. Dec 2004, 17:46
Forum: hacks & enhancements
Topic: most read articles : start counting today !
Replies: 12
Views: 8851

sorry I created a new thread instead of replying can you moderator correct that one :?

anyway bold - sorry you're frold - answer to yours is here :

http://phpwcms.de/forum/viewtopic.php?p=28540
by erwanpia
Mon 20. Dec 2004, 17:31
Forum: hacks & enhancements
Topic: MOST_READ : front end code to add
Replies: 23
Views: 14659

MOST_READ : front end code to add

I created this new tag : MOST_READ, works like NEWS code to add in front.func.inc.php : function get_most_read_articles($template_default, $max_cnt_links=0, $dbcon) { // find all new articles $max_cnt_links = intval($max_cnt_links); $limit = ($max_cnt_links) ? " LIMIT ".$max_cnt_links : ""; $sql ...
by erwanpia
Mon 20. Dec 2004, 13:34
Forum: hacks & enhancements
Topic: most read articles : start counting today !
Replies: 12
Views: 8851

most read articles : start counting today !

Hello, I give you here the code to count articles read, the code for displaying most read articles will come when I figure out the best way to integrate it in phpwcms templates : in include/inc_front/content.article.inc.php, line 232, just before } mysql_free_result($cresult); add the following : if ...
by erwanpia
Fri 5. Nov 2004, 10:12
Forum: phpwcms Discussion
Topic: phpwcms and multiple adsense blocks
Replies: 0
Views: 1044

phpwcms and multiple adsense blocks

Hi, have a look at my site http://ecolopop.free.fr you'll notice two sets of google adsense blocks. One issue I encoutered was the fact that the first displayed block gets the first ads, and obviously the second block gets last ads, but sometimes none when there are not enough ads (google ads are ...
by erwanpia
Thu 4. Nov 2004, 11:17
Forum: sites you are proud of (made with phpwcms only)
Topic: ecolopop : logo feature
Replies: 2
Views: 3333

thanks i agree totally have a look at the result of your suggestion
small but efficient :wink:
by erwanpia
Fri 29. Oct 2004, 14:53
Forum: sites you are proud of (made with phpwcms only)
Topic: ecolopop : logo feature
Replies: 2
Views: 3333

ecolopop : logo feature

I have put up one interesting feature on that site : change top logo depending on structure level. If the logo for a structure level is not present, displays default logo example, all these pages use the same template http://ecolopop.free.fr http://ecolopop.free.fr/index.php?wildlife http://ecolopop ...
by erwanpia
Thu 14. Oct 2004, 14:31
Forum: phpwcms Support English
Topic: Too much articles in a cat
Replies: 2
Views: 1138

Same question here. I mentionned this issue earlier on but nobody seems to be keen on answering those


http://phpwcms.de/forum/viewtopic.php?t=2671&highlight=

http://phpwcms.de/forum/viewtopic.php?t=3061&highlight=
by erwanpia
Thu 16. Sep 2004, 15:05
Forum: phpwcms Feature Requests
Topic: alternative categories - pageing - article center
Replies: 0
Views: 974

alternative categories - pageing - article center

Hi, Here a few features i have thought of : - alternative categories : it is of course necessary that an article belongs to a category. Why not add a multiple select field in each article, storing other categories where it could appear . It is useful to put an article in more than one category ...
by erwanpia
Thu 19. Aug 2004, 12:03
Forum: phpwcms Support English
Topic: article order
Replies: 2
Views: 1110

For myself, I like to control the order of articles with a date I can edit instead of the automatic timestamp . This is because I often correct articles without wanting to change their order in the front end this is why I changed the order clause of the $sql query in get_new_articles() function in ...
by erwanpia
Tue 3. Aug 2004, 18:07
Forum: phpwcms Feature Requests
Topic: list pageing
Replies: 0
Views: 1016

list pageing

Hi, has anyone already done a pageing hack for structure level articles ?
my list of article is starting to grow grow grow.

and also in the admin...

thanks