Joomailer Template Problem

More
04 Oct 2010 23:07 #240 by cbcportugal
I have recently uploaded a customized template to my joomla site for joomailerintegration component. When I try to preview this template, I get the error - "No content container found in the template!"

Any assistance that you could offer would be greatly appreciated. I am attaching the entire folder. TEXT

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 01:11 #241 by cbcportugal
Here is an updated template, but I can not get the content into the email. Please help! TEXT

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 14:37 #245 by adminbe
Replied by adminbe on topic Joomailer Template Problem
cbc

There are no template tags within your template...

# <#subject#> - This tag will be replaced with the email subject.
# <#intro_content#> - This tag will be replaced with the Intro text entered in the WYSIWYG editor.
# <#title#> - This tag will be replaced with the title of the selected articles.
# <#content#> - This tag will be replaced with the content of the selected articles.
To allow the selection of more than one article you must use the repeater:
# <#repeater#>...<#/repeater#> - Everything between these two tags will be repeated for each

See the Joomailer's Guide on how to insert the Tags

cheers adminbe

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 21:12 #247 by cbcportugal
adminbe...thanks for your help, however it hasn't solved my problem. now after following the instructions, downloading a joomailer template and altering only slightly, i get the following error:
Template could not be loaded. Please make sure its called "template.html" and the folder permissions allow reading of: /administrator/components/com_joomailermailchimpintegration/templates/
The file is named correctly, has all of the pertinent information in it, the folder is set with 777 permissions. However, it still isn't working. I'm a noob, but this is very frustrating.
What's from Joomailer i'm getting an uplaod file error whenever I try to attach my template!
Help, please.

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 21:28 #248 by adminbe
Replied by adminbe on topic Joomailer Template Problem
The way we create our templates is as follows:

login via ftp and download one of the pre-made template folders from:

/administrator/components/com_joomailermailchimpintegration/templates

Make the required changes to the template.html file but do not change the name of this file.

Change the name of the folder to e.g. 'CBCtemplate' and then upload this back to:

/administrator/components/com_joomailermailchimpintegration/templates

that should solve your problem

adminbe

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 21:44 #249 by cbcportugal
adminbe...i followed your instructions to the letter..still getting the following errors:

Error: No table of contents container found in the template!
Error: No Facebook container found in the template!
No content container found in the template!

FYI - I downloaded the jleftcolumn template

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 21:51 #250 by cbcportugal
Also, the only thing that I altered was the background color and the header. I'm not making any changes to the code at all, but am still having problems. Could it be a problem with NVU? I am using it.

thanks again.

by the way, i still can't attach a file without an error. none of this makes sense to me.

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 23:15 #252 by cbcportugal
here's the latest version...any help you can give me would be immensely appreciated.

cbcpm.net/template%20%2810%3A10%3A05%2020%3A12%29.html

Please Log in or Create an account to join the conversation.

More
05 Oct 2010 23:54 #253 by adminbe
Replied by adminbe on topic Joomailer Template Problem
I think Its NVU that is the issue...

when you are opening the template.html,

< and > signs are getting substituted to &lt;?php ... ?&gt;

See Link

Without either use of a different editor or doing it for you (commercial job) im not sure what else i can recommend.

adminbe

Please Log in or Create an account to join the conversation.

More
06 Oct 2010 00:10 #254 by adminbe
Replied by adminbe on topic Joomailer Template Problem
Hi Again

Replace attahced file with the template.html in the folder. Do not open using NVU otherwise it will reverse the changes made.

dl.dropbox.com/u/7412643/template.html

adminbe

Please Log in or Create an account to join the conversation.