Search found 26 matches
- Fri 24. Jun 2005, 12:19
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
- Fri 24. Jun 2005, 12:15
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
Hi people, i just returned to this forum and realised that there still is quite some interest in my TEASER-tag. :) The thing is that i can't help you much on problems with the tag in newer versions. The phpwcms-version i wrote for was Release 1.1-RC4 22-06-2004. I haven't tested it on newer versions ...
- Mon 4. Apr 2005, 22:01
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
Hello again! Thanks for the reply. I´m bad at explaining things, I think. The highlighting I´m thinking about is not on mouseover/out, that´s allready done with the css-style I have give the teaser. What I´m thinking about is the way to get the menuitem of the selected article showing that it´s sele ...
- Mon 4. Apr 2005, 17:35
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
erm ... not sure if i correctly understood your question. As far as i understood it you want to highlight the article-summary when someone gets with the mouse over it!? If that is so there are usually two options. Either you make the whole block in the template as an anchor, give that anchor a style ...
- Sat 2. Apr 2005, 12:52
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
The alias is only referring to the category. Thats correct. Which in return means that the TEASER-Tag only will work as described when you use only a single article underneath that category. It should work with more aswell, retrieving you an article-list. But i haven't checked that! So make an alias ...
- Thu 25. Nov 2004, 11:28
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
- Wed 24. Nov 2004, 21:12
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
Have you integrated the functions i provided? They are not part of the official version. Until they are integrated phpwcms will not know the Teaser-Tag. Also the Summary-Tag you use is only parsed within the tmpl-file. You cannot use it within the content! Please make sure that all steps are done as ...
- Wed 24. Nov 2004, 10:16
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
See here how to create an article:
http://www.phpwcms-docu.de/creating_articles.phtml
Then read my howto i posted in this topc how to use the TEASER tag.
Good Luck!
Plauderer
http://www.phpwcms-docu.de/creating_articles.phtml
Then read my howto i posted in this topc how to use the TEASER tag.
Good Luck!
Plauderer
- Tue 23. Nov 2004, 22:19
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
- Fri 1. Oct 2004, 10:50
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
Well, as a last resort i can only offer you to take alook at your installation directly. You'ld need to give me the adress and maybe a username/password so i can look into it. We can also do it together. (Perhaps you have TeamSpeak? This way w could talk to each other) If you want this contact me ...
- Thu 30. Sep 2004, 12:05
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
Ok, i made a complete example for you. I hope this helps: 1) I start with creating the template files in /phpwcms_template/inc_cntpart/articlesummary/list and /phpwcms_template/inc_cntpart/articlesummary/article : http://www.kostal.at/screeny1.png 2) the list-template file contains this: <div class ...
- Wed 29. Sep 2004, 18:32
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
Oh ok, the "Standard" option is no template file but the built in "template". Make a copy of the sample.tmpl and edit the copy to your like. Save it as a .tmpl file in the list folder. Then you should see it in the dropdown box. Usage of the replacement tag is just {TEASER:alias} Hope that helps ...
- Wed 29. Sep 2004, 18:12
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
My little script uses the function "list_articles_summary" which is a core function of phpwcms. It uses the articlesumary-list template. Actually i have no real idea why your installation uses the articlesummary-article template instead. :( Have you changed anything in those functions? Make sure you ...
- Mon 27. Sep 2004, 16:08
- Forum: hacks & enhancements
- Topic: {TEASER:alias} Replacement tag
- Replies: 34
- Views: 21079
- Sat 21. Aug 2004, 13:19
- Forum: phpwcms Bug Reports
- Topic: file list and long info
- Replies: 2
- Views: 2737
file list and long info
Hi, I tried to use the file-list content type and was a bit dissapointed that it makes no use of the files long info. So i wanted to add it to the function. But there i realized that the files long info is stored as a binary (!!!) within the database. Why that? Or is that a bug? I was able to change ...