CodeExtinguisher 2.0 Release Candidate 14.2 |
[eluser]gusa[/eluser]
[quote author="abmcr" date="1212957147"][quote author="gusa" date="1212786046"] i made something similar by creating a plugin called LinkTo. in your example linkto would be the plugin for 'related2'......[/quote] I have a very interest for this feature, gusa.... tell me if you want to share with us your plugin.. ciao[/quote] i'd love to. the problem is that when i try to associate linkto with a field not present in the db i'm getting an error. i tried to overwrite the getFieldName method but it seems that codex doesn't execute it. help, please!
[eluser]daulex[/eluser]
jtaby, dude, im begging u, plz fix this Code: <select name="view_mode"> I'm making a new site and I think I will have to base it on the 1.4 version if u cant fix this.
[eluser]abmcr[/eluser]
[quote author="gusa" date="1213048876"][quote author="abmcr" date="1212957147"][quote author="gusa" date="1212786046"] i made something similar by creating a plugin called LinkTo. in your example linkto would be the plugin for 'related2'......[/quote] I have a very interest for this feature, gusa.... tell me if you want to share with us your plugin.. ciao[/quote] i'd love to. the problem is that when i try to associate linkto with a field not present in the db i'm getting an error. i tried to overwrite the getFieldName method but it seems that codex doesn't execute it. help, please![/quote] I have no time this days for trying........ i tell you when a have free time for test. Ciao
[eluser]abmcr[/eluser]
[quote author="jTaby" date="1212758338"]i had this functionality built into CodeExtinguisher. It was called 'extra_uri_segments' and they would be carried around the system until they were replaced. However, I deprecated that when query_strings were introduced since query_strings are a more robust solution. But to answer your question. Don't forget that all the links that codex uses are set in codexcontroller:etConfig() so if you want to modify them so that they always maintain the extra uri segments, it's very easy to do so. Here's what you would have to do: 1) Add $this->extra_uri_segment = implode('/',$this->uri->uri_to_assoc(3)); in codexcontroller:etConfig() 2) Append .'/'.$this->extra_uri_segments to all the links and form actions in codexcontroller:etConfig[/quote] I have made this change as you suggest to setConfig Code: function setConfig($config){ Code: Fatal error: Call to undefined method Example::3() in /Applications/MAMP/htdocs/lastcodex/codex/application/controllers/codexcontroller.php on line 36
[eluser]Thoer[/eluser]
I finally had the time to try out the newest version and I've got to say it's awesome, but upgrading from an earlier version failed as I couldn't log in. (No error message.) I tried to fix it and found out the problem was that I'd created a new table for sessions and changed the name in the config file. Tracking it back, I got stuck at 'controllers/login.php' line 61: Code: $this->event->trigger('userLoginSuccess',array($this->input->post('username'),$this->input->post('username'))); Question: is it okay to send the username twice?
[eluser]Thoer[/eluser]
I found a few things I'd suggest you to look at, but seeing that the unoptimised queries run for seconds, I'll probably go back to my version. 1. In codextemplates.php @ line 97 the code should be '$head = $this->content['head'];' 2. In codexforms the function 'callFuncOnObject' is probably out of use. Please doublecheck it, but I think it uses undefined variables and the second foreach loop seems to be outdated too.
[eluser]cu3edweb[/eluser]
Jtaby just wondering if you have got the fckeditor plugin working?
[eluser]Majd Taby[/eluser]
hey guys, sorry i haven't replied lately, i've been taking a break from web development, but i'll answer your question soon
[eluser]abmcr[/eluser]
[quote author="cu3edweb" date="1213311675"]Jtaby just wondering if you have got the fckeditor plugin working?[/quote] If you as interest, i have created a tinyMCE plugin.... search in the previous post or download it at http://www.andreabersi.com/Saibal/AutoIndex/ (TinyMCE plugin.zip)
[eluser]cu3edweb[/eluser]
[quote author="abmcr" date="1213357748"]If you as interest, i have created a tinyMCE plugin.... search in the previous post or download it at http://www.andreabersi.com/Saibal/AutoIndex/ (TinyMCE plugin.zip)[/quote] I tried that plugin but it isn't working. I just get a big textarea? Not sure what I did wrong? |
Welcome Guest, Not a member yet? Register Sign In |