CodeExtinguisher 2.0 Release Candidate 14.2 |
[eluser]Unknown[/eluser]
Hey there jTaby, First of all, thanks for Codex. A real time-saver. I skimmed through the thread and couldn't see if it's already been addressed but I think you forgot to output rawHeaderHTML, therefore any encoding tags and such inside codextemplates library: -original Code: {$this->content['doctype']} -modified Code: {$this->content['doctype']} Thanks again.
[eluser]abmcr[/eluser]
I have found a bug: in the preview if you search a text and you choose as field related example you get an SQL error. I have this suggestion : insert another form parameter for exclusion of some field. I post the code In the controller set a line as Code: 'not_in_search'=>'array('field') Code: $config = array( Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed');
[eluser]abmcr[/eluser]
Code: <?php
[eluser]minimal design[/eluser]
DAMN! I missed the update cause I was only subscribed to the old thread... Nice update!! I don't have time to really play with it right now but I just wanted to say thanks! so... THANKS!
[eluser]Bruce Brown[/eluser]
Hello, I just finished installing. Works great. Then, I tried to move Codex app to my general apps directory for CI, which is in a common location for a multi-site install up from my site root (../ci/apps/). I was able to modify things in backend.php and in codex_choosers.php to get the application displaying, but, couldn't find where to get the proper css applying to the pages.
[eluser]Majd Taby[/eluser]
you need to change codex_assets_dir (or something similar) in config/codex.php
[eluser]Bruce Brown[/eluser]
JTaby. Thanks for the reply. In so far, I've attempted to customize my install as follows: 1. I've moved the codex app folder into a folder which is, from my site root, at "../ci/apps/" 2. I've renamed the "backend.php" to "form.php" 3 I've changed the index page setting to "form.php" in /codex/application/config/config.php 4. In /codex/application/config/codex.php, I've modified the following line of that file: Code: $config['codex_asset_folder'] = $config['base_url'].'../ci/apps/codex/assets/'; That didn't get the clean blue css appying, so I also: 5. modified the following line is /codex/application/views/clean_blue/codex_choosers.php: Code: $view_modes_dir = '../ci/apps/codex/application/views/view_modes/'; Code: $templates_dir = '../ci/apps/codex/application/views/templates/'; After making these changes. The css for clean_blue still does not apply to the app --although the app is running. Thanks for any help.
[eluser]Majd Taby[/eluser]
ok, unfortunately I'm not on a computer where I can browse my code (i'm off the phone), but what I might have done was hard code the path for the css and javascript assets. Could you please open controllers/codexcontroller.php and search for 'css' and you should see a line that looks something like this: $this->codextemplates->css(...) try changing that to use $this->config->item('codex_asset_folder') or something. if that fixes it, then i'll upload a new release that fixes it shortly.
[eluser]matthewr[/eluser]
Cool! jTaby, is it possible to hide the specify permissions box? I have no use for it and it just confuses my clients. Any how do I hide that pesky Related Example link on top? Cheers, Matt
[eluser]Bruce Brown[/eluser]
JTaby, I wasn't able to get that css working. Thanks for the help so far. Bruce |
Welcome Guest, Not a member yet? Register Sign In |