| Author |
Message |
boesh
Joined: 11 Apr 2006 Posts: 17
|
Posted: 13 Apr 2006 - 9:19 pm Post subject:
No hyperlink on [more] in mininews
|
|
|
Well the title says it all... i donnot have a hyperlink on [more] in mininews.
Is that something you have to do yourself in the code? |
|
|
Back to top
|
|
|
aquar
Joined: 13 Oct 2005 Posts: 66
|
Posted: 14 Apr 2006 - 10:52 am Post subject:
|
|
|
you need html like this:
| Line: |
Code: |
1 2 3 4 5 6 7 8 9 10
| |
<div class="newsimage">
<!--###LINK_ITEM###-->###NEWS_IMAGE###<!--###LINK_ITEM###--></div>
<div class="newsteaser">
<!--###LINK_ITEM###-->###NEWS_TITLE###<!--###LINK_ITEM###--><br />
###NEWS_SUBHEADER###<br />
<div class="newsmore">
<!--###LINK_ITEM###-->###MORE###<!--###LINK_ITEM###--> >></div>
</div>
</div>
|
|
Show complete code
|
|
|
|
Back to top
|
|
|
boesh
Joined: 11 Apr 2006 Posts: 17
|
Posted: 15 Apr 2006 - 7:07 am Post subject:
|
|
|
| aquar wrote: |
| you need html like this: |
That sounds weird to me, if i put this into my template then this html is present on all pages. I have the mininews only on one page. Am i missing something? |
|
|
Back to top
|
|
|
boesh
Joined: 11 Apr 2006 Posts: 17
|
Posted: 16 Apr 2006 - 10:53 am Post subject:
|
|
|
Problem solved, due to lack of documentation i lost a lot of time in searching thru mailinglistst.
What i did:
- i placed the plug-in mininews on a page
- on that same page i store the news items
* first i had a sysfolder but then nothing works
* then i changed the sysfolder into a normal page then only the archive/search option works
* the last and best thing to do: i store all newsitems on the same page as where the plug-in is put in
i read somewhere that it is possible to use a seperate sysfolder, but then you must do some changes to the code, i hate that  _________________ Kind regards,
/* Harry */ |
|
|
Back to top
|
|
|
|