Search found 14 matches

by sputtnik
Tue 14. Dec 2004, 23:12
Forum: phpwcms Support English
Topic: date/time problem
Replies: 9
Views: 1846

oh , i know that....but on the article it just shows the current time, as opposed to the time the article was created. i'm sorry
by sputtnik
Tue 14. Dec 2004, 22:53
Forum: phpwcms Support English
Topic: date/time problem
Replies: 9
Views: 1846

i changed the line:
$template_default["date"]["article"], $content["article_date"]), $content["all"]);
to
$template_default["date"]["article"] = "Y/m/d"; // (2003/12/25)
right?
by sputtnik
Tue 14. Dec 2004, 22:45
Forum: phpwcms Support English
Topic: date/time problem
Replies: 9
Views: 1846

when i make that first change only, $template_default["date"]["article"] = "Y/m/d"; // (2003/12/25) i get an error: Parse error: parse error, unexpected '=' in /home/anteyet/public_html/aenergy/include/inc_front/content.func.inc.php on line 357" so that doesn't see...
by sputtnik
Tue 14. Dec 2004, 21:21
Forum: phpwcms Support English
Topic: date/time problem
Replies: 9
Views: 1846

I have all of those set correctly. anything else?
by sputtnik
Tue 14. Dec 2004, 20:48
Forum: phpwcms Support English
Topic: date/time problem
Replies: 9
Views: 1846

date/time problem

In my article template, i'm using the sample one, i have {DATE_ARTICLE} and (TIME_ARTICLE} in there and I still get the current date/time instead of those of the article. How do I go about fixing this? thanks.

Matt
by sputtnik
Tue 14. Dec 2004, 09:59
Forum: General Discussion
Topic: Date and time settings
Replies: 9
Views: 4009

I'm trying to offset the time on the articles that i'm posting... where would I put the above code? which file? thanks
by sputtnik
Tue 14. Dec 2004, 09:16
Forum: phpwcms Support English
Topic: Simple Comments?
Replies: 4
Views: 1273

i do have it deleted in there, i just saw it done like that on here before i didn't know if the tag wouldn't show up like that or anything, so i wanted to just be safe, thanks though
by sputtnik
Tue 14. Dec 2004, 09:00
Forum: phpwcms Support English
Topic: Simple Comments?
Replies: 4
Views: 1273

yeah, i haven't gotten to messing with the layout really yet. what i have on that site though is a table and in the one cell there's a div with the index.php file included in there. on that index.php file i want to let viewers click a link at the end of the article to leave a comment on it. i added ...
by sputtnik
Tue 14. Dec 2004, 08:35
Forum: phpwcms Support English
Topic: Simple Comments?
Replies: 4
Views: 1273

Simple Comments?

Well first off, here's my site address: http://www.apatheticenergy.com/main.php Anyways, what I want to do is be able to allow viewers to leave comments. I try the guesbook/comment content selection and make it visible but it doesn't show up. Plus, I didn't want the whole comment form to show up on ...
by sputtnik
Mon 13. Dec 2004, 08:32
Forum: phpwcms Support English
Topic: title size and other problem
Replies: 7
Views: 1267

While i have your help. On the articles, i don't want a link at the end saying more and i don't want the title to link for the article at full screen. Where do I need to go to edit that? Thanks
by sputtnik
Mon 13. Dec 2004, 08:15
Forum: phpwcms Support English
Topic: title size and other problem
Replies: 7
Views: 1267

Yep, thanks, i just found that. For what i needed it was really easy actually just needed to ad { CONTENT} into the main section and it works nicely. Thanks for the quick help, it was amazing
by sputtnik
Mon 13. Dec 2004, 08:06
Forum: phpwcms Support English
Topic: title size and other problem
Replies: 7
Views: 1267

Awesome, the answer to the second part worked. Thanks soooo much.

As for #1 I guess I'll just have to read over the template tutorial and make me a simple template. Thanks again.
by sputtnik
Mon 13. Dec 2004, 07:58
Forum: phpwcms Support English
Topic: title size and other problem
Replies: 7
Views: 1267

well i made a main.php file with my layout that i wanted, and in there i have a div container which includes the index.php file. so really i just need to know if there is an easier way to edit the default title size without creating a whole new template. as for the permissions. i do believe they're ...
by sputtnik
Mon 13. Dec 2004, 07:39
Forum: phpwcms Support English
Topic: title size and other problem
Replies: 7
Views: 1267

title size and other problem

I'm really new to phpwcms. My host had it on part of its automatic installations so I thought I'd give it a try. I really like it so far but I'm having a few problems #1: I'm using it for a blog primarily. So I'm using the index.php in a div on my main page. My only problem with it is that I can't g...