Home » Forum
NoNumber!

Joomla!® Websites & Extensions
development  -  support  -  consultancy

I try to respond within 48 hours (excluding weekends).
If I haven't responded by then, feel free to post a reminder or bug me via email.

My last reply was: 2 Hours, 33 Minutes ago.

Welcome, Guest
Please Login or Register.    Lost Password?

Template Contents Doubled
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Template Contents Doubled
#3925
Template Contents Doubled 2 Years, 5 Months ago  
When creating an article from a template in JCE the template is pasted into the content area twice if in code view - fine in normal view. Feature?
DrMopp
Posts: 1
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#3927
Template Contents Doubled 2 Years, 5 Months ago  
If you can't fix it, call it a feature

I'll look into this. I guess this is only when having default templates set? Because all editor buttons shouldn't work/be available when in code view.
Peter van Westen
Admin
Posts: 9091
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#3950
Template Contents Doubled 2 Years, 5 Months ago  
Hi

im experiencing a similar problem although its doubled in code and normal view. Also i cant load the template when in normal view, i have to switch to code, and then switch back to normal to see it.

When in the normal view i get the error "Could not find the editor!". Ive seen your the fix about this error and got the editor.js zip from the JCE site but im still having the problems.

Im using v1.1.4a of content templater and v157 of the JCE component and v154 of the plugin.

Any help would be much appreciated as this really is an excellent component and im eager to get it properly up and running.

Thanks in advance
dessery
Posts: 4
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#3989
Template Contents Doubled 2 Years, 5 Months ago  
Please install the JCE patch:
http://www.joomlacontenteditor.net/downl...itor/patches/188-154

To fix the JCE insert button problem
1) download and unzip the JCE 188-154 patch mentioned above
2) copy editor.js to .../plugins/editors/jce/libraries/js/editor.js
Peter van Westen
Admin
Posts: 9091
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#4104
Template Contents Doubled 2 Years, 5 Months ago  
Hi admin

Thanks for your response, unfortunately though im already using that version of the editor and still having the problem.

Thanks
dessery
Posts: 4
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4107
Template Contents Doubled 2 Years, 5 Months ago  
So you have installed the patch? Or are you just using the v154 plugin?
Peter van Westen
Admin
Posts: 9091
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#4108
Template Contents Doubled 2 Years, 5 Months ago  
I have installed the patch
dessery
Posts: 4
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4110
Template Contents Doubled 2 Years, 5 Months ago  
Could you give me admin access?
Peter van Westen
Admin
Posts: 9091
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#4113
Template Contents Doubled 2 Years, 5 Months ago  
Unfortunately at the moment the site is only on an internal server and i cant grant access to it.

We will be moving it soon, if the problems persist on the new server ill post again and see if i can get you to take a look.

Thanks for trying to help
dessery
Posts: 4
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4331
Template Contents Doubled 2 Years, 4 Months ago  
Just thought I would mention that I am having this problem as well. My content is doubled when inserted in code view but not when in wysiwyg mode.

I am having a problem in wysiwyg mode so I thought code view would work for me instead but I am having this issue so no luck for me here.

If anyone has a suggestion for my problem in wysiwyg mode let me know.

My problem in wysiwyg mode is more of an editor problem than a problem with Content Templater but maybe someone has a fix.

My problem is this. I have a small snippet that needs to be inserted on the same page several times and modified slightly each time.

When I insert it with content templater the first time all is well. However trying to insert it again is a problem because In the editor I can not move the courser outside of the div. So the new content goes inside of it and messes up my code. Here is an example.

This is the code snippet.
<div class="staffItem">
<div class="staffinfo">
<h1>Name</h1>
<p>Description<br /><a href="index.php?option=com_contact&amp;view=contact&amp;catid=6:it&amp;id=1-first-last">Contact</a></p>
</div>
<div class="staffpic"><img alt="tep" src="uploads/images/tep.jpg" width="110" height="110" /></div>
</div>

When I try and insert another item under this one i get this.
<div class="staffItem">
<div class="staffinfo">
<h1>Name</h1>
<p>Description<br /><a href="index.php?option=com_contact&amp;view=contact&amp;catid=6:it&amp;id=1-first-last">Contact</a></p>
</div>
<div class="staffpic"><img alt="tep" src="uploads/images/tep.jpg" width="110" height="110" />
<div class="staffItem">
<div class="staffinfo">
<h1>Name</h1>
<p>Description<br /><a href="index.php?option=com_contact&amp;view=contact&amp;catid=6:it&amp;id=1-first-last">Contact</a></p>
</div>
<div class="staffpic"><img alt="tep" src="uploads/images/tep.jpg" width="110" height="110" /></div>
</div>
</div>
</div>

As you can see because I can not move the courser out of the first div it makes a mess of my code which gets worse each time I add an item.

So does anyone know how to move the courser out of the dive in the wysiwyg? I tried adding a break or two after the div as part of the template but this has problems as well as each time I add a item another break is put in so things are not evenly spaced.
fishfilet
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4338
Template Contents Doubled 2 Years, 4 Months ago  
What you can try is just ad an empty dummy div at the end of the template. Then (I hope) the next template will be placed inside the empty div, which shouldn't be a problem.

The problem with code view is something I have to look into.
I think this is more of a Joomla problem than Content Templater.
Because most buttons don't work well or at all in code view, like the read more and pagebreak buttons.

When you say code view: you mean you are using a wysiwyg editor, but set it to code view? Or you have set Joomla to use no editor?
Peter van Westen
Admin
Posts: 9091
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#4344
Template Contents Doubled 2 Years, 4 Months ago  
Yes I am using the JCE wysiwyg editor but I use the code view for that editor.

I did try using a empty div but what worked best was to put a non breaking space after the div like this.

<div class="staffItem">
<div class="staffinfo">
<h1>Name</h1>
<p>Description<br /><a href="index.php?option=com_contact&amp;view=contact&amp;catid=6:it&amp;id=1-first-last">Contact</a></p>
</div>
<div class="staffpic"><img alt="tep" src="uploads/images/tep.jpg" width="110" height="110" />
{non breaking space here}

But for some reason my editor was removing the non breaking space.

I found out that in JCE under the configuration there is a section called Cleanup and you have to change the Entity Encoding option to named. Now it does not remove the non breaking space.

This works just as I was looking for.
fishfilet
Posts: 2
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4356
Template Contents Doubled 2 Years, 4 Months ago  
ok, great
Peter van Westen
Admin
Posts: 9091
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#5675
Template Contents Doubled 2 Years, 2 Months ago  
Hi,

I am currently having the same problem. When I try loading a new article with basic content through Content Templater it inserts the content twice for some reason.

For reference, I am using latest version of Joomla, and have my WYSIWYG editor disabled and only using the No-Editor configuration.

Does anyone know why this is happening exactly and how to correct it?
mortega1
Posts: 1
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#5681
Template Contents Doubled 2 Years, 2 Months ago  
It is probably because you are not using a WYSIWYG editor...
Peter van Westen
Admin
Posts: 9091
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
Go to topPage: 1
Moderators: Peter van Westen
Open Source Training | Online Joomla! Training and Support
hosting joomla
MaxCDN | Content Delivery Network | Accelerate your site to the max