Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...HTML Module not working with basic html code...HTML Module not working with basic html code...
Previous
 
Next
New Post
11/25/2011 2:44 AM
 

I am currently working on a new development website for my entertainment company. And I need a Google calendar, and basic HTML code to display in the text/HTML module similar to the way it worked in a past version.

 It works here....     http://www.williston.k12.nd.us/District/Calendar.aspx

And here.....            http://www.williston.k12.nd.us/District/DaveTest.aspx

 But not here....      http://www.extremetunz.com/tunz/

The code files looks like this...

 Google;  <iframe width="100%" scrolling="no" height="600" frameborder="0" style="border: 1px solid #777777;" src="https://www.google.com/calendar/embed?showTitle=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=jq03b5ubp51duikvag22cf8ro8%40group.calendar.google.com&amp;color=%2342104A&amp;src=9fif65j47rpmd9eu4bmgtfr2p8%40group.calendar.google.com&amp;color=%236B3304&amp;src=g1odj33o3mir3n19s97djvbds4%40group.calendar.google.com&amp;color=%23856508&amp;src=qo5d6lq1e6litgl90u7pdl6hs8%40group.calendar.google.com&amp;color=%232F6309&amp;src=p5pe3lmqutokgoc6b4g1itoaho%40group.calendar.google.com&amp;color=%23113F47&amp;src=ia0me2i6nj300dt2e53vhlc2ek%40group.calendar.google.com&amp;color=%23125A12&amp;src=8osjku1d4ao32k4ncquu6720u8%40group.calendar.google.com&amp;color=%238C500B&amp;src=hs623ctesbhbl4pl2lhcp20kvk%40group.calendar.google.com&amp;color=%23691426&amp;ctz=America%2FChicago"></iframe>

 

Event Planner; 

<style type="text/css"> #avail_form {position:relative;font-size:10pt;font-weight:normal;font-family:Verdana,Geneva,Arial Helvetica,sans-serif;margin-left:auto;margin-right:auto;padding:0;padding-top:0px;border:0px;border-collapse:collapse;width:410px;height:103px;background-image:url('http://djfinder.com/images/ca/blackwhole.gif');background-repeat:none;} .avail_top {padding-top:8px;;font-weight:bold;color:#FFFFFF;text-align:center;} .avail_mid {padding-top:5px;;color:#FFFFFF;padding-left:15px;;text-align:left;} .avail_drop {padding-top:8px;color:#000000;padding-left:10px;text-align:center;} input.avail_btn {border:1px solid #000000;padding:1px;background-color:#CCCCCC} input.avail_btn:hover {border:1px solid #000000;padding:1px;background-color:#DDDDDD;} </style> <form method=post name=check_avaibility_form action=http://djfinder.com/check_availability.asp> <div id=avail_form> <div Class=avail_top>Check Availability</div> <div class=avail_mid>Select the date of your event. Then click on the "check availability" button to see if we are available on that date.</div> <div class=avail_drop> <select name=month style=avail_dropdown> <option value=-43>Month</option> <option value=1>January</option> <option value=2>February</option> <option value=3>March</option> <option value=4>April</option> <option value=5>May</option> <option value=6>June</option> <option value=7>July</option> <option value=8>August</option> <option value=9>September</option> <option value=10>October</option> <option value=11>November</option> <option value=12>December</option> </select><select name=day style=style01> <option value=-43>Day</option> <option value=1>1</option> <option value=2>2</option> <option value=3>3</option> <option value=4>4</option> <option value=5>5</option> <option value=6>6</option> <option value=7>7</option> <option value=8>8</option> <option value=9>9</option> <option value=10>10</option> <option value=11>11</option> <option value=12>12</option> <option value=13>13</option> <option value=14>14</option> <option value=15>15</option> <option value=16>16</option> <option value=17>17</option> <option value=18>18</option> <option value=19>19</option> <option value=20>20</option> <option value=21>21</option> <option value=22>22</option> <option value=23>23</option> <option value=24>24</option> <option value=25>25</option> <option value=26>26</option> <option value=27>27</option> <option value=28>28</option> <option value=29>29</option> <option value=30>30</option> <option value=31>31</option> </select><select name=year style=avail_dropdown> <option value=-43>Year</option> <option value=2011>2011</option> <option value=2012>2012</option> <option value=2013>2013</option> <option value=2014>2014</option> <option value=2015>2015</option> <option value=2016>2016</option> </select><input type=hidden name=djidnumber value=3370><input type=submit value="Check Availability" class=avail_btn> </div> </div> </form>

 
New Post
11/25/2011 9:35 AM
 

Although you did not indicate your version of DotNetNuke, I suspect that it is 6.01.00 which introduced the known issue of stripping out iframe and other html elements as well as Javascript when entered using the HTML module. The latest DNN framework release, 6.01.01, makes that behavior optional. Upgrading to 6.01.01 should allow the first section of code you posted to function.

However, the second section of code (Event Planner) makes use of a form element which is not allowed within another form element such as that which is included on any .aspx page including DNN's default.aspx.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
11/26/2011 8:19 PM
 

Bill, Thanks for the response. Do you have any suggestion how I can resolve the second code issue? I am a very new user to the dnn platform but I am always open to learning. Could the eventplanner code be designed into some sort of module and then placed into DNN? Outside of that I would basically be up the creek without a paddle right?

 

Thanks,

Dave

 
New Post
11/27/2011 5:34 AM
 
for the eventplanner, I suggest creating an HTML page and intgrate it using IFrame module.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...HTML Module not working with basic html code...HTML Module not working with basic html code...


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out