Uninstall ckeditor from Zencart v1.55e - ckeditor

I screwed up installing ckeditor into a new website build using zencart v1.55e.
I need to uninstall but have no idea where to begin. Anyone know of an sql patch that will delete all of the ckeditor files so I can start fresh?

There is no sql patch for it do the following to uninstall:
1.) Disable the module by going in the admin go to Configuration -> My Store -> HTML Editor and set to "Plain Text"
2.) THEN remove the following:
YOUR_ADMIN\includes\languages\english\extra_definitions\ckeditor.php
YOUR_ADMIN\ckeditor.php
Entire editors\ckeditor directory

Related

How to install CKeditor on MediaWiki

I've installed
-Wysiwyg 1.5.6_0 [B551+09.02.2017], CKEditor 4.5.9 (revision a35abfe),
from https://github.com/Mediawiki-wysiwyg/WYSIWYG-CKeditor#short-installation-instructions
unto my server whose versions are
http://mediawiki-22652-48932-215666.cloudwaysapps.com/index.php/Special:Version
I've followed the instructions by
uploading the WYSIWYG folder into the extensions
replaced WikiEditor/modules/ext.wikiEditor.toolbar.js in the appropriate folder
Made sure the Preferences are correct
added all code that starts with "#02.07.16-> ,#Enable WYSIWYG- extension, MW >= 1.25....." to my LocalSettings.php without any changes
checked the versions and found that it was installed
When i want to edit the page, i dont see the WYSIWYG, is there something wrong with the installation steps?

Unable to find header tab under system->configuration->design in magento 1.9.1

I have try to change default welcome message in magento 1.9.1.after some analysis i found that i need to change it in header in system->configuration->design tab.But am unable to find the header tab in magento 1.9.1
You are missing a step..
System > Configuration > GENERAL > Design
There are two ways to solve this issue.
First is to install new fresh magento which takes long process.
OR
Copy the core file system.xml in app/code/core/Mage/Page/etc
Create a similar directory folder in local folder (app/code/local/Mage/Page/etc)
Paste the system.xml on that directory
Clear your cache and refresh your page.
If the tab is still missing check your local folder and its file names. If there are no discrepancy, proceed to the first option.
I'm not sure if this is a bug of magento. It usually occurs during installation of magento upgrade.
You can refer to this links.
Missing HTML Head section from admin system->configuration->Design in magento
Magento html-head dropdown missing

Can't change the word on a button on Magento

I have installed a cookie bar extension via Magento Connect and it works just fine. I want now to change the text inside the that says "Close".
I have written it in the translation files, cleaned my cache and nothing happened.
I have also read this and tried to find the button on the extension's files, but I can't find it.
Anyone has more ideas of how to solve this issue or point me to a solution? Thanks in advance!
UPDATE
I am using this extension
Image of the issue:
To create translate you need to follow below steps :
Place your language package in /app/locale directory.
Now got to Admin c-panel > System > Configuration > General > Locale Options > Locale select you language pack from the Dropdown list.
you can also translate the words through Inline. Go to System > configuration > Developers > Translate Inline. After enabling this you can translate directly through UI

Facebook like button not showing after installing new theme?

I added a like button extension,it is perfectly fine as it was showing in the default theme but it is not showing anymore after installing a new theme.
can anyone tell me the reason please..?
I am using magento 1.6.
You should probably move the template files of your plugin to the directory of the new extension.
Move them from /app/design/frontend/default/default/template/ to /app/design/frontend/newtheme/default/template/ ...

Problems uninstalling SEO Boss extension in Joomla 2.5

I have created a website named www.connectedipvoice.com and installed SEO Boss extension. Somehow it was not working so I tried to remove it using my administrator mode from my website but it shows a message:
JFolder: :delete: Path is not a folder. Path: /home/content/54/9492054/html/components/com_seoboss
Component Uninstall: Can't uninstall. Please remove manually
Then I tried to uninstall directly from server but it's not showing there too. My problem is when I try to install it again - it's showing me that the file is already installed and when I checked in the extension area >
manage catagory I found that SEO Boss extension is still there. But now I'm unable to get the options to remove it - the status column becomes blank!
To properly uninstall it (so you can install it again) you need to also remove the component reference inside the table called #__extensions
Search the element field for anything containing "com_seoboss" and delete it.
Then you should be able to install it again.
You should also look for this and delete it - /home/content/54/9492054/html/administrator/components/com_seoboss
I am not too sure what you mean by 'i tried to uninstall directly from the server'.
Anyway, I have had a similar issue to you when I was trying to uninstall virtuemart from a website. What worked for me was to:
manually delete all the component folders (using an FTP client like Filezilla )
manually delete all component tables from the database (using phpMyAdmin)
If you try this solution, make sure you backup your database first.
Hope this helps.

Resources