Search found 5 matches

by arupcse
Thu Nov 15, 2007 4:32 am
Forum: Joombie Coding Q/A
Topic: how to add button in static-content section in administrator panel
Replies: 0
Views: 682

how to add button in static-content section in administrator panel

hi, i am working in joomla. i wish to add a button in static content manager. i am not finding any such option in editor. and i wrote a code for button inĀ  html source code of static content. but it does not work. how can i do that. moreover i need such a option that when i shall click the button th...
by arupcse
Sun Nov 04, 2007 3:02 am
Forum: Joomla! Coding 101
Topic: how to modify logout functionality in joomla
Replies: 0
Views: 604

how to modify logout functionality in joomla

I am currently developing a site in joomla.in joomla there is a module named mod_login.php(module/mod_login.php). in this module there is a logout option.it works nicely but if i browse the different links and then i logged out(not in home page url), then it logged out but in the address bar the las...
by arupcse
Thu Nov 01, 2007 3:35 am
Forum: Joomla! Coding 101
Topic: How to back previous page with values just entered
Replies: 6
Views: 2131

How to back previous page with values just entered

currently i am working with login forum (components/com_register) Here when any one register as new user then if the username is already entered then currently a message is showing 'This username/password already in use. Please try another.' and returning the previous page all the fields left blank....
by arupcse
Tue Oct 30, 2007 3:55 am
Forum: Joomla! Coding 101
Topic: how to solve if Value does not insert into database...
Replies: 4
Views: 1786

how to solve if Value does not insert into database...

I have a very simple query for inserting value in the database. that is as follows: $add_query="insert into sponsors values('','$_REQUEST[idda]','$_REQUEST[myID]')"; $add_query=mysql_query($add_query)or die("Value cannot be inserted.."); here the name of the table is 'sponsors' the structure of the ...
by arupcse
Mon Oct 29, 2007 6:55 am
Forum: Joomla! Coding 101
Topic: problem in adjusting url when log out
Replies: 1
Views: 691

problem in adjusting url when log out

i am currently developing a website in joomla named 22things(a community website). i have a problem. when i logged on and browse different links.it works nicely. but when i log out from any link last visit, after log out it does not take me to home page.it stays on last visited page. and after log i...