Search found 11 matches

by shpolbder
Tue 21. Sep 2004, 21:10
Forum: phpwcms Support English
Topic: [Request] RELATED with Summary Template styling
Replies: 2
Views: 1005

No, no, no.
Sorry for bad English :oops:

I mean this. I'd like 1) to get articles list of some sort (RELATED or NEWS, it does not matter) and 2) to shape it my way (e.g. with article_image, article_summary etc.). I want to have this list formed on the basis of article summary template.

I know ...
by shpolbder
Tue 21. Sep 2004, 11:51
Forum: phpwcms Support English
Topic: [Request] RELATED with Summary Template styling
Replies: 2
Views: 1005

[Request] RELATED with Summary Template styling

I desperately need help in this problem. I want to get all articles which is related given keyword(s) (as RELATED tag does) but in form of summaries of the aliased article (using the article summary list template).

In other words, I need something like RELATED + TEASER .

I suppose it is not very ...
by shpolbder
Sat 14. Aug 2004, 14:58
Forum: hacks & enhancements
Topic: [Discontinued] Company Enhancements MOD
Replies: 139
Views: 86228

Problem with 'space' in product name?

It seems I have the strange problem.
Then I insert productname in which there is a space-symbol (e.g. 'Big Car'), and want to get {PRODUCTS:PRICELIST:Big Car} (or any other Replacement Tags for 'Big Car') I do not get anything at all. It is like there is no such product. But if I change productname ...
by shpolbder
Fri 6. Aug 2004, 07:32
Forum: hacks & enhancements Support
Topic: Fatal error bei VTS
Replies: 9
Views: 5695

I have same error...
Would you like to use English please?
by shpolbder
Sun 1. Aug 2004, 20:54
Forum: hacks & enhancements
Topic: Beta2: Webstat mod - RC4 valid
Replies: 97
Views: 36747

I installed mod as said in txt file.
I push WEBSTAT and get this:
Fatal error: Undefined class name 'phpopentracker_config' in /pub/home/shpolbde/cms3/include/inc_ext/phpOpenTracker/phpOpenTracker.php on line 35
What can I do? Help me please.
by shpolbder
Sun 1. Aug 2004, 15:58
Forum: phpwcms Support English
Topic: How to add ID=... to the BODY tag? [SOLVED]
Replies: 4
Views: 1260

I made it another way.
Nevertheless it would be an useful option...
by shpolbder
Fri 30. Jul 2004, 22:57
Forum: phpwcms Support English
Topic: How to insert articles list in side block?
Replies: 2
Views: 1043

Thanks for quick and thorough answer, DeXXus.
by shpolbder
Fri 30. Jul 2004, 19:52
Forum: phpwcms Support English
Topic: How to insert articles list in side block?
Replies: 2
Views: 1043

How to insert articles list in side block?

I have two question and will appreciate an answers.

1) Is there a way to get flat list of ALL articles (not structured like sitemap)?
2) Is there a possibility to insert it in one of side blocks (left or right)?

Thanks in advance.
by shpolbder
Thu 29. Jul 2004, 16:25
Forum: phpwcms Support English
Topic: How to add ID=... to the BODY tag? [SOLVED]
Replies: 4
Views: 1260

Even Better:

CSS

body.page1 div#mainMenu li a#page1,
body.page2 div#mainMenu li a#page2,
..... {
.....
}


HTML

<body class="page1">
<div id="mainMenu">
<ul>
<li><a id="page1" href="page1.shtml">menu1</a></li>
<li><a id="page2" href="page2.shtml">menu2</a></li>
...
</ul>
</div>
...
by shpolbder
Thu 29. Jul 2004, 15:48
Forum: phpwcms Support English
Topic: How to add ID=... to the BODY tag? [SOLVED]
Replies: 4
Views: 1260

CSS

body#page1 div#mainMenu li a#menuItemForPage1,
body#page2 div#mainMenu li a#menuItemForPage2,
..... {
.....
}


HTML

<body id="page1">
<div id="mainMenu">
<ul>
<li><a id="menuItemForPage1" href="page1.shtml">menu1</a></li>
<li><a id="menuItemForPage2" href="page2.shtml">menu2</a></li ...
by shpolbder
Thu 29. Jul 2004, 14:24
Forum: phpwcms Support English
Topic: How to add ID=... to the BODY tag? [SOLVED]
Replies: 4
Views: 1260

How to add ID=... to the BODY tag? [SOLVED]

I'd like to know: is there any way to add to BODY tag something like this:

Code: Select all

<body id="{pagename}">
It would be very useful for adding "this page" station in menu.
Thanks in advance.