Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Download Elxis CMS:
Elxis 5.5 Hermes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Eipageear module
« previous
next »
Print
Pages: [
1
]
Author
Topic: Eipageear module (Read 3214 times)
waleski
Newbie
Posts: 18
Eipageear module
«
on:
September 30, 2010, 16:14:10 »
I configured the module wrongly from my cpanel while trying to control image loading from the media folder in elxis backend. Now the eipageear module will not uninstall from the back end, I deleted the module - eipageear and all files within the module folder from my cpanel. From the back end, I tried to reinstall the module again but it is showing the module as still installed. What must I do? Please see the site at extranews247 dot com
Logged
speck
Elxis Community
Sr. Member
Posts: 348
Re: Eipageear module
«
Reply #1 on:
September 30, 2010, 17:37:22 »
i get a look to your site, but i don't see pageear.
In any case:
The image you want load in eipagear must be in the folder: modules/mod_eipageear/images
the module get automatically every image from this folder. You must select which you want show.
Remember you need to do two images, one big and another one thumb...for dimensions and example you can see the images you find in the image folder of the module.
if you want use panel manager of elxis to upload your images to use in the module, you must create a new folder in the images folder (example:
/images/eipageear
)
and after you need modify two lines in the "mod_eipageear.xml" file and "mod_eipageear.php"
mod_eipageear.xml
line 28 <param name="pagearSmallImg" type="imagelist" directory=
"/images/eipageear"
default="" dir="ltr" label="CX_PEAR_THUMB" description="CX_PEAR_THUMB_DESCR" />
line 29 <param name="pagearBigImg" type="imagelist" directory=
"/images/eipageear"
default="" dir="ltr" label="AX_IMAGEL" description="CX_PEAR_IMG_DESCR" />
ei_pageear.php
line 98 $this->pagearSmallImg = $this->ssl_live_site.'
/images/eipageear/
'.$this->pagearSmallImg ;
line 99 $this->pagearBigImg = $this->ssl_live_site.'
/images/eipageear/
'.$this->pagearBigImg ;
«
Last Edit: September 30, 2010, 19:20:48 by speck
»
Logged
waleski
Newbie
Posts: 18
Re: Eipageear module
«
Reply #2 on:
September 30, 2010, 19:21:08 »
Thanks for your reply, but what i am saying is this: I have uninstalled eipageear, but it still shows installed in the admin backend and doesn't show up at the site modules list. I have deleted the eipageear folder from the cpanel, but it still shows install. I want to remove every trace of eipageear from the site and perform a new and clean install of eipageear. the module is just lovely. thanks
Logged
speck
Elxis Community
Sr. Member
Posts: 348
Re: Eipageear module
«
Reply #3 on:
September 30, 2010, 22:53:14 »
It seems to understand you have deleted some files of the module via ftp/cpanel without uninstall it from elxis panel, and in the modules panel manager you see again the module.
If in install/uninstal modules and in the module manager you see ei_pageear module, you have two solution:
Solution a:
install the module manually. By ftp or cpanel copy all content of the zip module package in the /modules folder of elxis.
--------
Solution b:
By ftp or cpanel, make sure to:
- delete the folder mod_eipageear in the /modules folder (i understand you already deleted)
- delete mod_eipageear.xml and eipageear.php in the /modules folder
Now from elxis admin panel, go in Modules ---> install/uninstall. Uninstall ei_pageear module. In this way you clean every trace from elxis db.
After this install the package.
--------
Remember! Every elxis extension must be uninstalled always from the elxis admin panel, not delete manually by ftp or cpanel.
«
Last Edit: September 30, 2010, 22:55:07 by speck
»
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Eipageear module