I would have to agree 100%.Lumpy Burgertushie wrote:for me, the popup window thing is harder to use than simply clicking on the bbcode button and entering your url etc.
robert
Come on, you don't have retype the whole URL tag -- just left arrow back one space, type "=", paste the URL in, right arrow forward one space and type your text. Anybody who is typing the whole thing again really is making things harder, as Lumpy said.HomeRacingWorld wrote:"So we are not making anything harder. We want it easier. Retyping all of that URL code for every simple title link is not easier.
If you think that's the case, create an RFC at Area51.HomeRacingWorld wrote:I would think the popularity of aBBcode AND this thread about adding them would tell the powers that be that some of these options should be standard.
Code: Select all
[spreadsheet]{IDENTIFIER}[/spreadsheet]
Code: Select all
<iframe src="https://docs.google.com/spreadsheet/ccc?key={IDENTIFIER}" width="675" height="675" border="0"></iframe>
Code: Select all
Enter everything after the key=
Code: Select all
<script type="text/javascript"> <! -
google_ad_client = "pub-4944740370381843";
/ * 468x60, date created 24/11/08 * /
google_ad_slot = "2805478338";
google_ad_width = 468;
google_ad_height = 60;
/ / ->
</ script>
<script type = "text / javascript"
src = "http://pagead2.googlesyndication.com/pagead/show_ads.js">
</ script>
Code: Select all
<script type="text/javascript"> <! -
google_ad_client = "ca-pub-4391855447145138";
/ * Adsense 07/2012 * /
google_ad_slot = "7219260298";
google_ad_width = 468;
google_ad_height = 60;
/ / ->
</ script>
<script type = "text / javascript"
src = "http://pagead2.googlesyndication.com/pagead/show_ads.js">
</ script>
what iframe? what would bbcode have to do with something like this?matthewtimothy wrote:What is a good way to write the BBCode to change the position of the content within an iframe?? I need to move the content up 30px and left 15px.
Yes i want to put a adsense bbcode in a post, because i just want to put it in few posts (less than three) not in all topics.Lumpy Burgertushie wrote:bbcode only works in posts. why do you need a adsense bbcode to put in a post?
if you want your adsense ads to display on the posting page then put the code in the html file according to this:
Advertisements in phpBB3
Take particular note of the important notice half way down regarding Google ads. Due to the google terms and conditions, the ads should only go in the index_body.html, viewtopic_body.html and viewforum_body.html files. Do not put them in the overall_header or footer.
robert