Search found 6 matches

by javid
Thu Sep 20, 2007 2:37 pm
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1580

Re: How can i load template ?

Hi Ian
Yeah I have a particular reason :D
Can u help me ?
by javid
Thu Sep 20, 2007 10:02 am
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1580

Re: How can i load template ?

If you add the include code you see results in all of your pages !
i want to see the result here -> http://mydomain.com/myfile.php not in index.php :(( :(( :(( :(( :(( :((
by javid
Thu Sep 20, 2007 9:33 am
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1580

Re: How can i load template ?

0ow !
have u any joomla site ?
make new PHP file ie ( darius.php ) & put my code in your file then upload file to your joomla root & see what happen :D
i dont want to include my file in template i want to include template in my file !!!!!
no module no component ! :D 0ok ?
by javid
Thu Sep 20, 2007 8:44 am
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1580

Re: How can i load template ?

TNX Darius...
I don't want to make a module !
i want to have my own file !
IE -> MYDOMAIN.COM/javid.php
now i have my file & i can see the content ...
but i want to load my result in my site template :(
by javid
Thu Sep 20, 2007 7:07 am
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1580

Re: How can i load template ?

impossible ?
????
by javid
Wed Sep 19, 2007 8:26 pm
Forum: Joombie Coding Q/A
Topic: How can i load template ?
Replies: 11
Views: 1580

How can i load template ?

I write a simple funny code  <?php DEFINE('_VALID_MOS','javid'); require( 'globals.php' ); require_once( 'configuration.php' ); require_once( 'includes/joomla.php' ); $query = ("SELECT * FROM #__users "); $database->setQuery( $query ); $rows = $database->loadObjectList(); $x = count( $rows ); e...