Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
CCNewsletter in the plugin
(1 viewing) 1 Guest
Go to bottom
TOPIC: CCNewsletter in the plugin
#482
CCNewsletter in the plugin 8 Months, 2 Weeks ago  
I am using CCNewsletter component which works by itself as a component.
I copied and pasted following code in HTML area in the plugin and i am using this plugin in an article
*******
<html>

<head>
<base href="allsource.net/subscribe-to-all-source-newsletter" />

<title>Newsletter Subscription</title>

<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>


</head>

<body>



<div id="content">
<div class="middlewrap" id="middlewrapleftonly">
<div class="middle" id="middleleftonly"><div class="middlebg">
<div id="message"></div>
<div id="component"><div class="componentheading">

Newsletter Subscription</div>
<form action="" method="post" name="subscribeForm" id="subscribeForm">
<table>
<tr>
<td align="left" colspan="2">
</td>
</tr>
<tr>
<td width="100">
<label for="Newsletter Name">
Name:
</label>

</td>
<td>
<input type="text" name="name" id="name" size="32" maxlength="250" value="" />
</td>
</tr>
<tr>
<td width="100">
<label for="Newsletter Name">
Email:
</label>

</td>
<td>
<input type="text" name="email" id="email" size="32" maxlength="250" value="" />
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" name="Submit" value="Submit" />
</td>
</tr>

</table>

<input type="hidden" name="option" value="com_ccnewsletter" />
<input type="hidden" name="task" value="addSubscriber" />
</form>

</div>
</div></div>
</div>





</div></div>




</body>
</html>



**********

I am getting this error after i click submit button.

*****************
View not found [name, type, prefix]: article,html,ccnewsletterView
**********

Please help me and i will donate for this project
 
Logged Logged  
 
Last Edit: 2009/03/06 09:40 By eggymusic.
  The administrator has disabled public write access.
#483
DART ()
User Offline Click here to see the profile of this user
Re:CCNewsletter in the plugin 8 Months, 2 Weeks ago  
Your SEO component looks like it is interfering with the path of the images for minimize and close.

Also, the following line is incorrect:
<form action="" method="post" name="subscribeForm" id="subscribeForm">

The action tag must contain a value... you need to check the subscription code again!
 
Logged Logged  
  The administrator has disabled public write access.
#561
Re:CCNewsletter in the plugin 7 Months, 2 Weeks ago  
hey i notice ur problem but i am surpise to see that ccnewsletter componet is not deleteing ur <form action= "" so on....>
i add a form and its gets deteled on save and the table is left if u had that problem ho did u get around that?
 
Logged Logged  
  The administrator has disabled public write access.
Go to top

Sponsors

Login Form






Lost Password?
No account yet? Register

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!


Generated in 0.46799 Seconds