Page 2 of 4
Posted: Fri 6. May 2005, 09:44
by trip
cyrano wrote:i made a new layout template and added 3 content blocks more
{CONTENT_LEFT}, {CONTENT_MIDDLE} and {CONTENT_RIGHT}.
Hi Cyrano,
when you created your content blocks, did you just add the {CONTENT_RIGHT} for example into your template and then it was recognised in the system... my question is how did the system know you added the TAG?
If I was to create, 6 new content parts, ie {1}{2}{3}{4}{5}{6}
do I just add this to my template and thats it?
comments would be appreciated
TriP
Posted: Thu 12. May 2005, 10:11
by trip
any ideas....
I have tried everything, but my own content blocks dont show up...!!!
TriP
Posted: Thu 12. May 2005, 10:54
by pico
Hi
first make in your Page-Layout the Entrys like that 'MEINS'
then you get in the Template for every one a new Box like this
after you have done this, you get in Article-Contentparts this in the Rollbox for Output
and at last add a Class in your Frontend-CSS like that
Code: Select all
.meins {
width: 350px;
height: 150px;
padding: .5em;
border: 2px solid black;
color: black;
background-color: #ffe;
position: fixed;
top: 100;
left: 200;
z-index: 10;
}
Posted: Fri 13. May 2005, 11:07
by trip
Cool Pico
I see my block now...

one more question
if I use my design as custom, can I still call this custom block?
TriP
Posted: Sat 14. May 2005, 09:13
by pico
sorry don't know that - haven't use Custom-Layout

Posted: Sat 14. May 2005, 11:30
by Oliver Georgi
trip wrote:if I use my design as custom, can I still call this custom block?
yes you can.
Oliver
Posted: Sat 14. May 2005, 12:39
by cyrano
Hi trip,
sorry that i didn't read your message yet...
I'am still in forum, but didn't read at the moment all mesages - mea culpa.
I haven't experienced since last release, so i hope you got it with help from pico?
As i see pico is also a well-knowns and friendly guy, supports a lot:
Thank you pico.
Posted: Mon 16. May 2005, 08:50
by trip
cool guys, I think I have worked it out now
yay
TriP
Posted: Wed 8. Jun 2005, 12:44
by JensZ
Hi
Is it possible somehow to put a whole article listing in a custom content block on the start page? For example, I have a block where I keep my main article listing, but I also want to have a block to the right with another article listing. If I understand it correctly, only the content parts of the article can be placed in the custom content block, not the article summary itself? Basically, I want to be able to specify in which content block a particular article summary is to be placed. Is there a solution?
This is my start page situation:
Code: Select all
{HEADER}
----------------------------------------
{LEFT} | {CONTENT} | {CUSTOM} | {RIGHT}
| article 1 | article 3 |
| article 2 | article 6 |
| article 4 | |
| article 5 | |
----------------------------------------
{FOOTER}
In other words, I want to place the summary of articles 3 and 6 in the custom block. Maybe there's a simple solution that I can't think of?
Cheers,
Jens
hhhmmm
Posted: Wed 8. Jun 2005, 14:19
by defect
hy jungs...
ich studiere nun schon 3 tage dieses forum um mal zu kapieren wie man bei einem 3 column layout (links navi, mitte content, rechts artikelpreviews news etc.) in der rechten spalte artikelpreviews(mit more button) oder anderen inhalt hineinbekommt !
habe jetzt mal die version mit dem iframe probiert aber da öffnet er den inhalt immer in dieser spalte und nicht in der mitte(content).
custom blocks ging irgendwie auch nicht, da hat er immer die preview im content gezeigt und erst den ganzen artikel rechts{RIGHT}.
ich benutze 1.2.3. dev und irgendwie geht das ja auch ?!?!
aber leider nicht bei mir ;(
hat da mal irgendwer nen tip für mich ?
thx .....
Posted: Wed 8. Jun 2005, 14:58
by Oliver Georgi
at the moment the tip is:
make separate structure where article listing is working. Use clear template and set redirect for those articles to another available article.
Oliver
hola...
Posted: Wed 8. Jun 2005, 15:06
by defect
soweit ich das verstanden habe geht das artikel listening doch nur im {CONTENT} oder ?
oder wie bekomme ich das artillistening nach {RIGHT} ?!?!
so long....
Posted: Wed 8. Jun 2005, 15:10
by Oliver Georgi
indem Du für die Spalte right einfach {URL:...} nutzt
http://www.iba-stadtumbau.de/index.php?dessau
links unter der Navi
Oliver
Posted: Wed 8. Jun 2005, 15:26
by JensZ
Thanks for the tip!
Are there any plans to implement this kind of functionality? It wouldn't be too much work, right? Choose the content block to use when the article is created and put it in that content block instead of $content["main"]. Or is there more to it? Maybe you're working on a solution?
Thanks,
Jens
Posted: Wed 8. Jun 2005, 15:32
by Oliver Georgi
Makes no sense.
What you always can do is develope own script that reads articles from structure and lists as you need. It's not possible for me to implement all kind of content listings and so on... ...as soon...
Oliver