3217 Posts in 853 Topics by 812 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 827 Views |
-
template not show result in site

10 April 2009 at 12:00am
sir,
i am new for solverStripe and solverStripe-v2.3.1 use so i created a first time module but admin section work and site have not display content please help me. "modTestSS" is my module..
-
Re: template not show result in site

10 April 2009 at 9:59pm
You have pageTest as your file name and Page subclass, but it looks like everything else is copied straight from Page.
should beclass Page_Controllers extends ContentController
class pageTest_Controller extends Page_Controller
is most likely the cause of your problem. You may also wish to update the results() method, and the init() method doesn't need the calls to Requirements::themedCSS() as that would be done in Page_Controller::init();
-
Re: template not show result in site

10 April 2009 at 11:35pm Last edited: 10 April 2009 11:36pm
thanks simon_w
if you have any link for create new module learn easily with example then give me..
little but effective...........
Please....
| 827 Views | ||
|
Page:
1
|
Go to Top |

