URGENT need freelancer please to merge templates PLEASE

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
royt

URGENT need freelancer please to merge templates PLEASE

Post by royt »

Hi

Hope i am not breaking forums rules by offering payment for help ..sorry if i am

I am stuck trying to merge cmsms with a cart template system ..i am sure its just path settings error

I am willing to pay someone to sort it for me ....thats before I smash my pc out of frustration!!

Please contact me if you can help and I will send the files

Thanks

Roy
Last edited by royt on Mon Jun 18, 2007 4:47 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: need freelancer please to merge templates for me

Post by calguy1000 »

No, it's permissible to ask for such things.

but your description is a little vague.... maybe you can provide a little more information ?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
royt

Re: need freelancer please to merge templates for me

Post by royt »

Hi

Yes I suppose my request was a bit vague ..getting frustrated with this ..been trying for 2 weeks myself.

I have attached the files from the cart to this post. They are basic tables parts ..no images or design work done yet

It looks like http://www.selfhealthbooks.com/edownloa ... e.php 

I am hoping that cmsms  will allow me to add "non product" pages so that the site visitor has cmsms and cat menu on left at all times ..will that be possible ?

I can let you have access to a full install if required.

Thanks

Roy

As its not permissible to add a zip to posting I have made a long txt file of the cart template files and separated each with ***** and file name
Attachments

[The extension txt has been deactivated and can no longer be displayed.]

calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by calguy1000 »

it is possible to use a CMS menu with an external application (via a javascript xmlhttp request), it's also possible to 'embed' another application into an iframe on a CMSMS page.  it depends on what you want to do, ans which application should be the primary.

The hard part will be styling everything, and re-arranging the cart's templates such that they all look like one application.

This is usually a slow, and laborious process.

Do you have an example layout that you want implemented? or is your cms site designed and you want to style the cart application to look like that?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
cyberman

Re: URGENT need freelancer please to merge templates PLEASE

Post by cyberman »

calguy1000 wrote: it is possible to use a CMS menu with an external application (via a javascript xmlhttp request)
Sounds very interesting for me - can you show an example?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by calguy1000 »

Code: Select all

<your site url>/index.php?mact=MenuManager,cntnt01,default,0&cntnt01showtemplate=false
if you hook up some javascript to do an xmlhttp request of a url like this, you'll get the menu, and all that you need to do is style it.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
jimmyb
Forum Members
Forum Members
Posts: 35
Joined: Wed Sep 20, 2006 12:40 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by jimmyb »

Hi Calguy

Can you just expand on this a little please, I am having a few problems with it.

I have set up a test HTML page with the xmlhttp suggestion for testing. You can see the example here http://www.ppckd.com/xmlhttptest.html

It works fine when I try to embed just the

Code: Select all

/index.php
URL and the entire page is displayed.

As soon as I try the full

Code: Select all

/index.php?mact=MenuManager,cntnt01,default,0&cntnt01showtemplate=false
URL it displays nothing.

All I want to see is the menu.

Any ideas?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by calguy1000 »

I copied your source to my site.... fixed one javascript error (missing semicolon) and changed the url and it worked for me

Code: Select all

http://svr.techcom.dyndns.org/rob/tmp/xmlhttptest.html
Test quickly, it won't be there long.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
jimmyb
Forum Members
Forum Members
Posts: 35
Joined: Wed Sep 20, 2006 12:40 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by jimmyb »

Many thanks Calguy

Copied the page directly from your site but still nothing being returned for my url. Used the same URL as yours with my domain substituted.

Could it be anything to do with the way my template is setup?

Do i need to change any of the parameters at the end of the url string?
jimmyb
Forum Members
Forum Members
Posts: 35
Joined: Wed Sep 20, 2006 12:40 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by jimmyb »

Just been having another play Calguy.

I replaced the 'MenuManager' portion of my URL with 'News' and the news section displays perfectly!!

I am using Menu Manager 1.3, is that OK?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by calguy1000 »

well.. that was going to be my next question... which version of CMS is this.

And you should upgrade your menumanager (if you're not running 1.1).  there are some wonderful new features in there.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
jimmyb
Forum Members
Forum Members
Posts: 35
Joined: Wed Sep 20, 2006 12:40 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by jimmyb »

Hi Calguy

I'm using 1.07.
jimmyb
Forum Members
Forum Members
Posts: 35
Joined: Wed Sep 20, 2006 12:40 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by jimmyb »

Hi Calguy

One other thing I probably should mention is that I have 2 menus in the template.

The main menu is always displayed and is the one I want to use in the xmlhttp.

The second menu is wrapped in a CustomContent conditional area and is only visible once a user has logged in.

Could this have anything to do with it?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: URGENT need freelancer please to merge templates PLEASE

Post by Dr.CSS »

Wow that's cool,  :o

I've seen request for this before with no responce/way to do it....

CMSMS is movin right along that's why I've been in love with it for almost 1.5 yrs... and never looked back...
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: URGENT need freelancer please to merge templates PLEASE

Post by calguy1000 »

if you're asking for the default menu then that is what you should get.  I wouldn't be able to debug any more without shell access.

it is though strange that the default menu call doesn't work for you.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “Layout and Design (CSS & HTML)”