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 ...
Search found 14 matches
- Fri 15. Jun 2007, 00:48
- Forum: phpwcms Support English
- Topic: Custom content block - How to create and position?
- Replies: 52
- Views: 143090
- 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 ...
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 ...
- Fri 1. Jun 2007, 04:11
- Forum: phpwcms Support English
- Topic: Simple Question -- Display ARTICLES in Menu?
- Replies: 17
- Views: 5826
- Thu 31. May 2007, 02:17
- Forum: phpwcms Support English
- Topic: Simple Question -- Display ARTICLES in Menu?
- Replies: 17
- Views: 5826
- Wed 30. May 2007, 18:29
- Forum: phpwcms Support English
- Topic: Simple Question -- Display ARTICLES in Menu?
- Replies: 17
- Views: 5826
- 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 ...
- 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 ...
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 ...
- Wed 30. May 2007, 17:07
- Forum: hacks & enhancements
- Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
- Replies: 398
- Views: 223187
My mistake in assuming he was replying to the question I actually asked.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
Teaser_EX does provide a solution, so I hope someone can still help me.
- Wed 30. May 2007, 17:04
- Forum: phpwcms Support English
- Topic: Simple Question -- Display ARTICLES in Menu?
- Replies: 17
- Views: 5826
- Wed 30. May 2007, 15:19
- Forum: phpwcms Support English
- Topic: Simple Question -- Display ARTICLES in Menu?
- Replies: 17
- Views: 5826
- Wed 30. May 2007, 15:05
- Forum: hacks & enhancements
- Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
- Replies: 398
- Views: 223187
- 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.DeXXus wrote:http://www.phpwcms.de/forum/viewtopic.php?t=12633
I need a reptag to show ARTICLES in the same category as the current article.
- Wed 30. May 2007, 11:01
- Forum: phpwcms Support English
- Topic: Simple Question -- Display ARTICLES in Menu?
- Replies: 17
- Views: 5826
- 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 ...
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 ...