Page 1 of 1
Few guestion's -about multiple News and Comments
Posted: Fri Apr 18, 2008 4:55 pm
by cungalungaa
hallo i got few guestion regarding cms ms.
ok 1st am here couse i need to ask is something like this posible. ill like to make two blocks on my site which showing News Categoris names and one which shows 10 last News articles titles...
and another guestion how to add Contact form to CMS MS... i think real Form page for contact and another stuff couse i try to add in page Editor code which i have made in php but nothing .. .
ps. and if u got any video for anything related to cms ms it will be grate help to
Re: Few guestion's -about multiple News and Comments
Posted: Fri Apr 18, 2008 6:37 pm
by Nullig
Question 1...
You could use 2 divs in the same content block and style them appropriately, like:
Code: Select all
<div id="NewsLeft">
<p>
{news browsecat='1'}
</p>
</div>
<div id="NewsRight">
<p>
{news number='10'}
</p>
</div>
Or you could create 2 content blocks - MainLeft and MainRight - styled appropriately, and put the news tags in them.
Question 2...
Try the FormBuilder module to create your forms.
Nullig
Re: Few guestion's -about multiple News and Comments
Posted: Sun Apr 20, 2008 10:54 am
by cungalungaa
thx much i manage to solve 2'nd and part of 1st prob.
when i use
this dont only show Articles names this show part of news text and i dont want that i need just News Name and when people clock on it i want to show it in new text page...
and another thing .... i need that people can Post coment/feedback on new's so i dint find any option for that jet
but i did find Cms ms blog sistem and he have comensts but problem there is that all people can send coments without registring ... and i need that admin can review coments which peopele have posted before they allow it to site.
much thx.
and need this help fast..

couse im graphic designer and i know Xhtml-css good not some php coder or somthing

Re: Few guestion's -about multiple News and Comments
Posted: Sun Apr 20, 2008 11:15 am
by reneh
For the Comments part we have a Comments module...
Re: Few guestion's -about multiple News and Comments
Posted: Mon Apr 21, 2008 9:00 pm
by cungalungaa
thx a loot i had prob installing it... and they i used xml file and all worked ok...
but stilll got prob with 10 Article Names block

is it posible to make that or what??
and still more guestions to come
how can i add my custom php in some page ... i have some scripts but is it poslible to add Code directly to page or i need to make my Tags or even something more??
Re: Few guestion's -about multiple News and Comments
Posted: Thu Apr 24, 2008 4:16 pm
by Loopy
As far as I know you just need to put the code inside { } brackets and it should work.
Re: Few guestion's -about multiple News and Comments
Posted: Thu Apr 24, 2008 4:17 pm
by calguy1000
how can i add my custom php in some page ... i have some scripts but is it poslible to add Code directly to page or i need to make my Tags or even something more??
This question has been asked and answered numerous times before. A simple forum search will find it.