Hi,<br><br>Thanks so much for all the help. :-)<br><br>- Using
PMA_query_as_controluser() gives me "undefined method" error.  I am
using PMA_DBI_fetch_result() instead which seems to work OK.<br><br>- I have created a readme file, which, for now contains dummy data for pma_perm_usr_pref table.<br>
<br>
- I will include the link to usr setting interface in navigation.php,
and remove it from main homepage later on.  For now, I want to focus on
implementing back-end logic for the form.<br>
<br>
- I put the custom CSS code I wrote in all three CSS files in
/themes/original/css/ directory but it did not seem to be working.  So,
I have included back the CSS code into the original file, too.<br>
<br>
- All current values of settings are stored in vars in the following
format:  $current_[setting_name] after being extracted from the
database.  I was initially thinking about using JS to select the
current value by default.  My implementation required looking up index
of the "current value" (extracted from db) in select menu.  I hope it
it possible, but I could not find a away to accomplish it.  In an ideal
case, if I know the index, I can apply 'selected="selected"' attribute
to that specific option.  Any other suggestions, please?<br>
<br>
- My most recent plan for this project included having a submit for
each setting along with the submit to update all the settings.  I
originally thought about it as I was thinking it would be a better user
interaction practice.  But now I am thinking it might complicate things
for the user if he sees multiple submit button.  May be having some
nifty little image next to each setting, and using AJAX to update the
setting will do justice to users.  Well, for now, there is only one
submit button that would update all settings.  <br>
<br>
I am projecting that I may be able to complete the front-end user
interface, and back-end logic to fetch and update settings by the end
of this week.  Hopefully, if goals are accomplished, I will move on to
implementing AJAX for an enhanced user interaction and experience,
which may take about half of a week.<br>
<br>
If things go according to plans, hopefully, I may work on the auto
table update feature for tables in phpmyadmin database you expected me
to do.  I really find this project very interesting, and I think it
will be a worthwhile learning experience.<br>
 <br>
<br>
I am also attaching the most recent version of patch.  There is not
much development in terms of processing user input.  But it might be of
some use.<br>
<br>
<br>
Thanks!<br><br clear="all">--------------------------------------------------<br>
Best regards,<br>Zeeshan Mughal<br>Email:  <a href="mailto:zeeshanmughal@ieee.org" target="_blank">zeeshanmughal@ieee.org</a><br>Web:  <a href="http://www.zixan.info" target="_blank">http://www.zixan.info</a><br>
<br><br><div class="gmail_quote">On Mon, Jul 20, 2009 at 3:49 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Zeeshan M. a écrit :<br>
<div>> I have a concern about where to place the link to usr pref interface.<br>
><br>
> It is currently placed on the homepage, but my understanding is that it<br>
> is actually a place for links to server configuration pages.<br>
><br>
> The interface I am working on is for all users on the server, so I was<br>
> wondering may be it would be a good idea to have it somewhere else.  May<br>
> be in the left navigation bar along with links to docs, home page, sql<br>
> query interface etc.<br>
><br>
> If this is the case, can you please tell me which file I specially have<br>
> to edit to place an icon being linked to user prefs interface.  I think<br>
> it should open as a pop-up just link sql query interface.  Later on, I<br>
> can also use a JS library to enhance user experience.  But for now, I<br>
> will focus on main goal of the project.<br>
><br>
> Thanks!<br>
<br>
</div>The HTML source code of the page tells you that the source for this<br>
frame is navigation.php.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div>Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net" target="_blank">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>