[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2006-06-06T23:54:55-07:00 https://integramod.com/forum/feed.php?f=17&t=1079 2006-06-06T23:54:55-07:00 2006-06-06T23:54:55-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8751#p8751 <![CDATA[Google Ads after the first post?]]>
A

Statistics: Posted Author: Adrian Rea — Tue Jun 06, 2006 11:54 pm


]]>
2006-06-06T14:40:34-07:00 2006-06-06T14:40:34-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8724#p8724 <![CDATA[Google Ads after the first post?]]>
I had this mod installed for about 2 months and to be honest I never thought it was worth the time and effort to install it.

The problem is that if your forum is big, the ads won't show up right away. In my forums, most topics are opened, responded to, and forgotten about before the google ads start showing up on that inline block. For some reason the google spiders have always had problems getting ads in that spot for me.

You can have 3 ads on a page, my suggestion is one on the left side of the page directly underneath your navigation menu. (I just added the ads into the code for that block) Another good spot is directly above the first post and directly below the last post.

9 times out of 10, a user reads the top post and the first thing they want to do is read the replies of that post. I have found that my site's members usually skip right over that inline ad, so it's much more effective at the bottom of the last post on the pages. This way, while they're typing a reply in the quick reply box and they hit a pause in their thinking they might notice the ads placed there.

that is my rationalization for this. My advise is to save yourself the time and just use the banner mod that comes with the forums.

The best thing to do is just think of yourself as a regular user and think of where you could place your ads to make them actually visible. Just remember, among your content isn't always the best place unfortunately because people tend to skip right over it.

Zac

Statistics: Posted Author: ZacFields — Tue Jun 06, 2006 2:40 pm


]]>
2006-06-06T10:36:06-07:00 2006-06-06T10:36:06-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8710#p8710 <![CDATA[Google Ads after the first post?]]>
A

Statistics: Posted Author: Adrian Rea — Tue Jun 06, 2006 10:36 am


]]>
2006-06-06T09:01:04-07:00 2006-06-06T09:01:04-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8700#p8700 <![CDATA[Re: Google Ads after the first post?]]> am lookin for .helpline { background-color: {T_TR_COLOR2}; border-style: none; } in templates/subSilver/overall_header.tpl,But its not there

Statistics: Posted Author: dan0042 — Tue Jun 06, 2006 9:01 am


]]>
2006-06-06T08:43:03-07:00 2006-06-06T08:43:03-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8696#p8696 <![CDATA[Re: Google Ads after the first post?]]>
"found it";p="8695" wrote:
Got your phpmyadmin....in your control panel

Choose your database and then at the top of the page on the right frame is a SQL button click on that and a new box opens....

Copy and paste the code into the box and click go...

:mrgreen:

Thanks

Statistics: Posted Author: dan0042 — Tue Jun 06, 2006 8:43 am


]]>
2006-06-06T08:37:35-07:00 2006-06-06T08:37:35-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8695#p8695 <![CDATA[Re: Google Ads after the first post?]]>
Choose your database and then at the top of the page on the right frame is a SQL button click on that and a new box opens....

Copy and paste the code into the box and click go...

:mrgreen:

Statistics: Posted Author: found it — Tue Jun 06, 2006 8:37 am


]]>
2006-06-06T08:17:59-07:00 2006-06-06T08:17:59-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8690#p8690 <![CDATA[Re: Google Ads after the first post?]]>
CREATE TABLE `phpbb_inline_ads` (`ad_id` TINYINT( 5 ) NOT NULL auto_increment,`ad_code` TEXT NOT NULL ,`ad_name` CHAR( 25 ) NOT NULL,PRIMARY KEY (`ad_id`));  INSERT INTO `phpbb_inline_ads` (`ad_id` , `ad_code`, `ad_name` )VALUES ('1', 'Your banner code goes here', 'Default');  INSERT INTO `phpbb_config` ( `config_name` , `config_value` )VALUES ('ad_after_post', '1'),('ad_post_threshold', ''),('ad_every_post', ''),('ad_who', '1'),('ad_no_forums', ''),('ad_no_groups', ''),('ad_old_style', '1');

do add in My forum Mysql ?
or

Statistics: Posted Author: dan0042 — Tue Jun 06, 2006 8:17 am


]]>
2006-06-05T14:59:59-07:00 2006-06-05T14:59:59-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8608#p8608 <![CDATA[Re: Google Ads after the first post?]]>
Is this the mod you mean


http://www.phpbb.com/phpBB/viewtopic.php?t=306680

:mrgreen:

Statistics: Posted Author: found it — Mon Jun 05, 2006 2:59 pm


]]>
2006-06-05T14:56:37-07:00 2006-06-05T14:56:37-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8607#p8607 <![CDATA[Google Ads after the first post?]]>
A

Statistics: Posted Author: Adrian Rea — Mon Jun 05, 2006 2:56 pm


]]>
2006-06-05T14:43:23-07:00 2006-06-05T14:43:23-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8606#p8606 <![CDATA[Re: Google Ads after the first post?]]>
There is a mod called ad in post mod i will see if i can find it....

:mrgreen:

Statistics: Posted Author: found it — Mon Jun 05, 2006 2:43 pm


]]>
2006-06-05T12:49:34-07:00 2006-06-05T12:49:34-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8598#p8598 <![CDATA[Google Ads after the first post?]]>
A

Statistics: Posted Author: Adrian Rea — Mon Jun 05, 2006 12:49 pm


]]>
2006-06-05T12:46:05-07:00 2006-06-05T12:46:05-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8596#p8596 <![CDATA[Re: Google Ads after the first post?]]> Anyway ,He as this drag box on forums with adds in there ,Mr Quick2004 got drag codes,In php file
var Drag = {       obj ] = nx + "px";         Drag.obj.root.style[o.vmode ? "top" : "bottom"] = ny + "px";         Drag.obj.lastMouseX  = ex;         Drag.obj.lastMouseY  = ey;           Drag.obj.root.onDrag(nx, ny);         return false;     },       end : function()     {         document.onmousemove = null;         document.onmouseup   = null;         Drag.obj.root.onDragEnd(     parseInt(Drag.obj.root.style[Drag.obj.hmode ? "left" : "right"]),                                     parseInt(Drag.obj.root.style[Drag.obj.vmode ? "top" : "bottom"]));         Drag.obj = null;     },       fixE : function(e)     {         if (typeof e == 'undefined') e = window.event;         if (typeof e.layerX == 'undefined') e.layerX = e.offsetX;         if (typeof e.layerY == 'undefined') e.layerY = e.offsetY;         return e;     }};

Statistics: Posted Author: dan0042 — Mon Jun 05, 2006 12:46 pm


]]>
2006-06-05T12:20:12-07:00 2006-06-05T12:20:12-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8584#p8584 <![CDATA[Re: Google Ads after the first post?]]>
{print 'google ads';}


A

Statistics: Posted Author: Adrian Rea — Mon Jun 05, 2006 12:20 pm


]]>
2006-06-05T12:07:34-07:00 2006-06-05T12:07:34-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8579#p8579 <![CDATA[Re: Google Ads after the first post?]]>
$randNum = mt_rand(1, 2);  if ($randNum == 1){print 'google ads';}else{print ' Yahoo ads';}  displays random google or yahoo ads

But how will add that code

Statistics: Posted Author: dan0042 — Mon Jun 05, 2006 12:07 pm


]]>
2006-06-05T11:49:51-07:00 2006-06-05T11:49:51-07:00 https://integramod.com/forum/viewtopic.php?t=1079&p=8571#p8571 <![CDATA[Google Ads after the first post?]]>
People who pm me, may not get replied to as I have so many it is very hard to keep track of the threads, but this way is easier. If people pose questions to me I am happy to put them into the forums if I have the time. I alwas try to give my best to all.

A

Statistics: Posted Author: Adrian Rea — Mon Jun 05, 2006 11:49 am


]]>