Few guestion's -about multiple News and Comments

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
cungalungaa
New Member
New Member
Posts: 3
Joined: Fri Apr 18, 2008 4:44 pm

Few guestion's -about multiple News and Comments

Post 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...

Image

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
Last edited by reneh on Sun Apr 20, 2008 11:13 am, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Few guestion's -about multiple News and Comments

Post 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
Last edited by reneh on Sun Apr 20, 2008 11:14 am, edited 1 time in total.
cungalungaa
New Member
New Member
Posts: 3
Joined: Fri Apr 18, 2008 4:44 pm

Re: Few guestion's -about multiple News and Comments

Post by cungalungaa »

thx much i manage to solve 2'nd and part of 1st prob.


when i use

Code: Select all

{news number='10'}
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 :)
Last edited by reneh on Sun Apr 20, 2008 11:14 am, edited 1 time in total.
reneh
Dev Team Member
Dev Team Member
Posts: 446
Joined: Tue Nov 28, 2006 8:39 pm

Re: Few guestion's -about multiple News and Comments

Post by reneh »

For the Comments part we have a Comments module...
ReneH 8-)
A search will save you hours waiting for an answer! Image
cungalungaa
New Member
New Member
Posts: 3
Joined: Fri Apr 18, 2008 4:44 pm

Re: Few guestion's -about multiple News and Comments

Post 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??
Loopy
Forum Members
Forum Members
Posts: 38
Joined: Sat Jun 10, 2006 5:34 pm

Re: Few guestion's -about multiple News and Comments

Post by Loopy »

As far as I know you just need to put the code inside { } brackets and it should work.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Few guestion's -about multiple News and Comments

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “Layout and Design (CSS & HTML)”