X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   CMS Manager with built in HTML editor (https://forum.x-cart.com/showthread.php?t=5272)

John7 05-07-2004 10:17 PM

Hmmm.
 
Me thinks perhaps this topic has died...

markwhoo 11-12-2004 10:58 AM

Re: cms manager
 
Quote:

Originally Posted by prang
could any one tell me were to download the new cms manager

lloyd


Read the entire thread. The link was on the first page.

Chikira in my mind is a great person and the fact this interface was given to the forum for free is over the top. A lot of people always want good things, mods, scripts, but are unable to make them themselves for different reasons. Many people make a decent living off of thier work in this forum and some of them donate time and code that others simply could not do.

This is one of those examples of unselfisheness so... Kudos to Chikira for that :!:

You need to start at page one of this thread and read as there are a lot of good thoughts and ideas.

Here is the link:

http://www.artwrkz.net/xcart-CMS.zip

Not sure when the last update was, but I have kept an eye on this thread since it started. It's all good!

yacine 11-18-2004 12:04 PM

pb with version 4.0.7
 
Hi,

I'm new to x-cart and interted by this mod but when I try it to teh actuel version I have the following problems
Firts it isn't the same files in the install and I think that in step 4
we replace the file /customer/home.php by home.php in the root
in step 5
/customer/home.tpl by /skin1/customer/home.tpl
in step 7
/skin1/admin/home.tpl by /skin1/fulfilment/home.tpl

And when we click on EZ content manger in the admin area we have nothing to happen !!! and some javascript error
Pleasde help
Thanks

markwhoo 11-18-2004 02:55 PM

Re: pb with version 4.0.7
 
Quote:

Originally Posted by yacine
Hi,

I'm new to x-cart and interted by this mod but when I try it to teh actuel version I have the following problems
Firts it isn't the same files in the install and I think that in step 4
we replace the file /customer/home.php by home.php in the root
in step 5
/customer/home.tpl by /skin1/customer/home.tpl
in step 7
/skin1/admin/home.tpl by /skin1/fulfilment/home.tpl

And when we click on EZ content manger in the admin area we have nothing to happen !!! and some javascript error
Pleasde help
Thanks


If you really need help, I would suggest you provide your details in your signature. there are a lot of people running different versions of xcart and no way to tell you what you need if someone does not know which version you are running.

By the number of posts it seems you have done, I would guess it is version 4.0.6 or 4.0.7.

AND, I hate to say this, but I am not totally into that version as of yet to be able to help you. I am myself in the process of developing a store in vs 4.0.6 and already need to upgrade...

Add details in signature and cross your fingers that someone has already done adjustments for it to work and can help.

yacine 11-19-2004 12:17 AM

thank you for your fast reply, I have updated my signature, I'm usin x-cart version 4.0.7
I have make some change the files names and is working
but the boxes on left and right sides are empty except some strings
"EZ content manager" and and in the profil box "modify" and "delete"
I think it's a problem with language path
when I log in the admin area there is a javascript error
Many Thanks

shan 11-19-2004 03:05 AM

as far as i know this mod was done aroound the time of 3.4 / 3.5 so chances are that things would need to b changed to make it work for V4

yacine 11-19-2004 06:49 AM

It's Ok for X-Cart 4.0.7 with small minor changes

daveb1 11-19-2004 06:59 AM

Any ideas what those changes are? If you have done it and can document the changes, that would be really useful!

Dave

yacine 11-20-2004 04:34 AM

For X-Cart 4.0.7

Following the install.txt file :

In section 4.
In /customer/home.php add these lines below ' require "./featured_products.php"; '.

To replace by :

In home.php in the root add these lines below
if (empty($products))
include "./featured_products.php";

Also,

Replace

require "./rotatingsidepanel_1.php";
require "./rotatingsidepanel_2.php";
require "./rotatingsidepanel_3.php";
require "./fixedsidepanel_1.php";
require "./fixedsidepanel_2.php";
require "./fixedsidepanel_3.php";

by

require "customer/rotatingsidepanel_1.php";
require "customer/rotatingsidepanel_2.php";
require "customer/rotatingsidepanel_3.php";
require "customer/fixedsidepanel_1.php";
require "customer/fixedsidepanel_2.php";
require "customer/fixedsidepanel_3.php";

In section 5.
The file is Б─°skin1/customer/home.tplБ─²

In section 6.
Replace

EZ Content Manager


By

EZ Content Manager


In section 7.

the file is "/skin1/single/home.tpl" and not "/skin1/admin/home.tpl"

Now
In the files : Admin/cmsmaker.php and Admin/cmsmanager.php
Replace :

require "../smarty.php";
require "../config.php";
require "./auth.php";
require "../include/security.php";

by

require "./auth.php";
require $xcart_dir."/include/security.php";

and

$smarty->display("admin/home.tpl");

By

@include $xcart_dir."/modules/gold_display.php";
func_display("admin/home.tpl",$smarty);


in the file : Customer/showpage.php

Replace :

require "../smarty.php";
require "../config.php";
@include "./https.php";
require "./auth.php";
require "../include/categories.php";

by

@include "./https.php";
require "../auth.php";
require "../include/categories.php";

and

$smarty->display("customer/home.tpl");

By

func_display("customer/home.tpl",$smarty);


in the file : skin1/admin/main/cmsmaker.tpl

{include file="location.tpl" last_location="CMS Maker"}

By

{include file="page_title.tpl" title="EZ Content Management"}

{"This section allows you to ..."}




Hope this will help

daveb1 11-20-2004 05:31 AM

Thanks yacine!

I'll be giving that a go later, so fingers crossed! :)

Dave


All times are GMT -8. The time now is 09:32 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.