Search found 14 matches

by danielreeders
Fri 15. Jun 2007, 00:48
Forum: phpwcms Support English
Topic: Custom content block - How to create and position?
Replies: 52
Views: 143090

CUSTOM_BLOCK creation....
I was able to get this to work, but not on first try.....

Thinking it might be the order in which each is created:
I created a new layout with custom blocks
I created a template applying layout and saving immediately (not filling in any info).
Then completed template ...
by danielreeders
Tue 12. Jun 2007, 10:53
Forum: phpwcms Support English
Topic: Paginate Content Parts !!!
Replies: 17
Views: 8937

Mhh, if I have a look over the sholder of a simple user it make sense for me to palce a bottom navigation. Knut

I've just setup pagination using the code provided above, and it worked like a charm, but I'd also like to choose where it appears... Most of the news sites I read offer a "single page ...
by danielreeders
Fri 1. Jun 2007, 04:11
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

OK, then again - and sorry for the peeved undertones ;-)

So you need a replacement tag which returns listing of "all" articles inside same level - maybe template based like cp teaser?

Should this go recursive inside the level, so you will get all articles of sub levels too?

Current article ...
by danielreeders
Thu 31. May 2007, 02:17
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

Hi danielreeders,
set up CP Article Menu and/or Teaser only ONCE!
Afterwards place {SHOW_CONTENT:CP,ID} anywhere on your --> PAGE TEMPLATE


LISTEN UP! Guys, I know HOW to do the Teaser/Show_Content combination.

But I need a solution that will populate the menu with links AUTOMATICALLY.

Unlike ...
by danielreeders
Wed 30. May 2007, 18:29
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

Content part to define it in an easy way!

Easy? Repeat: Teaser requires me to create a content part in every category, select all its pages by hand, and manually update each content part every time I add a new page to its category.

I'm trying to set up an article MENU here, a navigation device ...
by danielreeders
Wed 30. May 2007, 17:47
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 223187

Now realising some problems with both the teaser CP and the teaser-ex RT for my purposes of finding an article menu solution -- neither one offers the option of highlighting the current page, and neither one (I think) follows the manual ordering I've entered for the articles in the Article Centre ...
by danielreeders
Wed 30. May 2007, 17:45
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 223187

SOLVED?

I've found a bugfix or workaround.

On line 887 of reptag_teaser_ex.php I knocked out the second condition in the IF statement.

BEFORE
if ($c_listemplate_id != 'default' && !empty($article_list[$key]["article_image"]['tmpllist']) )

AFTER
if ($c_listemplate_id != 'default')

I'm fairly sure ...
by danielreeders
Wed 30. May 2007, 17:07
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 223187

jscholtysik wrote:Hi Daniel,

Oliver Georgi does not mean TEASER_EX by Erich, he means the content part teaser, which is in the core code of phpwcms...


Joachim
My mistake in assuming he was replying to the question I actually asked.

Teaser_EX does provide a solution, so I hope someone can still help me.
by danielreeders
Wed 30. May 2007, 17:04
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

NONONO!!! No TEASER_EX - this is not usable for you or recommend!

Content part "Teaser"!!! Read what I write, sorry! So difficult?

And I wrote REPLACEMENT TAG not CONTENT PART in my request!!!

If I wanted a content part I'd use Article Menu, because it selects all articles from the current menu ...
by danielreeders
Wed 30. May 2007, 15:19
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

- read - content part teaser is doing this very well!!!

Well, I gave {TEASER_EX} a try.

I spent 5 mins searching through the forum to find the 'home post' for the reptag, which is: http://www.phpwcms.de/forum/viewtopic.php?t=7503 .

I downloaded the extension from http://www.kmedv.at/wcms/index ...
by danielreeders
Wed 30. May 2007, 15:05
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 223187

Hi Erich,

I'm following Oliver's advice to use {TEASER_EX} to generate an article menu in a given category. I don't want menu items to appear in <H1> so I've created an articlemenu.tmpl file in /inc_cntpart/articlesummary/list/ .

I've entered the following code in my template:
{TEASER_EX ...
by danielreeders
Wed 30. May 2007, 11:41
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

Thanks for the response, but {NAV_LIST_UL} doesn't show ARTICLES. It only shows CATEGORIES.

I need a reptag to show ARTICLES in the same category as the current article.
by danielreeders
Wed 30. May 2007, 11:01
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

I'm starting to find this extremely frustrating, because it's not simple at all.

To start with, it seems I need to edit core files to add code to handle the {NAV_LIST_UL} replacement tag. For me, that immediately rules it out .

Let me explain why. I'm a hardcore PHPWCMS evangelist -- I've done ...
by danielreeders
Wed 30. May 2007, 09:41
Forum: phpwcms Support English
Topic: Simple Question -- Display ARTICLES in Menu?
Replies: 17
Views: 5826

Simple Question -- Display ARTICLES in Menu?

Hi everyone,

Is there any SIMPLE replacement tag I can use in a template to produce a list of ARTICLES, like the one I get using the "article menu" contentpart?

I've tried creating an article menu contentpart and then using the {SHOW_CONTENT:CP,[id]} replacement tag -- but that gives me the ...