hmm i´ve got this router too, one at work and one at home
at home with latest original firmware and at work with an own firmware and i can´t reproduce this error
maybe your firmware have a little bug?
Search found 5 matches
- Mon Mar 03, 2008 12:31 pm
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: Solution to menu missing in the Administrator panel
- Replies: 3
- Views: 879
- Mon Mar 03, 2008 10:51 am
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: How to position the creatdate and author fields in same row
- Replies: 1
- Views: 912
Re: How to position the creatdate and author fields in same row
sry but to change the core for this is a bad way, when you make an update your code will be deleted
for example look in the ja_purity template to see the right way for doing this, you find there a folder html in this a folder com_content
for example look in the ja_purity template to see the right way for doing this, you find there a folder html in this a folder com_content
- Mon Mar 03, 2008 10:41 am
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: Solution to menu missing in the Administrator panel
- Replies: 3
- Views: 879
Re: Solution to menu missing in the Administrator panel
java != javascript also i would say there are no applets in the core for generating the menu, so your router option can not be the prob ps: by me everything works just fine when i have activated the filter java applets in my router pls test this again and also look that you have an actual firmware i...
- Sat Oct 27, 2007 1:20 pm
- Forum: Joomla! Coding 101
- Topic: Redirect
- Replies: 1
- Views: 549
Re: Redirect
try
$mainframe->redirect( 'http://www.google.com' );
works for me
$mainframe->redirect( 'http://www.google.com' );
works for me
- Sat Aug 11, 2007 10:55 pm
- Forum: Joombie Think Tank
- Topic: Extension Ideas Go Here
- Replies: 44
- Views: 11669
Re: Extension Ideas Go Here
When it not must start from scratch, what is with extending/rewriting an existing Joomla core component? I look here at the massmail function in the admin panel, it´s not very big and maybe a good point for beginners to start. Why this? hmm the way it works atm I guess nobody want use this, because ...