well i am not sure but better to extend the menu class and modify/override the method where needed and call that. you can ask admin though on how to override the menu.php class so it won't get reverted if you plan to update your system in future wit…
@archienorman11 : you can't use this https://gist.github.com/anunay/8180600, all you need is to modify this class based on the new structure that Bootstrap 3 navigation has.
Hi There,
I went through and created a model and never installed the search module and that solved my issue. You can find the model code here. Hope this is useful to you:
https://gist.github.com/anunay/8922776
I have referenced the code from he…
I tried the following code inside a view:
$a = $CI->fuel->pages->children('our-firm',true); print_r($a);
and the browser crashed! no output no error nothing.
FYI : I am using fuel 1.0.2 latest version per your suggestion above.
I am afriad that didn't work either. Do I need to created a instance for $CI. I am using these codes inside view file and has no controller but using opt-in-controller. Please suggest.
Hi There,
I checked implementing the code but i see the following issue. Please help:
Error: http://d.pr/i/CXTr
Code To produce error: http://d.pr/i/cCpJ
Also tried the following code but i see the same issue:
http://d.pr/i/dYcg
Please help me…
Well, thank you so much for your answer but this is not what i am looking for. What i am looking is to loop through our-firm parent id and fetch all child pages and get their 'Excerpt', Featured Image, etc so that i can loop and display as a block a…
Hi There,
I modified your Menu.php class which actually generates the Bootstrap v2 compatible navigation on the fly. Here is the modified version of code. Hope this helps if someone is looking for the same solution:
https://gist.github.com/anuna…