Hi Ian
Yeah I have a particular reason
Can u help me ?
Search found 6 matches
- Thu Sep 20, 2007 2:37 pm
- Forum: Joombie Coding Q/A
- Topic: How can i load template ?
- Replies: 11
- Views: 1580
- 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 ( ( ( ( ( (
i want to see the result here -> http://mydomain.com/myfile.php not in index.php ( ( ( ( ( (
- 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
i dont want to include my file in template i want to include template in my file !!!!!
no module no component ! 0ok ?
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
i dont want to include my file in template i want to include template in my file !!!!!
no module no component ! 0ok ?
- 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
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
- 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 ?
?
?
- 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...