[solved]if you are using Question module , please help me .

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
amin30b
Forum Members
Forum Members
Posts: 146
Joined: Sat Mar 31, 2007 8:02 am

[solved]if you are using Question module , please help me .

Post by amin30b »

Hi  :)

in Question module help tips there is an issue about 'More' link that when a user click on it he or she could see detailed mode .

I`ve placed {cms_module module=Questions} tag into my page but my page just shows summary of questions without answers
and there is no 'More' link to view detailed questions and answers .
How can I load 'More' link for detailed view and use Question module as a real F.A.Q module ?
Last edited by amin30b on Sat Aug 25, 2007 8:17 pm, edited 1 time in total.
User avatar
amin30b
Forum Members
Forum Members
Posts: 146
Joined: Sat Mar 31, 2007 8:02 am

Re: I can`t find 'More' link in Question module !

Post by amin30b »

Any idea ?
This module really solve my many problems .
I can`t show just ((answers)) of questions ( detailed mode ) to my users . please help me . :-[
Last edited by amin30b on Sat Aug 25, 2007 11:57 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: if you are using Question module , please help me .

Post by calguy1000 »

put a {$entry|print_r} into your template it will dump out the entire contents of the entry and show you what fields are available.
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.
User avatar
amin30b
Forum Members
Forum Members
Posts: 146
Joined: Sat Mar 31, 2007 8:02 am

Re: if you are using Question module , please help me .

Post by amin30b »

Hmmm , calguy1000 , I had a try on {$entry|print_r}in my template and result is as below (this is for one of my questions) : :o
stdClass Object ( [id] => 3 [category_id] => 1 [created] => 1187970735 [author] => Madnet [question] => Are you here? [answer] => Yes,I am . [answered_by] => admin [answered_date] => 1187976892 [approved_by] => omiddaemon [approved_date] => 1187976892 [name] => main category [long_name] => main category [morelink] => More [moreurl] => http://localhost:81/cmsms/index.php?mac ... eturnid=61 ) 1
I just need More link with its related url . How can I load only "More" statement with
its related link ?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: if you are using Question module , please help me .

Post by calguy1000 »

moreurl}">More
]
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.
User avatar
amin30b
Forum Members
Forum Members
Posts: 146
Joined: Sat Mar 31, 2007 8:02 am

Re: if you are using Question module , please help me .

Post by amin30b »

excellent  :D
thanks a lot .
Post Reply

Return to “CMSMS Core”