Page 17 of 27
Posted: Sun 19. Mar 2006, 23:39
by 1996 328ti
tinoo wrote:
Another question: Where is the order of the pagenavigation createt? For
example if i like to have the navigation like this:
<< < Page 1 of 1 > >>
Which line do i have to change in the core code?
I'd like to do this also.
Or possibly just
<< < > >> +
Posted: Mon 20. Mar 2006, 07:32
by tinoo
@1996 328ti
Check new version! All done by Erich...
Posted: Mon 20. Mar 2006, 13:44
by 1996 328ti
tinoo wrote:Check new version! All done by Erich...
Is there something newer than 1.61?
That is what I am using.
pagenavstyle = 1 (Graphical Style)
Spagenavpos = 0 (bottom)
thumb_maxwidth =
graphicpagenavlayout = 1 (<< < Page > >>)
I to either Page 1 of 3 or remove the page 1 3 altogether.
Posted: Mon 20. Mar 2006, 13:51
by erich_k4
1996 328ti wrote:
I to either Page 1 of 3 or remove the page 1 3 altogether.
use
Page|of for pagelink_text (Pagenavigation Caption)
Erich
Posted: Mon 20. Mar 2006, 13:52
by tinoo
1996 328ti wrote:I to either Page 1 of 3 or remove the page 1 3 altogether.
Sorry, but what's your problem now? This doesn't work or what? I lost
the connection...
Posted: Mon 20. Mar 2006, 14:12
by 1996 328ti
erich_k4 wrote:1996 328ti wrote:
I to either Page 1 of 3 or remove the page 1 3 altogether.
use
Page|of for pagelink_text (Pagenavigation Caption)
Erich
Much better, thank to.
I didn't even notice
Pagelinktext e.g. Page|from or Seite|von
Now what if I don't want the page numbers listed at all?
Is that possible?
Posted: Mon 20. Mar 2006, 14:26
by erich_k4
1996 328ti wrote:
Now what if I don't want the page numbers listed at all?
Is that possible?
Not at the moment, but in the next version....
Erich
Posted: Mon 20. Mar 2006, 14:55
by StudioZ
Hello Erich,
Just a suggestion or request:
Would it be easy to get {TEASER_EX} to render the
isNew.php Rep Tag?
I have a project where this would be usefull.
Thanks again for your great efforts on this awesome RT.
Cheers,
Posted: Tue 21. Mar 2006, 02:48
by allison
Hi,
Thanks Erich for great RT. It's very useful for my project! I have a small question
My news structure:
Home article only contains RT {TEASER_EX} with syntax:
Code: Select all
{TEASER_EX:news|-1:3:article_created|DESC:0:Trang:1::news_list:-1::0:0::0}
Backend:
And my question is: I don't want to display home article in backend. How can i do that?
I switch home article to invisible and nonpublic. Sometime the RT works, home article doesn't display in backend. But sometime it doesn't work, it only displays the article next home article.
Allison.
Posted: Tue 21. Mar 2006, 07:51
by erich_k4
allison wrote:
And my question is: I don't want to display home article in backend. How can i do that?
I switch home article to invisible and nonpublic. Sometime the RT works, home article doesn't display in backend. But sometime it doesn't work, it only displays the article next home article.
Allison.
Hi allison!
you have to exclude the teaser_ex-article from the resultset, to do so follow the steps below:
1. move the cursor over the edit article button (your home article)
2. look at status bar and remember the id (13 in the sample)
adjust your teaser_ex tag.
Code: Select all
{TEASER_EX:news|-1:3:article_created|DESC:0:Trang:1:YOURID:news_list:-1::0:0::0}
Posted: Tue 21. Mar 2006, 10:15
by allison
Hi Erich,
That is. Everything is good done. It's very simple but I don't understand what "exclude" means in Vietnamese in "Exclude Articles with ID's" content. A stupid question!
Allison
Posted: Tue 21. Mar 2006, 13:23
by 1996 328ti
tinoo wrote:Hi Folks
I just changend some of the navigation grafics (larger symbols). If you
want to use it - feel free to save them to your disk:
You don't happen to have a new button for all, do you?
Posted: Tue 21. Mar 2006, 16:12
by tinoo
1996 328ti wrote:You don't happen to have a new button for all, do you?
I'm sorry - i don't have a button for "all"... 'cause i didn't need it... You can
find my modified buttons in /img/button - just have a look there and may be
you'll find a suitable one for "all"?
![Wink :wink:](./images/smilies/icon_wink.gif)
problem with Templatename
Posted: Thu 23. Mar 2006, 19:59
by KIer
hi I use {TEASER_EX} Replacement tag v1.61
but in templatename for articlelising, I can only select
Default or
System, if I select other Templatename, the article disapear, no show.
this works:
Code: Select all
TEASER_EX:en_events|1:1:article_created|DESC:1::1::system:20::0:0:200:0}
Code: Select all
TEASER_EX:en_events|1:1:article_created|DESC:1::1::default:20::0:0:200:0}
but this don't work:
Code: Select all
TEASER_EX:en_events|1:1:article_created|DESC:1::1::event:20::0:0:200:0}
and I have event.tmpl in phpwcms_template/inc_cntpart/list/event.tmpl
It works in my categoery page, but it doesn't work where I put the teaser code.
anyone know what is the problem?
thanks in advance.
Re: problem with Templatename
Posted: Thu 23. Mar 2006, 20:11
by erich_k4
KIer wrote:
but this don't work:
Code: Select all
TEASER_EX:en_events|1:1:article_created|DESC:1::1::event:20::0:0:200:0}
and I have event.tmpl in phpwcms_template/inc_cntpart/list/event.tmpl
It works in my categoery page, but it doesn't work where I put the teaser code.
anyone know what is the problem?
thanks in advance.
missing fileextension!
use
event.tmpl instead of event