Forums / Developer / installation and configuration newsletter
justin kazadi
Monday 24 March 2008 6:58:28 am
hello all ,
I need same help.
I have download the eznewsletter extensions and the user_handbook(setup) . in the book , they say that :"
To activate the newsletter tab in the Administration Interface siteaccess you must add
the following setting to the menu.ini configuration file of your administrative siteaccess "
(located by default at settings/siteaccess/ezwebin_site_admin/menu.ini.append.php) :
[TopAdminMenu]Tabs[]=eznewsletter
The problem is that in my Exponential installation i don't see this file. I have seen the file menu.ini.append.php in settings/override... and settings/override/siteaccess/ezwebin_site.
I have create this file in that directory (settings/siteaccess/ezwebin_site_admin/) but nothings special.
what can i do.
The theory is when we know everything and nothing works. The practice is when everything works and nobody knows why. If the practice and theory are met, nothing works and we do not know why. Albert Einstein
André R.
Monday 24 March 2008 7:17:03 am
if you have ezflow, it should be in (or created in);settings/siteaccess/ezflow_site_admin/
if plain_site:settings/siteaccess/plain_site_admin/
if ezwebin:settings/siteaccess/ezwebin_site_admin/
make sure you add the '<?php' stuff in the file if you create it as a php file (menu.ini.append.php), take a look in the other ini.append.php files for how.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Monday 24 March 2008 8:20:27 am
hello André R,
My file contains this :
<?php /* #?ini charset="utf-8"?
*/ ?>
i have clean cache and restart my computer but i don't see eznewsletter in my admin interface.