tnx tnx tnx tnx
keep up the good work
passie
Search found 14 matches
- Fri 3. Sep 2004, 14:28
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
- Fri 3. Sep 2004, 12:53
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
ow shit what a dumb f*ck i'm :( i understand your idea's now , it's a bit off but hey nobody is perfect. one small simple question though. if i sign the guestbooks a get a error like A technical problem occured while you have tried to sign the guestbook not signed - fill in all neccessary info but ...
- Fri 3. Sep 2004, 12:38
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
I think we are talking about 2 different things here. like i said maybe it's me but this is not what i mean. i dont want 2 guestbooks in different languages. what i want is a option so people/visiters can comment on a atricles i wrote. in other words it's not possible to have multiple guestbooks ...
- Fri 3. Sep 2004, 11:11
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
- Fri 3. Sep 2004, 10:07
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
Tnx for your help!! maybe i'm not getting this right but.... for every aticle i have to create a seperate guestbook/comment with a higher ID nummer ? this is not a good solution because the owner of the site has no clue at all on how to change/do this. is there a way this is going to be there in a ...
- Thu 2. Sep 2004, 14:26
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
- Thu 2. Sep 2004, 14:21
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
- Wed 1. Sep 2004, 16:59
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
- Wed 1. Sep 2004, 16:52
- Forum: phpwcms Support English
- Topic: comments tag ?
- Replies: 21
- Views: 5695
comments tag ?
hi there ( again )
is there a way to put a comment tag under a article, where people can comment or give a reaction on a atricle ?
and if so , is there also a tag like {last_comment}
i was searching on this forum but could not find it
greetz,
passie
is there a way to put a comment tag under a article, where people can comment or give a reaction on a atricle ?
and if so , is there also a tag like {last_comment}
i was searching on this forum but could not find it
greetz,
passie
- Wed 1. Sep 2004, 13:00
- Forum: phpwcms Support English
- Topic: wysiwyg html function
- Replies: 4
- Views: 1475
- Wed 1. Sep 2004, 12:41
- Forum: phpwcms Support English
- Topic: wysiwyg html function
- Replies: 4
- Views: 1475
- Wed 1. Sep 2004, 11:37
- Forum: phpwcms Support English
- Topic: wysiwyg html function
- Replies: 4
- Views: 1475
wysiwyg html function
hi there,
I upgraded to 1.1. RC4 date 27-8-04
maybe a stupig question but i cant find the html function in the wysiwyg editor ?
any clues on that ?
greetz
passie
I upgraded to 1.1. RC4 date 27-8-04
maybe a stupig question but i cant find the html function in the wysiwyg editor ?
any clues on that ?
greetz
passie
- Fri 27. Aug 2004, 16:25
- Forum: hacks & enhancements
- Topic: Limited number of lines in RSS-Feed
- Replies: 2
- Views: 2371
you could use this script
http://www.phpwcms.de/forum/viewtopic.php?t=3362
and make a while loop in it like
hope this helps
greetz,
passie
http://www.phpwcms.de/forum/viewtopic.php?t=3362
and make a while loop in it like
Code: Select all
while($i<3){
$row .= @fgets($fp, 4096);
$i++
}
greetz,
passie
- Fri 27. Aug 2004, 16:19
- Forum: hacks & enhancements
- Topic: xml in your own page
- Replies: 3
- Views: 3144
xml in your own page
hi there, i just started using phpwcms and i already love it :) anyway here is my way to insert xml in to my page. i tought i could share it with you guys&girls :) <?php $newsfeed = 'http://some-xml-or-rss-link.xml'; $fp = @fopen($newsfeed, 'r'); while(!feof($fp)){ $row .= @fgets($fp, 4096 ...