Search found 9 matches
- Fri Jan 25, 2008 6:50 am
- Forum: Joomla! Coding 101
- Topic: Create new groups
- Replies: 0
- Views: 503
Create new groups
So I have been wanting to create new groups within Joomla so I can create group access in FireBoard. So when a user is created you can add them to the different groups, So I went poking around in the table jos_core_acl_aro_groups and found that the developers are using Left and Right Key...
- Fri Dec 07, 2007 7:19 pm
- Forum: Joomla! Coding 101
- Topic: how to include a php and others file within joomla 1.5
- Replies: 2
- Views: 833
how to include a php and others file within joomla 1.5
Yes I did a search and SOO many hits came up.. I search for 'include php' and I could not find the correct answer for 1.5. How can I include a php, css and javascript file into joomla ( a component that I am creating)?
Thanks for the help,
timgerr
Thanks for the help,
timgerr
- Sat Nov 24, 2007 3:46 pm
- Forum: Joomla! Coding 101
- Topic: How to create include joomla sessions on other pages
- Replies: 8
- Views: 1179
Re: How to create include joomla sessions on other pages
I have created some AJAX front end that I am unable to make into a componenet. I would like to have a sign in to this front page that uses the jooma sessions stuff. Thinking now I might be able to make it a component.
timgerr
timgerr
- Fri Nov 23, 2007 6:19 pm
- Forum: Joomla! Coding 101
- Topic: How to create include joomla sessions on other pages
- Replies: 8
- Views: 1179
How to create include joomla sessions on other pages
Hey all I am creating a page that I want to include within joomla. I need to keep this page separate from joomla so I am unable to make it a component. I would like to have the joomla sessions included within this page so If I log into joomla and then go to this page the user variables w...
- Fri Oct 19, 2007 6:51 pm
- Forum: Joomla! Coding 101
- Topic: Redirect
- Replies: 1
- Views: 551
Redirect
Is there a way to redirect to another page that is not within joomla... say google? $mainframe->redirect( JURI::base() . 'http://www.google.com' ); does not work, $mainframe->redirect looks to redirect to only Joomla files.
Thanks,
timgerr
Thanks,
timgerr
- Wed Oct 17, 2007 4:06 am
- Forum: Joomla! Coding 101
- Topic: Joomla session and how it works
- Replies: 2
- Views: 1003
Joomla session and how it works
Hey all, I was wondering how to use Joomla as a session holder. What I am wanting to do is somehow use Joomla's great session environment and include it into other (non joomla) pages. Can this be done. I want to log into joomla then go to another page (non joomla) but still hold al...
- Wed Oct 17, 2007 4:03 am
- Forum: Joomla! Coding 101
- Topic: Post a form and index.php
- Replies: 4
- Views: 975
Re: Post a form and index.php
jlleblanc wrote:You need an echo before $mosConfig_live_site.
Yet again I have to say thanks.
- Tue Oct 16, 2007 2:14 pm
- Forum: Joomla! Coding 101
- Topic: Post a form and index.php
- Replies: 4
- Views: 975
Re: Post a form and index.php
Here is what I am trying to do. I have this page that I am posting information to. <?php $mosConfig_live_site ?>/index.php?option=com_backendform when I hit the submit button I am directed to the root of my web server/index.php. How can I create a form and post information back to the pa...
- Mon Oct 15, 2007 9:10 pm
- Forum: Joomla! Coding 101
- Topic: Post a form and index.php
- Replies: 4
- Views: 975
Post a form and index.php
Hey all, I have a question for you. I haven't coded in Joomla for a long time and I am trying to get my coding fingers back. This sould be an easy one for you. Lets say that I want to create a form and post back to the same page like this. <body> <form name="submitThis" id="topForm...