Check today's New Posts or your PMs

Welcome Guest ( Log In | Register )

Tags
This content has not been tagged yet
2 Pages V   1 2 >  Digg this topic · Save to del.icio.us · Slashdot It · Post to Technorati · Post to Furl · Submit to Reddit · Share on Facebook · Fark It · Googlize This Post · Add to ma.gnolia · Tag to Wink · Add to MyWeb · Add to Netscape
Reply to this topicStart new topic
IPB Adsense Revenue Sharing Mod, More Preview Images?
PredGR
post Mar 13 2008, 05:30 PM
Post #1


Newbie
*

Group: Members
Posts: 2
Joined: 13-March 08
Member No.: 881



Hello,

I'm interested in IPB Adsense Revenue Sharing Mod but I would like to see more images of how it would look on my forum. Right now the only available preview image is that of the ACP settings of the mod, here

When I click "view more images in the gallery" it doesn't work.

Thanks in advance for your help!
Go to the top of the page
 
+Quote Post
Dan
post Mar 13 2008, 05:42 PM
Post #2


Advanced Member
***

Group: Root Admin
Posts: 649
Joined: 3-February 07
Member No.: 2



There really isnt much to see. The settings you see is about what shows up. You can go to http://communityseo.com/forums/index.php?a...mp;req=ucp_form and see the entry there also.
Go to the top of the page
 
+Quote Post
PredGR
post Mar 14 2008, 04:47 AM
Post #3


Newbie
*

Group: Members
Posts: 2
Joined: 13-March 08
Member No.: 881



Thanks, but what I mean is that I would like to check how exactly the ads will look in my forum. Will they be between posts? In the first post? A screenshot would be appreciated!
Go to the top of the page
 
+Quote Post
Lindseybc
post Mar 14 2008, 05:08 AM
Post #4


Advanced Member
***

Group: Customers
Posts: 150
Joined: 2-January 08
Member No.: 695



Yes more info would be great wink.gif_


--------------------
Go to the top of the page
 
+Quote Post
Dan
post Mar 14 2008, 09:24 AM
Post #5


Advanced Member
***

Group: Root Admin
Posts: 649
Joined: 3-February 07
Member No.: 2



QUOTE (PredGR @ Mar 14 2008, 04:47 AM) *
Thanks, but what I mean is that I would like to check how exactly the ads will look in my forum. Will they be between posts? In the first post? A screenshot would be appreciated!

You can insert the ads where-ever you like. After the first post, in the header, etc..
You just put in a <% adsense %> bit into where you want ads to show up.
Go to the top of the page
 
+Quote Post
thDESIGN
post Apr 10 2008, 07:55 AM
Post #6


Newbie
*

Group: Members
Posts: 3
Joined: 10-April 08
Member No.: 952



Nifty. smile.gif
Go to the top of the page
 
+Quote Post
Bobby
post Aug 24 2008, 07:42 PM
Post #7


Advanced Member
***

Group: Customers
Posts: 33
Joined: 15-February 08
Member No.: 790



QUOTE (Dan @ Mar 14 2008, 09:24 AM) *
You can insert the ads where-ever you like. After the first post, in the header, etc..
You just put in a <% adsense %> bit into where you want ads to show up.


Can you have different sizes at that point too? It seems if you just put <% adsense %> then the size of the ad would have to be the same since you don't have any parameters that would define size.
Go to the top of the page
 
+Quote Post
Dan
post Aug 24 2008, 08:24 PM
Post #8


Advanced Member
***

Group: Root Admin
Posts: 649
Joined: 3-February 07
Member No.: 2



The admin can select which size he wants to display- yes.
Go to the top of the page
 
+Quote Post
Bobby
post Aug 24 2008, 08:30 PM
Post #9


Advanced Member
***

Group: Customers
Posts: 33
Joined: 15-February 08
Member No.: 790



QUOTE (Dan @ Aug 24 2008, 08:24 PM) *
The admin can select which size he wants to display- yes.


So I could have a 468X60 and a 728X90 on the same page? Or could I just have the same size meaning if I had two ads it would have to both either be 468X60 or 728X90?
Go to the top of the page
 
+Quote Post
admin
post Aug 25 2008, 05:43 AM
Post #10


Administrator
***

Group: Root Admin
Posts: 4,991
Joined: 25-January 07
Member No.: 1



If you're crafty enough you can use different sizes. We use one skin template to show the ads, however if you use HTML logic in that skin template you can probably get away with different sizes

<if test="$this->shownAdsOnce">
Use second size ads
<else />
<php>$this->shownAdsOnce = true;</php>
Use first size ads
</if>

Ultimately, you can configure the skin template, so the IPB HTML logic system is available for you to use if you want.
Go to the top of the page
 
+Quote Post
Bobby
post Aug 25 2008, 09:08 AM
Post #11


Advanced Member
***

Group: Customers
Posts: 33
Joined: 15-February 08
Member No.: 790



Is there any way you could post a FAQ on this with more detailed
instructions? It seems more people want to know the answer, but
personally I do not completely follow what you are saying (not sure
others would as well). I can follow instructions very well (in code
as well) so I am not worried about breaking things, but this doesn't
fully explain to me what I should do.

Otherwise could you build this capability into your product? Most
people don't have the same ad sizes on their page each time, so it is
valuable.
Go to the top of the page
 
+Quote Post
Bobby
post Aug 25 2008, 02:11 PM
Post #12


Advanced Member
***

Group: Customers
Posts: 33
Joined: 15-February 08
Member No.: 790



Also, a suggestion on this product would be this - allow the ability to set various milestones a user must hit before they can participate in the Adsense program such as:

1. Number of posts
2. Ranking
3. And so on...

This will help weed out spammers, etc as they won't want to take the time...and by then you would know if the poster was reputable anyway. If they can utilize this tool immediately it doesn't stop them from posting spam just to get views/clicks.
Go to the top of the page
 
+Quote Post
Bobby
post Sep 11 2008, 10:16 AM
Post #13


Advanced Member
***

Group: Customers
Posts: 33
Joined: 15-February 08
Member No.: 790



QUOTE (Bobby @ Aug 25 2008, 03:11 PM) *
Also, a suggestion on this product would be this - allow the ability to set various milestones a user must hit before they can participate in the Adsense program such as:

1. Number of posts
2. Ranking
3. And so on...

This will help weed out spammers, etc as they won't want to take the time...and by then you would know if the poster was reputable anyway. If they can utilize this tool immediately it doesn't stop them from posting spam just to get views/clicks.


Sorry - I forgot I had put this down already - I just rewrote this in suggestions. Any way this would be implemented? I think it is valuable.
Go to the top of the page
 
+Quote Post
Bobby
post Sep 12 2008, 01:20 PM
Post #14


Advanced Member
***

Group: Customers
Posts: 33
Joined: 15-February 08
Member No.: 790



QUOTE (Dan @ Aug 24 2008, 08:24 PM) *
The admin can select which size he wants to display- yes.


I have a few tickets open on this module, one of which is about size. I don't see where to change that in the admin.

The one frustrating thing I have found is the lack of documentation on the products I purchase here. Support is there, but it takes a little bit of time for that to happen, and sometimes it is lacking on the message boards.
Go to the top of the page
 
+Quote Post
Hateman
post Sep 14 2008, 04:19 AM
Post #15


Advanced Member
***

Group: Customers
Posts: 100
Joined: 22-November 07
Member No.: 607



Hi,

if you want to change the size or the kind of your ads, you must edit this templates files:

skins_adsense -> adsense_js

Right?
Go to the top of the page
 
+Quote Post
dziner
post Sep 24 2008, 11:35 AM
Post #16


Member
**

Group: Customers
Posts: 28
Joined: 24-September 08
Member No.: 1,389



I would be nice to have a control, were you can enable the mod when users reach a certain amount of post, that's the only thing keeping me from buying the mod
Is there documentation for this mod, what you can and can't change?
Go to the top of the page
 
+Quote Post
admin
post Sep 25 2008, 05:17 AM
Post #17


Administrator
***

Group: Root Admin
Posts: 4,991
Joined: 25-January 07
Member No.: 1



I've added your suggestion to our feature suggestions forum.

There is no documentation, no. The ad skin template is in the skin system, so you can change the ads entirely. There are settings to control the percentage probability that a given user's ads would be pulled. Other than that I'd need to know what you wanted to change.
Go to the top of the page
 
+Quote Post
dziner
post Sep 25 2008, 10:43 AM
Post #18


Member
**

Group: Customers
Posts: 28
Joined: 24-September 08
Member No.: 1,389



Banner size,
position and placing ( I believe you just answered this question)
Go to the top of the page
 
+Quote Post
admin
post Sep 26 2008, 05:46 AM
Post #19


Administrator
***

Group: Root Admin
Posts: 4,991
Joined: 25-January 07
Member No.: 1



QUOTE (dziner @ Sep 25 2008, 10:43 AM) *
Banner size,
position and placing ( I believe you just answered this question)


Yes, all of this can be controlled via the skin.
Go to the top of the page
 
+Quote Post
dziner
post Sep 27 2008, 01:46 PM
Post #20


Member
**

Group: Customers
Posts: 28
Joined: 24-September 08
Member No.: 1,389



QUOTE (Hateman @ Sep 14 2008, 01:19 AM) *
Hi,

if you want to change the size or the kind of your ads, you must edit this templates files:

skins_adsense -> adsense_js

Right?


looking for the same answer
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Collapse

> Links to this thread

Page Date Hits
IPB forum right adsense - Google Search 24th March 2008 - 02:31 PM 1
google Adsense Settings ipb - Google Search 27th March 2008 - 02:44 AM 1
IPB adsense MOD - Google Search 27th March 2008 - 03:17 PM 1
ipb adsense mod - Google Search 27th March 2008 - 05:27 PM 1
IPB adsense - Google Search 27th March 2008 - 10:15 PM 2
adsense for ipb - Google Search 8th April 2008 - 02:48 PM 1
ipb adsense - Cãutare Google 9th April 2008 - 06:51 PM 1
ipb share this topic - Google keresés 19th April 2008 - 05:22 AM 2
Adsense IPB 2.3.4 - Recherche Google 20th April 2008 - 02:49 AM 1
adsense after first post ipb - Pesquisa Google 20th April 2008 - 04:16 PM 1
ADSENSE MOD IPB - Buscar con Google 21st April 2008 - 05:10 PM 1
Pre-Ventas Preguntas - CommunitySEO 22nd April 2008 - 02:12 PM 1
ipb articles mod - Google Search 28th April 2008 - 03:33 PM 1
ipb preview images in post - Google Search 2nd May 2008 - 03:11 PM 1
Board Message 2nd May 2008 - 08:24 PM 1
adsense sharing ipb - Google Search 5th May 2008 - 09:59 AM 1
ipb adsense mod - Google Search 5th May 2008 - 08:34 PM 2
Adsense Forums Sharing - Telusuri dengan Google 6th May 2008 - 06:15 AM 2
adsense after post ipb - Pesquisa Google 9th May 2008 - 06:38 AM 1
ads in between posts ipb - Google Search 10th May 2008 - 01:30 AM 1