![]() |
BackendPro 0.6.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: BackendPro 0.6.1 (/showthread.php?tid=7381) |
BackendPro 0.6.1 - El Forum - 07-17-2008 [eluser]PvOostrom[/eluser] Duplicate ID's worked for me, but yes, it is invalid HTML, but on the other hand, its the backend panel. BackendPro 0.6.1 - El Forum - 07-17-2008 [eluser]PvOostrom[/eluser] Correction, It does not work by duplicating the ID's. It only keeps the menu closed. When I open a subitem in the System menu, it closes the system menu. BackendPro 0.6.1 - El Forum - 07-17-2008 [eluser]woleium[/eluser] Hi Adam. First of all, thank you very much. I can't say how great this looks. I have a bit of a n00b question. What ios the correct way to insert (for e.g.) an image from the assetts folder? I could just link by <img src="/assets/...."> but i guess there is a better way... BackendPro 0.6.1 - El Forum - 07-17-2008 [eluser]adamp1[/eluser] Ok PvOostrom I will look into this, for now if you use your fix. @woleium: There isn't actualy a way to include images. I thought of making a function but didn't, there is one to include icons, if there is a need for an image one then maybe I will write one. BackendPro 0.6.1 - El Forum - 07-20-2008 [eluser]Amzad Hossain[/eluser] I am trying to get myself active into codeigniter's forum. bt to track down post i rely on forums intelligent system. And today i found that it's not that much smarter. I missed "got 2 doodle's " modification and other posts in my email notification. Today i wanted to post another typo mistake and i saw those replies ![]() anyway To 'got 2 doodle' : Thanks for your modification. The typo mistake: backendpro version: 0.2a and 0.3.1 file: ~/auth/controllers/admin/members.php line: 141 & 143 Problem: Rules for password "match[confirm_password]" Correction: matches[confirm_password] Another thing: the template breaks down in IE6. BackendPro 0.6.1 - El Forum - 07-20-2008 [eluser]adamp1[/eluser] Thanks for that one, changes made to SVN. It is not designed for IE6, I thought since it is a admin area you can make sure your users are up to date. With IE8 coming soon IE6 would be absolute. It was just a choice I made to make my life simpler. BackendPro 0.6.1 - El Forum - 07-21-2008 [eluser]got 2 doodle[/eluser] Quote:Problem: Rules for password “match[confirm_password]” Thanks 'Amzad' Quote:template breaks down in IE6. Just say NO! to IE6 ;-) doodle BackendPro 0.6.1 - El Forum - 07-21-2008 [eluser]Amzad Hossain[/eluser] Personally I am not only an IE6 hater bt also i want to kick IE from my life :-P . I lost a good number of hours from my development life to give a standard look and fix some javascript problems; browser independent :long: . I merely pointed that one. I even myself did not want the fix ![]() ![]() Anyway, currently i am going to fix another problem in Backendpro in Member Modification section. In my case, i am activating the clients from admin section though they are registering from registration from. Each client have their profile section. After registration they can change their profile. I have put some validation in profile like organization field is mandatory. Now the problem arose, when i pressed the first submit button by selecting active to yes, it shows validation error for that particular profile validation. Again my solution is very primitive ![]() BackendPro 0.6.1 - El Forum - 07-22-2008 [eluser]darnold[/eluser] Hello, This looks like it could be a great tool! I downloaded 3.1, read the user guide and got it up and going. The main issue I am having is that the styles are not showing up! If you would like you can see the page here. http://strategic-integrations.com/ Any ideas on this? The files are there in the correct directory root/assets/shared/css/ Thanks for any help you can provide on this! -david BackendPro 0.6.1 - El Forum - 07-23-2008 [eluser]adamp1[/eluser] Are you sure the files are in the correct folder. Because when I do http://strategic-integrations.com/assets/shared/css/typography.css I get page not found from the CI system. So you haven't changed any of the file system? Also is the setting assets_dir in modules/page/config/page.php correct? |