Every time someone submits a article there is a <hr id="system-readmore" /> thrown into the article which makes a line above the entered text that I have to go remove before publishing. Any ideas on how to fix this?
Forums
submitcontent help
HI mkabwilliams,
I think this is the Joomla divider that sets where the article is split when only the first paras are shown and a 'read-more' link is inserted. I don't know where it comes from without going to dig in the code. As no-one else has mentioned it I wonder if your template is mis-handling it somewhere? Is it still a problem if you switch to a 'standard template'?
Bob
I think this is the Joomla divider that sets where the article is split when only the first paras are shown and a 'read-more' link is inserted. I don't know where it comes from without going to dig in the code. As no-one else has mentioned it I wonder if your template is mis-handling it somewhere? Is it still a problem if you switch to a 'standard template'?
Bob
HI mkabwilliams,
look into the onsubmit code box of the submitcontent form, there should be some variable to change from "fulltext" to "introtext" and this will keep the content over the divider and throw it away with the read more!
Cheers
Max
look into the onsubmit code box of the submitcontent form, there should be some variable to change from "fulltext" to "introtext" and this will keep the content over the divider and throw it away with the read more!
Cheers
Max
That fixed that thanks!
But I just noticed a new problem. I mostly work in firefox so I didn't notice it till I was testing some stuff out in IE
When I go the form I get a internet explorer cannot open the internet site operation aborted message and then it goes to a error page.
I did some searching and found this
http://weblogs.asp.net/infinitiesloop/archive/2006/11/02/Dealing-with-IE-_2600_quot_3B00_Operation-Aborted_2600_quot_3B002E00_-Or_2C00_-how-to-Crash-IE.aspx
My site is here
http://www.myjokemail.com/index.php?option=com_chronocontact&chronoformname=submitcontent
If someone could tell me how to fix this please. I've turned off all the modules on that page to make sure it wasn't a module conflicting
But I just noticed a new problem. I mostly work in firefox so I didn't notice it till I was testing some stuff out in IE
When I go the form I get a internet explorer cannot open the internet site operation aborted message and then it goes to a error page.
I did some searching and found this
http://weblogs.asp.net/infinitiesloop/archive/2006/11/02/Dealing-with-IE-_2600_quot_3B00_Operation-Aborted_2600_quot_3B002E00_-Or_2C00_-how-to-Crash-IE.aspx
My site is here
http://www.myjokemail.com/index.php?option=com_chronocontact&chronoformname=submitcontent
If someone could tell me how to fix this please. I've turned off all the modules on that page to make sure it wasn't a module conflicting
Hi mkabwilliams,
do you have validation enabled ? try it off ? try with another joomla template ?
Cheers
Max
do you have validation enabled ? try it off ? try with another joomla template ?
Cheers
Max
Yep looks like its the template. I tried another one and it worked fine. Dang I really liked that template too.
then the template is using some JS which makes this problem, try to dig into this and find which file makes the problem!
Cheers
Max
Cheers
Max
This topic is locked and no more replies can be posted.