let me show you admin_main...
<?php
// set some render variables based on what is in the panels array
$no_menu = (!$this->fuel->admin->has_panel('nav')) ? TRUE : FALSE;
$no_titlebar = (!$this->fuel->admin->has_panel('titlebar…
Hi admin hope you are good and fine !
i want to ask something how can i hide the related item window,i am using the location module and have done many customization in it ,i have a map on admin site which i showed when admin enters any address or lo…
yes not its giving the path of images ,i have three images
$gallery = fuel_model('photo_gallery');
//var_dump($gallery);
//exit();
foreach($gallery as $image):
print_r($image->image_path);
endforeach;
and the out put is now as below:
/ga…
yes i tried this code right now its giving the output like this
Array ( [id] => 1 [image] => Chrysanthemum.jpg [thumbnail_image] => Chrysanthemum.jpg [caption] => test [precedence] => 1 [published] => yes [thumb_width] => 210 [t…
i am going to this module but according to its writer may be some bugs are there as code is not properly managed ...
for the above issue i have tried every thing as suggest but not showing the image
either i should use the gallerymanager module or e…
i have tried the code in block/footer.php and in views/gallery.php but same issue as i mentioned above ....
1-you have not used controller may be that can be issue
2-i have tried a controller and tried to get the methods of model but no success.
s…
i have done all this but on gallery page its now showing image or any thing
echo 'image_path?>" alt="" />';
when i inspect it ,it says Failed to load the given URL...
ohhh great i m going to implement this now but one thing let me ask the gallery page where images will be shown will they be click able to open in lightbox having next previous links.....etc
i have read this and the links all mentioned in the box but i am not very good in coding in fuel code ignitor....
http://forum.getfuelcms.com/discussion/comment/6381#Comment_6381
1-yes i am using the defaulted editor when i installed the fuel
2-this is the image path in body.. when i preview it,,,,it shows the image in the preview window
3-let me tell you some thing here that in my view file for home which is in views/home.…
Hi admin how can we use this search module as others uses like having search field in header and user can search something in the site by typing and clicking on search .....this module has its own view i have put in views folder and when i go the th…
no i am uploading the image in content area i mean in the body section of a home page having layout "home" and i have done the changes for layout of home but still same problem but images are appearing on other pages correctly.
On home page having h…
while auto load has as well fuel/fuel that is
$autoload['helper'] = array('my', 'url', 'string', 'language', 'date', 'html', 'fuel/asset', 'fuel/fuel', 'fuel/utility', 'fuel/validator');