Jump to content

Broken images witht he CKEditor


Man_

Recommended Posts

Hello members,

 

After downloading CubeCart last night I've been playing with it and I've just stumbled across a problem.

At the admin panel when I try to upload an image it is immediately broken and no uploaded image will work, it occurs under File Manager and category.

 

Does anyone know how to fix this? Is it possible to replace this editor if it is it?

 

Thank you.

 

I have included some picture for you.

 

EDIT:-----------------

 

I managed to add an image via external link, but I am unable to upload anything from my PC it the editor without it being broken.

------------------------

 

When I installed, these were my checks:

 

Compatibility Check

5.4.3 PHP 5.2.3+
mysqlnd 5.0.10 - 20111026 - $Id: b0b3b15c693b7f6aeb3aa66b646fee339f175e39 $ MySQL 4.1+
Installed GD Image Library
Installed cURL

Optional Features

Not Installed APC
Not Installed bz2
Not Installed EXIF
Not Installed FileInfo
Installed Hash
Installed mCrypt
Not Installed memcache
Installed mysqli
Not Installed XCache
Installed XDebug
Installed ZIP

Link to comment
Share on other sites

I am able to add product images and as for the editor, it does upload the image but they get broken and don't display, so I don't know if its the localhost but I am able to work around this by uploading my image to and external website then linking it.

Link to comment
Share on other sites

Breadcrumbs are created with the assistance of the GUI class, addBreadcrumb method. To place a breadcrumb onto the breadcrumb stack, call the method with:

$GLOBALS['gui']->addBreadcrumb("Name-of-Breadcrumb", array('url_key' => 'url_value' [,element,element]));

$GLOBALS['gui']->addBreadcrumb("Test Category", array('_a' =>'category', 'cat_id'=>'1'));

This is used in the admin section and most other places.

 

The breadcrumb stack is retrieved with: $GLOBALS['gui']->getBreadcrumbs();

 

The breadcrumb stack is given to the template engine at:

$GLOBALS['gui']->displayCommon(...)

at this statement:

$GLOBALS['smarty']->assign('CRUMBS', $this->_breadcrumb);

 

In the template main.php, Smarty expands the array into an unordered list in the <div id="breadcrumb"> block. It is then styled to look as desired.

Link to comment
Share on other sites

Hello again BSmither,

Thank you for your reply, really. See, as a person with no PHP experience I have no idea what is written above.

Could i ask you to give me a simple 5 step on what to do to implement this? If its not too much trouble of course

Cheers.

Link to comment
Share on other sites

I just need to implement the breadcrumbs on the index page saying "Home" and also for the other categories of course.

BSmither,

What's the best tutorial you've come across for customizing a skin or any other tutorial about cubecart

Link to comment
Share on other sites

Hello again members, :sourcerer:

I have ran into yet another wall and I'm asking for help.

 

All is going well but on me front page it says "Latest Poduct" at the very top and below is my hello content, my question

is how do I move the "Latest Products" to below my content? and one last thing I did a test purchase right, and no payment options came up (on my theme) it comes up on the vanilla theme but only "Postal Order Form" but its not set up so nothing happens when I click submit.

 

Thank you very much members.

 

Please excuse my ignorance.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...