Graphic Design Forum and Web Design Forum  

Go Back   Graphic Design Forum and Web Design Forum »Web Design Forum »General Web Design Forum

Notices

General Web Design Forum Discuss General Web Design Issues


Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 20-09-2007, 06:22 PM
PR Design's Avatar
CSS Wizardry
 
Join Date: May 2007
Location: Yorkshire, England
Gender: Male
Posts: 4,625
Default

Toon, I was giving an example lol. I had to change everything to its html entity, as flick says. Wrap it in
Code:
<?php ... ?>
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #12 (permalink)  
Old 20-09-2007, 06:24 PM
flick's Avatar
official g33k ®
 
Join Date: Aug 2007
Location: Manchester
Gender: Female
Posts: 2,075
Default

only the < need replacing, basically so that a tag is never opened, i wish i'd been smart enough to do find and replace all in notepad rather than going through the whole thing, lol :D
__________________
-- my new favourite g33k site: http://parsed.org --
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #13 (permalink)  
Old 20-09-2007, 06:36 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,979
Default

You're going to have to post the complete code that I need as I'm getting

Code:
Your HTML cannot be accepted: Tags cannot enclose tags if condition="(($post[postcount] % $vboptions[maxposts] == 0) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))"
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #14 (permalink)  
Old 20-09-2007, 06:58 PM
flick's Avatar
official g33k ®
 
Join Date: Aug 2007
Location: Manchester
Gender: Female
Posts: 2,075
Default

Quote:
Originally Posted by Toon View Post
You're going to have to post the complete code that I need as I'm getting

Code:
Your HTML cannot be accepted: Tags cannot enclose tags if condition="(($post[postcount] % $vboptions[maxposts] == 0) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))"
yeah it did that on mine but if you tick the box to ignore the error then publish again it works
__________________
-- my new favourite g33k site: http://parsed.org --
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #15 (permalink)  
Old 20-09-2007, 07:01 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,979
Default

Now it puts it in a frame, post the actual code you have to use, state whether you do it in compose mode or html mode.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote

</tr>
<tr>
<td class="alt1" align="center">

Adsense Code here
</td>
</tr>
</table>

</div>


</if>
<if condition="(($post[postcount] % $vboptions[maxposts] == 0) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
<div style="padding:6px 0px 0px 0px;margin-top:4px;">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Text You Want to show up in Ad Here
</tr>
<tr>
<td class="alt1" align="center">

Adsense Code here
</td>
</tr>
</table>

</div>


</if>
<if condition="(($post[postcount] % $vboptions[maxposts] == 0) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
<div style="padding:6px 0px 0px 0px;margin-top:4px;">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Text You Want to show up in Ad Here
</tr>
<tr>
<td class="alt1" align="center">

Adsense Code here
</td>
</tr>
</table>




</if>
<if condition="(($post[postcount] % $vboptions[maxposts] == 0) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
<div style="padding:6px 0px 0px 0px;margin-top:4px;">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Text You Want to show up in Ad Here
</tr>
<tr>
<td class="alt1" align="center">

Adsense Code here
</td>
</tr>
</table>

</div>


</if>
?>
__________________
-- my new favourite g33k site: http://parsed.org --
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
  #16 (permalink)  
Old 20-09-2007, 07:02 PM
flick's Avatar
official g33k ®
 
Join Date: Aug 2007
Location: Manchester
Gender: Female
Posts: 2,075
Default

Quote:
Originally Posted by Toon View Post
Now it puts it in a frame, post the actual code you have to use, state whether you do it in compose mode or html mode.
oh right, i did it in html mode, forgot to mention that:

<?php
<if condition="(($post[postcount] % $vboptions[maxposts] == 0) or ($post[islastshown] and !$GLOBALS['vbulletin']->GPC['ajax']))">
<div style="padding:6px 0px 0px 0px;margin-top:4px;">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Text You Want to show up in Ad Here
  #17 (permalink)  
Old 20-09-2007, 07:05 PM
Toon's Avatar
Netvibes is an Addiction™
 
Join Date: Jan 2007
Location: Sheffield, UK
Gender: Male
Posts: 17,979
Default

Done that is there any way to format it to make it stand out and remove the extra tags, this is a tutorial to help people do something that took me like 7 hours to do so I want it easy to read and implement

Graphic Design & Web Design Forum Blog

This has a piece of code at the start and end that shouldn't be copied with the rest.
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati Share This Article & VoteReddit! Wong this Post!Stumble this Post!RSS Share on FacebookForum Netvibes Page
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Tag Cloud for Blogger Toon General Web Design Forum 0 09-01-2008 03:29 PM
What kind of blogger are you? Toon Off Topic 2 16-10-2007 09:36 AM
$20 iTunes Gift Card for posting links to tutorials Jeff Graphic Design Competitions 3 12-10-2007 10:56 PM
Soz for not posting, but new site... deviouslydigital Graphic Design and Web Design Help 18 28-09-2007 06:59 PM
Blogger Videos Toon General Web Design Forum 1 19-02-2007 11:22 AM


All times are GMT. The time now is 04:15 PM.



Estetica Design Forum's Privacy Policy
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0