View Full Version : Major Additions - vB Ad Management 4
Pages :
1
2
3
4
5
6
[
7]
8
9
10
11
12
Smiry Kin's
09-25-2007, 10:08 PM
Nope, i thought it was <script> but it wasnt, it was infact the column being put below the footer.
i moved the code into the header.. and now i get this
http://www.resellerclubtalk.com/ot/advert-placement.gif
:s
kyokushin4life
09-26-2007, 02:59 AM
Ah I fixed it. I happned to have only 6 php files uploaded to /includes/.
There are 7 files. cheers.
MDK-Indy
09-28-2007, 10:01 AM
Salü,
her is the german language for the vB Ad Management 3.1 (Ad Sharing Edition).
If you find any error, tell me and i fix it...
For Donation the Translation look at GWars.de.
Have fun.
greetings Indy
RedTyger
09-28-2007, 10:32 AM
Thanks for that. :) Phrases are completely separate in the next version, so you can distribute translation files on your own website or wherever you want.
AFemaleProdigy
10-01-2007, 07:02 PM
Hey RedTyger! I have seen other people asking for this throughout this site, but no one has been answered or no one knows an answer.
I have created my custom field that will allow the user to insert just their Google Id. I have set up the usergroups that I want to have access to it in vB Ad control panel. However, what I really need to do is set that custom field to only be accessable by certain usergroups. I know that you can disable the ad sharing through the admin cp, but the custom field will still be displayed while nonfunctional... thus confusing members who see it and don't why it isn't working for them.
I am thinking there would be some way to set up some sort of conditional statement to make that custom field viewable by certain usergroups, but I don't know how to write that stuff or where to put it. Any ideas?
Also, I used your instructions to create a new custom block (displayed with the header/footer admin section) and it worked, but one small issue. Everything is functional with this new block, but there is no text showing up telling you what you are looking at in the admin area. The text areas and checkboxes are there, but no labels or descriptions. Did I miss something? Thanks!
https://vborg.vbsupport.ru/external/2007/10/36.jpg
AFemaleProdigy
10-02-2007, 01:34 PM
Hmm... I hate to say this, and maybe I am just missing something, but I think part of the description of this mod is a little misleading. You explain how ad sharing can be enabled/disabled per usergroup, but I think the wording is confusing. The way I read it, I assumed this meant that by disabling certain usergroups, you were preventing that group from inserting their own ad code. However, what actually happens when you enter a usergroup to be disabled, it completely turns off the option for that group to view the shared ads. This is a big problem for me and for others, I am sure.
I want ALL usergroups to be able to view the shared ads at all times. But, I want to only allow my "Ad Sharing" usergroup to enter and display their ad code. So if I try to enter only my "Ad Sharing" group in the "enable ad sharing" section of the cp, then only that group is able to view the shared ads. It blocks every other group from viewing the shared ads. So, then I ad the other groups to the "enable ad sharing" section of the cp and now they can all see the ads, but also anyone will be able to insert their own ad code which is a whole new problem.
This is what's happening....
Scenario 1:
IF ONLY "Ad Sharing" usergroup enabled = all access (viewing and inserting code)
THEN All other usergroups disabled = cannot insert code OR VIEW (need to be able to view)
Scenario 2:
IF ALL usergroups enabled = all access (viewing AND inserting code)
So this is the desired result which I can't seem to get...
"Ad Sharing" usergroup enabled = all access (viewing and inserting code)
All other usergroups = only access to viewing (no option to insert code)
I hope I explained that ok. Forgive me if I just completely missed something that would eliminate this problem. This is why I believe it would be a really good solution to figure out how to make the custom user fields viewable only by set usergroups.
RedTyger
10-02-2007, 02:35 PM
Hey RedTyger! I have seen other people asking for this throughout this site, but no one has been answered or no one knows an answer.
I have created my custom field that will allow the user to insert just their Google Id. I have set up the usergroups that I want to have access to it in vB Ad control panel. However, what I really need to do is set that custom field to only be accessable by certain usergroups. I know that you can disable the ad sharing through the admin cp, but the custom field will still be displayed while nonfunctional... thus confusing members who see it and don't why it isn't working for them.
I am thinking there would be some way to set up some sort of conditional statement to make that custom field viewable by certain usergroups, but I don't know how to write that stuff or where to put it. Any ideas?
That ability is missing from vBulletin. Originally I wrote an FAQ entry about ad sharing for ad sharing forums using the modification, but I can't use conditionals and it would be unfair to advertise adsharing on forums that have disabled it, so I never included it. A suggestion for Jelsoft I guess, although I think it's already been asked for.
I'd suggest just explaining in the custom field description. Even if conditionals were used, inevitably someone will ask on the forum about it and much the same explanation will have to be put forward anyway for everyone else. It's a comparatively sizable job for a very small change, not something I want to do I'm afraid.
Also, I used your instructions to create a new custom block (displayed with the header/footer admin section) and it worked, but one small issue. Everything is functional with this new block, but there is no text showing up telling you what you are looking at in the admin area. The text areas and checkboxes are there, but no labels or descriptions. Did I miss something? Thanks!
http://www.jessicabolin.com/temp/vb-ad-share-problem.jpg
Oops, it's been missing from the instructions all this time and nobody ever said! Sorry.
In vb_ad_management_314.xml
FIND:
<phrase name="setting_adintegrate_footer_adcode_rand_desc"><![CDATA[If you want to use random rotations, enter your Adcodes here separated by your delimiter. You can put each set of code on a new line to organise them better as long as each line (except the last!) has a | at the end.]]></phrase>
ADD BELOW:
<phrase name="setting_adintegrate_custom_onoff_title"><![CDATA[Enable custom advertisements in main forum?]]></phrase>
<phrase name="setting_adintegrate_custom_onoff_desc"><![CDATA[Choose Yes to enable custom advertisements in your main forum]]></phrase>
<phrase name="setting_adintegrate_custom_archives_onoff_title"><![CDATA[Enable custom advertisements in the archives?]]></phrase>
<phrase name="setting_adintegrate_custom_archives_onoff_desc"><![CDATA[Choose Yes to enable custom advertisements in your archives.]]></phrase>
<phrase name="setting_adintegrate_custom_adcode_title"><![CDATA[custom static advertisement code]]></phrase>
<phrase name="setting_adintegrate_custom_adcode_desc"><![CDATA[Paste the code for your advertisement here. If you wish to use random code you must leave this blank, you cannot mix the two.]]></phrase>
<phrase name="setting_adintegrate_custom_adcode_rand_title"><![CDATA[custom random advertisement code]]></phrase>
<phrase name="setting_adintegrate_custom_adcode_rand_desc"><![CDATA[If you want to use random rotations, enter your Adcodes here separated by your delimiter. You can put each set of code on a new line to organise them better as long as each line (except the last!) has a | at the end.]]></phrase>
Hmm... I hate to say this, and maybe I am just missing something, but I think part of the description of this mod is a little misleading. You explain how ad sharing can be enabled/disabled per usergroup, but I think the wording is confusing. The way I read it, I assumed this meant that by disabling certain usergroups, you were preventing that group from inserting their own ad code. However, what actually happens when you enter a usergroup to be disabled, it completely turns off the option for that group to view the shared ads. This is a big problem for me and for others, I am sure.
I want ALL usergroups to be able to view the shared ads at all times. But, I want to only allow my "Ad Sharing" usergroup to enter and display their ad code. So if I try to enter only my "Ad Sharing" group in the "enable ad sharing" section of the cp, then only that group is able to view the shared ads. It blocks every other group from viewing the shared ads. So, then I ad the other groups to the "enable ad sharing" section of the cp and now they can all see the ads, but also anyone will be able to insert their own ad code which is a whole new problem.
This is what's happening....
Scenario 1:
IF ONLY "Ad Sharing" usergroup enabled = all access (viewing and inserting code)
THEN All other usergroups disabled = cannot insert code OR VIEW (need to be able to view)
Scenario 2:
IF ALL usergroups enabled = all access (viewing AND inserting code)
So this is the desired result which I can't seem to get...
"Ad Sharing" usergroup enabled = all access (viewing and inserting code)
All other usergroups = only access to viewing (no option to insert code)
I hope I explained that ok. Forgive me if I just completely missed something that would eliminate this problem. This is why I believe it would be a really good solution to figure out how to make the custom user fields viewable only by set usergroups.
Can anyone else confirm this? Originally that is how I mistakenly wrote it to work, but I thought that this fix in the changelog changed it to function properly: v3.1 Fixed usergroup and userid banning for shared adcode, again now they actually work. What should be happening is that users banned from sharing will see the admin's default code at all times. If that's what's not happening, that's what will happen when I've fixed it.
AFemaleProdigy
10-02-2007, 03:23 PM
It's a comparatively sizable job for a very small change, not something I want to do I'm afraid.
That is depressing, but I understand. Thanks. I will have to figure out something.
Oops, it's been missing from the instructions all this time and nobody ever said!
Haha! No problem. You have done a lot of work here so I won't hold it against you. ;)
What should be happening is that users banned from sharing will see the admin's default code at all times.
My bad... I worded that wrong. Yes, it is showing the default admin code when the group is disabled. The problem is that I was trying to make the disabled group only unable to add their own code (make use of the ad sharing), but still be able to view ALL other's shared code (not just the admin's). SO, I thought disabled would mean that group had no abillity to insert shared code, but still the abillity to view SHARED ads... not just admin's ads only. Does that make more sense? Sorry.
By the way, I love this mod! Don't want you to think I was complaining too much! Haha! :D
AFemaleProdigy
10-02-2007, 03:33 PM
Also, I just made the changes to vb_ad_management_314.xml
and ran the import with the "Allow Overwrite" set to yes, but I am not seeing any changes to the custom block. Do I need to completely reinstall everything for this to work or should just importing do the trick?
RedTyger
10-02-2007, 07:56 PM
That is depressing, but I understand. Thanks. I will have to figure out something.
I take it back, I thought of a way to do it and it seems to work OK. It'll be in the next release.
My bad... I worded that wrong. Yes, it is showing the default admin code when the group is disabled. The problem is that I was trying to make the disabled group only unable to add their own code (make use of the ad sharing), but still be able to view ALL other's shared code (not just the admin's). SO, I thought disabled would mean that group had no abillity to insert shared code, but still the abillity to view SHARED ads... not just admin's ads only. Does that make more sense? Sorry.
I was getting confused between versions, the perils of using a version that's completely different to the one I'm supporting! How you described is how it should work, if it doesn't then it's a bug. I'll take a look.
Also, I just made the changes to vb_ad_management_314.xml
and ran the import with the "Allow Overwrite" set to yes, but I am not seeing any changes to the custom block. Do I need to completely reinstall everything for this to work or should just importing do the trick?
I can't test it as I'm working on the next version and can't easily roll back, but it should work. All it does is add a label, as long as you can remember what it's for...
The next version does not require editing the code to add new adcode blocks, so I'd be obliged if you could wait for the easier solution please!
AFemaleProdigy
10-02-2007, 10:58 PM
Yeayyyy! How exciting! I am glad you are going to add a way to enable/disable the custom field! Thank you so much! I am sure a lot of people will find that very usefull! Any kind of estimate on when the new version will be released?
I also want to say that it is really great that you do such a good job of supporting this mod and taking the time to answer people's questions about it. I try my best to learn without bothering the developers, but I am still learning. It's a huge help and I know makes us confident in installing your code. I always feel I am taking more of a risk installing things that the owner does not respond to feedback with. Just thought you deserved to know that!
iogames
10-02-2007, 11:20 PM
I can't test it as I'm working on the next version and can't easily roll back, but it should work. All it does is add a label, as long as you can remember what it's for...
The next version does not require editing the code to add new adcode blocks, so I'd be obliged if you could wait for the easier solution please!
Next version? when???
deadbyte
10-03-2007, 03:02 AM
Just got it installed, thanks for the great job! :up:
RedTyger
10-03-2007, 08:49 AM
Yeayyyy! How exciting! I am glad you are going to add a way to enable/disable the custom field! Thank you so much! I am sure a lot of people will find that very usefull! Any kind of estimate on when the new version will be released?
There is no enable/disable, if they don't have ad-sharing access they never see any of the options. Simple as that. :)
I also want to say that it is really great that you do such a good job of supporting this mod and taking the time to answer people's questions about it. I try my best to learn without bothering the developers, but I am still learning. It's a huge help and I know makes us confident in installing your code. I always feel I am taking more of a risk installing things that the owner does not respond to feedback with. Just thought you deserved to know that!
Thank you! :D
Next version? when???
If I can have a test version out by next week I'll be happy.
AFemaleProdigy
10-03-2007, 10:42 AM
Thanks, RedTyger! I will be anxiously awaiting the new master piece! ;) You rock!
emporto
10-03-2007, 01:21 PM
Hi;
I downloaded VB Ad Management 3.1 coded by you from vbulletin.org
I have little comma ";" located at header and footer banners.
How can I corrct and get rid of this.
Plase look at my website screenshot from below link, you will see at up right corner (pointed with red arrow)
Image: http://img120.imageshack.us/img120/6893/problemmh4.jpg
Thanks
RedTyger
10-03-2007, 01:26 PM
It means you have an extra ; somewhere in your header acode or template. :)
openfire
10-03-2007, 05:48 PM
This looks like just the mod I was looking for... but since I don't have time to go through the entire thread, I have just one quick question...
Do I have to enable the ad-sharing in order for this mod to work?
I want to be the only one placing the ads in my forum!
Is it possible?
Thanks
djbaxter
10-03-2007, 09:33 PM
This looks like just the mod I was looking for... but since I don't have time to go through the entire thread, I have just one quick question...
Do I have to enable the ad-sharing in order for this mod to work?
No.
I want to be the only one placing the ads in my forum!
Is it possible?
Yes. Just don't activate that feature from the ACP. :)
AFemaleProdigy
10-03-2007, 10:53 PM
I know you are probably getting tired of me by now :o but I have noticed something strange. I have the "Identify adcode's owner?" enabled and am now seeing the stars (*) popping up all over even though that user isn't using the ad sharing. They have nothing entered into the custom field I created so the star shouldn't be showing up, right? And it seems to only be on random users. Any ideas? Thanks! :D
yahoooh
10-04-2007, 01:36 AM
I sent the login to u , to confirm the bug ..still wait the fix
i need thi hack to work on my sites
RedTyger
10-04-2007, 03:44 PM
I know you are probably getting tired of me by now :o but I have noticed something strange. I have the "Identify adcode's owner?" enabled and am now seeing the stars (*) popping up all over even though that user isn't using the ad sharing. They have nothing entered into the custom field I created so the star shouldn't be showing up, right? And it seems to only be on random users. Any ideas? Thanks! :D
I sent the login to u , to confirm the bug ..still wait the fix
i need thi hack to work on my sites
To both of you, the code is so different - it's almost entirely rewritten - that I'm not going to fix bugs until the Beta of the next version is out. I apologise, but I'm finding myself taking time to remember how it used to work and it won't be around for much longer, it's not very productive for me.
A small preview of a new Sponsors section, which I've seen used on a lot of forums before on the index page and thought would be a helpful addition.
emporto
10-05-2007, 05:06 AM
Hi,
Another Question Please:
The header and footer banners are not shown before login, after a user login to forum the banners show themselves, but I want my banners shown everytime without login, guests must see the advertisements
How can I do that ?
Thanks for your help
Sincerely
RedTyger
10-05-2007, 09:15 AM
Add the usergroup id 1 to your usergroup settings in General Settings.
TongGiang
10-05-2007, 12:06 PM
I have question, i see you sad that "You cannot see your own shared advertisements!" but i see my ads,too and i must use option "Display advertisements to Usergroups:" to off my ads when i login. have you a another way ?
yahoooh
10-05-2007, 11:06 PM
To both of you, the code is so different - it's almost entirely rewritten - that I'm not going to fix bugs until the Beta of the next version is out. I apologise, but I'm finding myself taking time to remember how it used to work and it won't be around for much longer, it's not very productive for me.
A small preview of a new Sponsors section, which I've seen used on a lot of forums before on the index page and thought would be a helpful addition.
does this mean that the bug will be fixed in the next release ? if yes , i will wait
skubaman
10-08-2007, 10:37 PM
Hi, I am not sure what's the best way to upgrade the ad management plugin. I have just upgrade my Vb from 3.6.6 to 3.6.8, my current ad man plugin is 3.03.
Do I first revert my templates to original one from the new vb version and then run the plugin again and make all modifications?
Will I have to set up all my campaigns again?
Thanks so much
RedTyger
10-09-2007, 07:29 AM
It's only the ad management templates that may need reverting, you should do this after upgrading. Adcode and settings will not have to be set up again.
skubaman
10-09-2007, 02:37 PM
It's only the ad management templates that may need reverting, you should do this after upgrading. Adcode and settings will not have to be set up again.
I am not sure I understand. Do I fully install the VB upgrade including the new templates and then install the new version of the ad management?
Thanks
RedTyger
10-09-2007, 02:39 PM
Oh, I see what you mean. Yes, that would be the best way to do it. :)
First of all, thanks for great mod!!
I wonder if I could sahre revenue with members on their profile page not only on threads they started??
Thanks
dendrob
10-10-2007, 05:21 PM
Hm... I'd love to install this on another forum, but I really don't want the copyright... any progress on removing the Copyright for a fee? Doubt that you want my traffic anyhow.
RedTyger
10-11-2007, 10:14 AM
First of all, thanks for great mod!!
I wonder if I could sahre revenue with members on their profile page not only on threads they started??
Thanks
Do profiles get a lot of traffic? It makes sense, I'm just not sure it would be worth it.
Hm... I'd love to install this on another forum, but I really don't want the copyright... any progress on removing the Copyright for a fee? Doubt that you want my traffic anyhow.
I'm afraid not, sorry.
Hendrizius
10-11-2007, 07:51 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=152218" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=152218</a>
I wondered if it is possible to set different advertisments on different styles via the if-conditions as I posted on the above-mentioned thread. Thanks for help :].
openfire
10-11-2007, 10:28 PM
Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
Find in your header template and replace it with $header_advertisement.
Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.
My header and footer templates were changed due to a recent mod I installed, and as a result, $spacer_close, and $spacer_open no longer exist in my header and footer templates.
What should I do in this case?
Where should I insert the above?
Tony_FPM
10-12-2007, 09:26 AM
Great mod, works perfectly.
I have only 1 qeustion, how can i make .swf files to work ?
Jpg and Gif are working perfectly..
Thnx in advance
class101
10-12-2007, 08:47 PM
Hello everyone,
for the peoples having troubles to display the postbit ads ONLY in the announcements with the 3.14 release I have posted the fixe here : http://redtyger.co.uk/discuss/project.php?issueid=27
This is just about a misspelled variable
"I have fighted all day long for that announcement bug not showing up so I think that must be good to throw the tip away"
a1whs.com
10-15-2007, 02:43 AM
Just wanted to post here better placement of ads for header and footer instead of default step method mentioned here. Do the following:
In FORUMHOME
<!-- what's going on box --> just above paste:
$footer_advertisement
In navbar
<!-- / PAGENAV POPUP -->
</if>
Just below add (or basically at bottom)
$header_advertisement
In FORUMDISPLAY
<!-- Active Users in this Forum (and sub-forums) and Moderators -->
Above add :
$footer_advertisement
Example of it in action can be found at Bookmark my Services (http://www.bookmarkmyservices.com/forums/)
enjoy
Mrdby
10-16-2007, 07:18 PM
uninstalled
hipgirl
10-17-2007, 07:00 PM
Thank you very much for this nice hack. I've installed the product and added the ads on header and postbit.
I have a question about side column ads. I created a google adsense vertical bar(120x600). When I enable the side column ad, The page is loading really slow. The header ad shows immediately. Then wait for about 5-10 seconds (with status 'done'), all page is displayed. Without the side column ads, header and forum display first, then the statistic part shows after several seconds 'thinking'. Did I do something wrong?
Thanks again
Michelle
www.hipgirlclips.com/forums
Greystoke
10-17-2007, 08:50 PM
I guess I am new at this. I inserted the following code in the header/footer and I get nothing.
<img alt="Your_Ad" src="http://example.com/AC-Ads/YourAdCouldBeHere.jpg" width="468" height="60"/>
Can someone please tell me what I am doing wrong.
djbaxter
10-17-2007, 10:31 PM
That's not a link. It's just an image. Try something along these lines:
<a href="http://example.com/advertising-info-page">
<img alt="Your_Ad" src="http://example.com/AC-Ads/YourAdCouldBeHere.jpg" width="468" height="60">
</a>
Greystoke
10-18-2007, 02:56 AM
I must tired or really missing something. Here is the code I am using and it is still not working.
<a href="http://www.americanchatter.com/states/OK/index.php">
<img alt="SF Communications & Consulting" src="http://www.americanchatter.com/states/AC-Ads/SMFCommunications.jpg" width="468" height="60"/>
</a>
Suggestions would be greatly appreciated....
Thanks
:confused:
The Librarian
10-19-2007, 01:40 AM
I must tired or really missing something. Here is the code I am using and it is still not working.
<a href="http://www.americanchatter.com/states/OK/index.php">
<img alt="SF Communications & Consulting" src="http://www.americanchatter.com/states/AC-Ads/SMFCommunications.jpg" width="468" height="60"/>
</a>
Suggestions would be greatly appreciated....
Thanks
:confused:
Try this:
<a href="http://www.americanchatter.com/states/OK/index.php">
<img src="http://www.americanchatter.com/states/AC-Ads/SMFCommunications.jpg" alt="SF Communications & Consulting" width="468" height="60" /></a>
Hendrizius
10-19-2007, 09:43 AM
https://vborg.vbsupport.ru/showthread.php?t=152218
I wondered if it is possible to set different advertisments on different styles via the if-conditions as I posted on the above-mentioned thread. Thanks for help :].
Anyone?
Sjakie
10-19-2007, 11:35 AM
Is it possible for me to implement "$header_advertisement" in a html page. I want to add a banner in the "welcome header message (https://vborg.vbsupport.ru/showthread.php?t=119572)"
lordtopcat
10-19-2007, 06:52 PM
Hi,
I encounter this error when viewing posts:
Warning: explode(): Empty delimiter. in /includes/vb_ad_management/postbit_display_start.php on line 7
Warning: explode(): Empty delimiter. in /includes/vb_ad_management/postbit_display_start.php on line 7
Warning: explode(): Empty delimiter. in /includes/vb_ad_management/postbit_display_start.php on line 7
Warning: explode(): Empty delimiter. in /includes/vb_ad_management/postbit_display_start.php on line 7
And this mod is so confusing. I add code to the Ads but nothing shows up? I see the Sponsored Links Part in the posts but I don't see any of the code I have added? And I have done all template edits too
Any help?
Thanks
class101
10-19-2007, 08:34 PM
you sure you made theses steps ?
Instructions
Upload the product using the Product Manager.
Go to Style Manager > Edit Templates and...
Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
Paste $threadbit_advertisement at the bottom of your threadbit template.
Paste $footer_advertisement at the top of your footer template.
Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
Find in your header template and replace it with $header_advertisement.
Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.
I know got myself some troubles to set it up at start but if you read all instructions and options carefuly it should do the job very well
lordtopcat
10-19-2007, 09:19 PM
Yes followed all instructions.
Collectors
10-20-2007, 05:13 PM
I want to upgrade my vB forum and vB Ad Management.
What is the best way to do this?
1. Uninstall the old vB Ad Management
2. Upgrade vB forum software
3. Install the newest version of vB Ad Management
What about the instructions?
Instructions
* Upload the product using the Product Manager.
* Upload the folder in the includes folder of the zip file you downloaded to the includes folder of your vBulletin installation.
* Go to Style Manager > Edit Templates and...
* Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
* Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
* Paste $threadbit_advertisement at the bottom of your threadbit template.
* Paste $footer_advertisement at the top of your footer template.
* Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
* Find in your header template and replace it with $header_advertisement.
* Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.
Must I first undo all these changes and then when the new version of vB Ad Management is installed I have to make all these changes again?
Kamatch
10-24-2007, 10:35 PM
Beautiful mod :)
But i can't use it.
I don't know how activate some functions.
OK i have puted my adsense in footer, every think is OK.
But i can't use the function add the adsense in forumdisplay.php ( like a post ) and in showthread.php ( below the post # X ) ...
Can somebody help me, and explain me how add adsense in these two places ...
Thank you very much
class101
10-24-2007, 11:22 PM
for showthread and forumbit that's nnot so much "automatic" you have to setup under wich forums ids it should appear in the vba options, and for the threads there is also options to setup or if it does not works you probably missed the coder instructions in the 1st post
Kamatch
10-25-2007, 08:50 AM
Yes but i'm not a very good coder.
I have a little bit dificult to put my adsense in these two places ...
Can somebody tell me how to do, step by step, to put adsense in forumdisplay.php and showtread.php with vB Ad M.
Thanks
class101
10-25-2007, 09:25 AM
no need to be coder dude all is in the admincp options
Instructions
Upload the product using the Product Manager.
Go to Style Manager > Edit Templates and...
Find <!-- post $post[postid] popup menu --> and paste $postbit_advertisement above it in your postbit & postbit_legacy templates.
Paste $forumbit_advertisement at the bottom of your forumhome_forumbit_level1_post and forumhome_forumbit_level2_post templates.
Paste $threadbit_advertisement at the bottom of your threadbit template.
Paste $footer_advertisement at the top of your footer template.
Find $spacer_close in your footer template and below it paste $rightcolumn_advertisement.
Find in your header template and replace it with $header_advertisement.
Find $spacer_open in your header template and below it paste $leftcolumn_advertisement.
+
https://vborg.vbsupport.ru/external/2007/10/9.jpg
Leigh Robinson
10-25-2007, 02:54 PM
Hi,
I have followed the instructions for installation. I installed on the latest version of Vbulletin. When I go to check my AdminCP it has not been added.
I found the installation guide simple and straight forward but its just not in the adminCP.
Is there something else I need to do or install?
hipgirl
10-25-2007, 06:35 PM
Hi,
I activated the threadbit ads but not ads shown when I'm in 'today's post' or 'new post' page. How can I add the ads to these threadbit?
Thanks.
Michelle
www.hipgirlclips.com/forums
class101
10-25-2007, 09:14 PM
Hi,
I activated the threadbit ads but not ads shown when I'm in 'today's post' or 'new post' page. How can I add the ads to these threadbit?
Thanks.
Michelle
www.hipgirlclips.com/forums
AdminCP > Plugins & Products > Plugin Manager > Add New Plugin
Product: vB Ad Management
Hook Location: search_results_threadbit
Title: vB Ad Management - Ads in Searchbits
Execution Order: 6
Plugin PHP Code:
if ($GLOBALS['do_ads'] && $vbulletin->options['adintegrate_threadbit_onoff'])
{
include(DIR . '/includes/vb_ad_management/threadbit_display.php');
}
Plugin is Active: Yes
enjoy miss :) Leigh robinson you must load your vb_ad_management_314.xml , looks like you didnt imported the product
elmati
10-26-2007, 03:46 AM
ok, almost 1.5k posts...
i have a question:
can i add custom ads blocks in othe places than header and footer?
i mean in vbadvenced home page, in custom blocks or in forum fome... i mean add more blocks ex: $custom_rotate_ads2 (in vba homepage bellow news) $custom_rotate_ads3 (above news) ...
thx in advance :)
hipgirl
10-26-2007, 12:11 PM
AdminCP > Plugins & Products > Plugin Manager > Add New Plugin
Product: vB Ad Management
Hook Location: search_results_threadbit
Title: vB Ad Management - Ads in Searchbits
Execution Order: 6
Plugin PHP Code:
if ($GLOBALS['do_ads'] && $vbulletin->options['adintegrate_threadbit_onoff'])
{
include(DIR . '/includes/vb_ad_management/threadbit_display.php');
}
enjoy miss :) Leigh robinson you must load your vb_ad_management_314.xml , looks like you didnt imported the product
Thank you soooooo much.
Michelle
Hendrizius
10-26-2007, 04:46 PM
I don't seem to get it working. ADs are displayed but never with the Users-Adcode, always only with my publisher ID.
I made a new custom field, it is field5. The replacement is #shared#.
My ADs are looking like this:
<script type="text/javascript"><!--
google_ad_client = "#shared#";
google_alternate_color = "1B1B1B";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2007-10-08: Welcome Area AD
google_ad_channel = "5574964608";
google_color_border = "1B1B1B";
google_color_bg = "1B1B1B";
google_color_link = "0000FF";
google_color_text = "008000";
google_color_url = "000000";
//-->
</script>
<script type="text/javascript"
Enable Ad Sharing? Yes
Adcode replacement: #shared#
Allow HTML in shared Adcode? Yes
Enable Ad Sharing for Usergroups: 6|5|29|39|28
Disable Ad Sharing for Usergroups: Blank
Disable Ad Sharing for UserIDs: Blank
Enable Ad Sharing for ForumIDs: Blank
Disable Ad Sharing for ForumIDs: Blank
Disable Ad Sharing for ThreadIDs: Blank
Primary Ad Sharing Admin code: my google adsense publisher ID
Primary Ad Sharing Admin code (Columns): my google adsense publisher ID
Ad Sharing FieldID: field5
Ad Sharing FieldID (Columns): field5
Chance of using the thread starter's Ad Sharing code: 50
Chance of using the last poster's Ad Sharing code: 0
Force thread starter? Blank
Force last poster? Blank
Any ideas? Must I include ForumIDs ?
RedTyger
10-26-2007, 05:11 PM
Are other users reporting that they never see their own shared stuff, or is it just you? Shared code is never displayed to the person who owns it, to avoid accidentally clicking on it yourself and getting into trouble with your ad provider.
iogames
10-26-2007, 05:54 PM
Are other users reporting that they never see their own shared stuff, or is it just you? Shared code is never displayed to the person who owns it, to avoid accidentally clicking on it yourself and getting into trouble with your ad provider.
I rather wait for the next version :P
any ETA? ;)
Hendrizius
10-26-2007, 05:55 PM
Only guests are seing advertisments on my forum.
I logged out and checked another users thread (he entered is pub-xxxxx) and refreshed several times and then looked up the source code. Out of 6 times there were never his ads displayed.
Thanks for the quick reply by the way. Are my settings correct?
I just noticed:
If you only want to exclude usergroups instead of including them, leave this blank to display the advertisement to everyone except those listed below.
Could this be the mistake? I disabled showing advertisments globally for the Usergroups: 5|6|29|39|28. I do not want advertisments to be shown for them, however I would like to allow them pariticipating iat the sharing program.
RedTyger
10-27-2007, 09:12 AM
Could this be the mistake? I disabled showing advertisments globally for the Usergroups: 5|6|29|39|28. I do not want advertisments to be shown for them, however I would like to allow them pariticipating iat the sharing program.
That probably is it. Technically its correct behaviour, but I'm not sure it should be. I'll mull that one over.
class101
10-27-2007, 01:32 PM
an useful option would be to be able to configure differents ads skins for people using several skins, because yet I'm forced to use my dark colors adsense ads on a white and clear skins, not really good we cant setup specific ads for each of our skins.
illz-
10-27-2007, 04:13 PM
thanks man this is a great mod...
it has been installed on my forum...
class101
10-27-2007, 04:24 PM
an useful option would be to be able to configure differents ads skins for people using several skins, because yet I'm forced to use my dark colors adsense ads on a white and clear skins, not really good we cant setup specific ads for each of our skins.
Have found a workaround for peoples with several styles, if you wanna change your ad colors , setup custom replacement variables within the style section in admincp that way:
you setup to replace the var google_color_bg = "2C2C2C"; by google_color_bg = "FFFFFF"; for example and it's working fine without modding any code :)
Hendrizius
10-27-2007, 04:44 PM
Have found a workaround for peoples with several styles, if you wanna change your ad colors , setup custom replacement variables within the style section in admincp that way:
you setup to replace the var google_color_bg = "2C2C2C"; by google_color_bg = "FFFFFF"; for example and it's working fine without modding any code :)
Wow, thanks. That helped my other prior problems as well!
I wondered if anyone could share acceptable-banner locations for members. I do not want to start them disliking my board because of the banners. Are there good/acceptable locations? Currently only guests see ADs on my board, but it seems to cause problems with the sharing-option.
class101
10-27-2007, 04:56 PM
yeah that's an awesome feature replacement variable. I use a lot to change images from style to style without modding the original style, that's really awesome feature.
If you want to make your google ad color code unique , put "//header1" "//header2" that way in the google adsense code located in the vvb ads options
google_ad_channel = "";//thread1
google_color_border = "2C2C2C";//thread1
google_color_bg = "2C2C2C";//thread1
google_color_link = "0B0B0B";//thread1
google_color_text = "000000";//thread1
google_color_url = "008000";//thread1
then it adds a better check on the replacement variable if you replace
google_color_text = "000000";//thread1
to
google_color_text = "FFFFFF";//thread1
that way you sure the replacement variable won't affect another google ads than the one for the threadbit1 you have setup. hope you see what I mean
I wondered if anyone could share acceptable-banner locations for members. I do not want to start them disliking my board because of the banners. Are there good/acceptable locations? Currently only guests see ADs on my board, but it seems to cause problems with the sharing-option.
me I use all the one available in vbad without on forum sides, all members , guest , also activated it in the newpost section, they are really cool locations and so far enough
Effendy Hakim
10-28-2007, 06:37 AM
Dear All
Left / Right margin not balance, anyone can help ??
asforum
10-28-2007, 08:29 AM
very attrective features, help a lot.
RedTyger
10-28-2007, 03:31 PM
Is anyone interested in Ad Sharing for vBulletin blogs?
Dear All
Left / Right margin not balance, anyone can help ??
You can edit the leftcolumn_advertisement and rightcolumn_advertisement templates, in there is some use of margin. You can change the values if they don't fit. I took the screenshot in Firefox, which has pretty erratic display of columns, so don't do it because of that.
very attrective features, help a lot.
Glad you like it!
StarSoheil
10-28-2007, 05:52 PM
Hi,
I install this hack in my forum, but advertisement only display in firefox and ie don't display ads. I install another hack ( https://vborg.vbsupport.ru/showthread.php?t=153804 ) and this hack is ok for me and ie support and view my ads.
RedTyger
10-28-2007, 06:01 PM
What adcode are you trying to use?
StarSoheil
10-28-2007, 08:59 PM
For Example:
<a href=http://www.site.com target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site"/></a>
chrisdaman77
10-28-2007, 09:15 PM
Something odd. I am unable to find this in postbit---- <!-- post $post[postid] popup menu -->
Any idea where it should be and I can add it? Any help greatly appreciated.
class101
10-28-2007, 09:26 PM
For Example:
<a href=http://www.site.com target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site"/></a>
try putting href="http://www.site.com" instead of without, // is maybe badly interpreted and > instead of /> like this:
<a href="http://www.site.com" target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site"></a>
Something odd. I am unable to find this in postbit---- <!-- post $post[postid] popup menu -->
Any idea where it should be and I can add it? Any help greatly appreciated.
mine looks like this:
<!-- message, attachments, sig -->
</td>
</tr>
</table>
$template_hook[postbit_end]
$postbit_advertisement
<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none;">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$post[username]</td>
</tr>
<if condition="$show['profile']">
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
chrisdaman77
10-28-2007, 09:54 PM
Now I am getting this after I took out vb add management. It is on my site and whatever it is it is stopping me from getting into my ACP
Warning: Unknown(/home/content/c/h/r/chrisdaman77/html/includes/vb_ad_management/cache_templates.php): failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 48
Warning: Unknown(/home/content/c/h/r/chrisdaman77/html/includes/vb_ad_management/cache_templates.php): failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 48
Warning: (null)(): Failed opening '/home/content/c/h/r/chrisdaman77/html/includes/vb_ad_management/cache_templates.php' for inclusion (include_path='.:/usr/local/lib/php') in /global.php(341) : eval()'d code on line 48
This also appears when I try to log in to ACP
Unable to add cookies, header already sent.
File: /home/content/c/h/r/chrisdaman77/html/includes/class_core.php
Line: 3075
Well decided since the site is in the building stage I would just start over (not far into it)
class101
10-28-2007, 11:15 PM
you removed the product prior to delete file right ? I suggest you to try reuploading the missing files to see if you can access the admincp again then if it works , import the product as you were installing it, then try a uninstall again , I solved many broken installation on my windows os that way
StarSoheil
10-29-2007, 05:24 AM
try putting href="http://www.site.com" instead of without, // is maybe badly interpreted and > instead of /> like this:
<a href="http://www.site.com" target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site"></a>
Unfortunately my problem don't resolve. you can see my site: (http://www.parsiforums.com/vb) I can't see my advertisement by IE v7.0. :(
RedTyger
10-29-2007, 11:01 AM
For Example:
<a href=http://www.site.com target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site"/></a>
There is a bug in Internet Explorer which means there must be a space before /> in tags. Try this:
<a href=http://www.site.com target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site" /></a>
you removed the product prior to delete file right ? I suggest you to try reuploading the missing files to see if you can access the admincp again then if it works , import the product as you were installing it, then try a uninstall again , I solved many broken installation on my windows os that way
That would be correct. It's failing because its looking for files that aren't there. Reupload the files, uninstall the product, then remove the files.
M4r5h4ll
10-29-2007, 11:47 AM
so it works or AdBrite ? & if so how can i add the AdBrite code into it please?
ocktra
10-29-2007, 09:49 PM
In my HEADER template there is no
Is there any other indication on where I should paste the code?
Thanks for this great mod!
RedTyger
10-29-2007, 09:53 PM
Anywhere you like, you can just move it if it doesn't look right. Don't forget to click install, update coming!
Sandy-XXX
10-29-2007, 11:18 PM
Hi,
Excuse my english im from Spain.
It´s possible to add differents adds on differents forums.
For example, I want to show some xxx adds in one forum and another different adds no xxx in other forum.
powerful_rogue
10-30-2007, 02:33 AM
Hi,
Fantastic mod!
One question though - Can you use banners instead of adsense?
EG:
https://vborg.vbsupport.ru/
Having random banners like the one above showing inbetween posts? Ive tried but not having much luck.
If this is possible, what code do I need to put in?
StarSoheil
10-30-2007, 07:29 AM
There is a bug in Internet Explorer which means there must be a space before /> in tags. Try this:
<a href=http://www.site.com target="_blank"><img src="http://www.site.com/images/ads.gif" width="468" height="60" alt="site" /></a>
Unfortunately the problem don't resolve again.
Meanwhile my friends said to me that they can't see our ads. They test this issue by IE & FireFox too. :(
RedTyger
10-30-2007, 07:35 AM
Hi,
Excuse my english im from Spain.
It?s possible to add differents adds on differents forums.
For example, I want to show some xxx adds in one forum and another different adds no xxx in other forum.
If you can wait a couple of days, the next version will allow that.
Hi,
Fantastic mod!
One question though - Can you use banners instead of adsense?
EG:
http://www.doverlocals.co.uk/images/banner/doverlocals.gif
Having random banners like the one above showing inbetween posts? Ive tried but not having much luck.
If this is possible, what code do I need to put in?
Yes you can use any code you like. Just separate them with the delimiter, like so.
<img src="1.jpg" /> |
<img src="2.jpg" />
Unfortunately the problem don't resolve again.
Meanwhile my friends said to me that they can't see our ads. They test this issue by IE & FireFox too. :(
You're also missing the "" around the href="link" part. That could be it? There should be no reason why that code will not work, perhaps the image you are using to is blocked from linking to?
Sandy-XXX
10-30-2007, 10:00 AM
If you can wait a couple of days, the next version will allow that.
I haved installed now, but when the new version comes I upgrade.
Thanks !
powerful_rogue
10-30-2007, 11:57 AM
Yes you can use any code you like. Just separate them with the delimiter, like so.
<img src="1.jpg" /> |
<img src="2.jpg" />
Thanks :)
Worked a treat!
intellipay
10-30-2007, 05:14 PM
I apologize in advance if these are stupid newbie type questions....
My plan with this is to utilize Google Adsense in the header, forum, and 1 spot in a thread. I don't think I want to use Ad Sharing? Anyway...
1.) For the header/footer advertisement, do I simply go to vB Options > vB Ad Managment (Header and Footer) and then copy my Adsense code into the static box?
2.) Since Google "feeds" the advertisements based upon content, is there a need to copy any other code elsewhere?
3.) Is Google Analytics code different than the Adsense code and, if so, what does it do?
4.) Can I copy the exact same Adsense code into the same sections for my forum and thread settings in the forumbit and threadbit sections to get it to work properly?
5.) Do I have to complete the How to add your own custom adcode blocks in 3 minutes instructions for static Google Adsense code or is this for something else?
Thanks very much for any help!!
StarSoheil
10-30-2007, 05:19 PM
You're also missing the "" around the href="link" part. That could be it? There should be no reason why that code will not work, perhaps the image you are using to is blocked from linking to?
Moreover my code, I use from adbrite and bidvertiser code and this codes don't show too. I think that this hack have some problem. because i test this hack on two forums and unfortunately your hack don't show anything.
Regards
class101
10-30-2007, 05:41 PM
I apologize in advance if these are stupid newbie type questions....
My plan with this is to utilize Google Adsense in the header, forum, and 1 spot in a thread. I don't think I want to use Ad Sharing? Anyway...
1.) For the header/footer advertisement, do I simply go to vB Options > vB Ad Managment (Header and Footer) and then copy my Adsense code into the static box?
2.) Since Google "feeds" the advertisements based upon content, is there a need to copy any other code elsewhere?
3.) Is Google Analytics code different than the Adsense code and, if so, what does it do?
4.) Can I copy the exact same Adsense code into the same sections for my forum and thread settings in the forumbit and threadbit sections to get it to work properly?
5.) Do I have to complete the ?How to add your own custom adcode blocks in 3 minutes? instructions for static Google Adsense code or is this for something else?
Thanks very much for any help!!
1) yes right, I use random in the footer to alternate between text and image ads, I fint it alternate better that way text/images then adsense itself
2) you may use the tags <!-- google_ad_section_start --> <!-- google_ad_section_end --> provided by google to have ads with the higher relevance on words between these 2 tags, but on forums that's not simple to do that's why there is vbseo (http://vbseo.com) wich does this automatically :)
3) Yes its totally different, Ganalytics provides only stats from visitors on your website so you must add the correct code, in the footer or header must be enough
4) yep any code, didnt have any conflict with this
5) something else you dont need this
RedTyger
10-30-2007, 06:42 PM
Moreover my code, I use from adbrite and bidvertiser code and this codes don't show too. I think that this hack have some problem. because i test this hack on two forums and unfortunately your hack don't show anything.
Regards
I don't know what to tell you, nobody else has reported this problem. I would assume its something to do with your settings, in that case.
there is vbseo (http://vbseo.com) wich does this automatically :)
Ah, well answered! What does vbseo do? If it's useful I'll add it as well.
class101
10-30-2007, 07:37 PM
What does vbseo do in general ? or about the <!-- google_ad_section_start --> you mean ?
That's not the main feature of vbseo, just one of the large options available in the vbseo product but about this adsense code, vbseo automatically enclose
<!-- google_ad_section_start --><!-- google_ad_section_end -->
in front of relevant text of the forum and threads, for example, titles, message body, Relevant Replacements (vbseo feature to add relevant text to each thread/forums), all what is relevant to the page to have different ads matching the thread and forum subjects. The cool features is it adds also
<!-- google_ad_section_start(weight=ignore) --><!-- google_ad_section_end -->
wich is the code used by adsense to ignore part of the page, I see on the source it adds this on the member's username & signatures, to not have the members title and signatures altering the ads content, very excellent feature you could add yeah , could feat very well with vb ads heheh and no copyrights on this heheh ;)
Let me know if you wanna much informations, I can work to see where it adds exactly theses codes and you could reproduce the same. Or if you wanna work on yours own RedTyger that's not so hard you can see the instruction directly from Google here (https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=23168).
intellipay
10-31-2007, 12:19 AM
I want to thank you for this hack. I am new to this and have just started my first board that can accomodate advertising.
I was scared I would screw something up but I followed your instructions and it works! Even the code modifications were easy once I figured out how to get to the right spot to make them.
Thank you for your efforts and for the assistance I received when asking questions. Donation forthcoming...
class101
10-31-2007, 12:31 AM
AdminCP > Plugins & Products > Plugin Manager > Add New Plugin
Product: vB Ad Management
Hook Location: search_results_threadbit
Title: vB Ad Management - Ads in Searchbits
Execution Order: 6
Plugin PHP Code:
if ($GLOBALS['do_ads'] && $vbulletin->options['adintegrate_threadbit_onoff'])
{
include(DIR . '/includes/vb_ad_management/threadbit_display.php');
}
Plugin is Active: Yes
enjoy miss :) Leigh robinson you must load your vb_ad_management_314.xml , looks like you didnt imported the product
bumping this tip cos it should be a default one, at least enabling/disabling ads in new post & today post must be available in the options in the futur versions I hope since it's the most visited link of any forum :p
RedTyger
10-31-2007, 10:33 AM
What does vbseo do in general ? or about the <!-- google_ad_section_start --> you mean ?
That's not the main feature of vbseo, just one of the large options available in the vbseo product but about this adsense code, vbseo automatically enclose
<!-- google_ad_section_start --><!-- google_ad_section_end -->
in front of relevant text of the forum and threads, for example, titles, message body, Relevant Replacements (vbseo feature to add relevant text to each thread/forums), all what is relevant to the page to have different ads matching the thread and forum subjects. The cool features is it adds also
<!-- google_ad_section_start(weight=ignore) --><!-- google_ad_section_end -->
wich is the code used by adsense to ignore part of the page, I see on the source it adds this on the member's username & signatures, to not have the members title and signatures altering the ads content, very excellent feature you could add yeah , could feat very well with vb ads heheh and no copyrights on this heheh ;)
Let me know if you wanna much informations, I can work to see where it adds exactly theses codes and you could reproduce the same. Or if you wanna work on yours own RedTyger that's not so hard you can see the instruction directly from Google here (https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=23168).
Interesting, looks well worth doing! But that should be done by editing the templates manually, the places the comments need to go are very unlikely to change and the comments themselves are not dynamic. It would be not be resource-efficient to do this automatically.
I want to thank you for this hack. I am new to this and have just started my first board that can accomodate advertising.
I was scared I would screw something up but I followed your instructions and it works! Even the code modifications were easy once I figured out how to get to the right spot to make them.
Thank you for your efforts and for the assistance I received when asking questions. Donation forthcoming...
Duly received, thank you very much indeed!
bumping this tip cos it should be a default one, at least enabling/disabling ads in new post & today post must be available in the options in the futur versions I hope since it's the most visited link of any forum :p
Good idea, I forgot about that.
class101
10-31-2007, 11:04 AM
yes totally correct this can be done easly, about the resource eating I dunno really cos I don't even know how vbseo is working deeply, is it automatic or not, to say true I'm maybe wrong saying it's automatic , I just mean you don't have to care about because the tool does the job but I don't think this option is eating lots of resource
class101
11-01-2007, 02:24 PM
Who has an idea to fix this problem (and btw maybe enhancement suggestion), width altering the look of the forum:
I like vbulletin.com and vbulletin.org styles, with a fixed table width 760px, small width forums are cools for hi-res computers, but using adsense banners 468x49 in the forumdisplay (not the biggest one but probably the most used) the banner width expand the forums table , so the main site table stay to 760px but forum are expanding around 900px so I see a portion of the forum table outside the main table. I know I can't resize adsense image but if anyone know a tip to use theses larges width banners without breaking the layout thanks a lot. I know I can simply put my forum to a 900px but I'd like to find a solution while keeping it to 760pxand not altering the layout, the banners layyout I do not really care , a possible solution would to cut it just before the "Last Post" column for example but don't have a clue how to do.
mhackl
11-01-2007, 04:19 PM
Is it possible to make the advertisements display after the first post in the thread rather than the first post on every page?
RedTyger
11-01-2007, 04:22 PM
Not until the next update. Which is very very soon. Watch this thread...
class101
11-01-2007, 05:01 PM
Not until the next update. Which is very very soon. Watch this thread...
*class101 can't wait* :)
crest
11-01-2007, 08:06 PM
Hi,
I installed this mod followed all the steps but it won't show anything on my website...
I'm using adsense
www.nipponpower.com.mx/foro
RedTyger
11-01-2007, 10:12 PM
It must be that either the instructions were not followed quite correctly or that your settings are not quite correct.
iogames
11-02-2007, 08:44 PM
Not until the next update. Which is very very soon. Watch this thread...
I don't sleep I practically live on this thread waiting for the new updated version! :rolleyes:
zanami
11-05-2007, 03:25 AM
After clean installation (3.6.8) the "vB Ad Management - Ads in Header (Archive)" module is bound to "archive_process_start" hook giving us an ad block above everything on page, including "doctype, html, body" tags. One thing to mention I'm using "SEO-friendly" archive which (seemingly) doesn't use any style templates. Switching the module to "archive_postheader" hook solved the problem.
djbaxter
11-05-2007, 11:32 AM
Is anyone interested in Ad Sharing for vBulletin blogs?
Is anyone interested in vBulletin blogs at all? :o
class101
11-05-2007, 11:45 AM
yup I have it , nice feature :) projetc tools so
msolano
11-05-2007, 08:22 PM
I was looking for something like this and i have to thank you for your effort.
Easy to install, simple to use and more important: it works!!!
powerful_rogue
11-06-2007, 08:26 AM
Hi,
Im wondering if someone can help :)
Using The Static code section
If I put to 468x60 adsense banners next to each other, they both show up under the first post, but come the next post - only one of them is showing.
However If I put adsense banner then my own banner next to each other, they show up correctly all the way through. Ive attatched some pics as examples.
Also,
How would it be possible to have two 468X60 banners next to each other, but both being random. I want to use a mixture of adsense and also my own banners. From what I can gather, its only possible to have one banner being shown thats random, but is there an easy way to have two showing at the same time but both random.
Hope all that makes sense!
Sandy-XXX
11-06-2007, 08:42 AM
Is anyone interested in Ad Sharing for vBulletin blogs?
Yes please.
I don't sleep I practically live on this thread waiting for the new updated version!
Me the same... :D
RedTyger
11-06-2007, 08:58 AM
Hi,
Im wondering if someone can help :)
Using The Static code section
If I put to 468x60 adsense banners next to each other, they both show up under the first post, but come the next post - only one of them is showing.
However If I put adsense banner then my own banner next to each other, they show up correctly all the way through. Ive attatched some pics as examples.
There is a limit on how many Adsense advertisements show up on a page, I believe the limit is 3. You can check this by viewing the source code and seeing if the code for the advertisement is included 4 times but only showing 3 ads.
Also,
How would it be possible to have two 468X60 banners next to each other, but both being random. I want to use a mixture of adsense and also my own banners. From what I can gather, its only possible to have one banner being shown thats random, but is there an easy way to have two showing at the same time but both random.
Hope all that makes sense!
Next version, coming out very very very soon.
Me the same... :D
I know, sorry sorry sorry sorry sorry. ETAs are not my strong point. But it will be very clear why it has taken so long.
powerful_rogue
11-06-2007, 09:04 AM
Yes you can use any code you like. Just separate them with the delimiter, like so.
<img src="1.jpg" /> |
<img src="2.jpg" />
How would I go about making the banners clickable? Im currently using:
<a href="http://www.doverlocals.co.uk"><img src="images/banner/doverlocals.gif" alt="Dover Locals" border="0" /></a>
However I get a darkblue box around the banner that lights up when you put your mouse over it.
Edit - Thanks for the reply in the post above this :) Is there anyway to change the limit, or is this something set by google?
Looking forward to the next release! Any idea how soon? ;)
RedTyger
11-06-2007, 09:21 AM
How would I go about making the banners clickable? Im currently using:
However I get a darkblue box around the banner that lights up when you put your mouse over it.
AdminCP > Styles & Templates > Style Manager > Choose 'Main CSS' from the theme dropdown menu. Scroll to the bottom where it says "Additional CSS Defintions" and in that box underneath what's there, paste:
img {
border:0;
}
That removes all borders from all images unless otherwise specified.
Edit - Thanks for the reply in the post above this :) Is there anyway to change the limit, or is this something set by google?
It's Google set.
Looking forward to the next release! Any idea how soon? ;)
I think I should learn from my mistakes and stop saying. It's pretty much finished.
RedTyger,
I've set this mod up a while back on another forum I manage. It works just fine. I have recently decided I would like to install it on my own flooring forum, but have held back for the last week or so in anticipation for the the next version.
Can you tell me if there will be any code editing involved if I go ahead and install this version now and then upgrade when you post the new version? I don't want to rush you and think there is value in this version. But if it's going to entail much editing and configuring when the new version is released, I can wait for a while longer.
Thanks,
Jim
RedTyger
11-06-2007, 04:06 PM
I would wait. The next version will unfortunately require removing a current installation, as it is not compatible with earlier versions.
dutchbb
11-06-2007, 05:03 PM
Is it possible to add a flashbanner?
Like:
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
'width', '468',
'height', '60',
'src', '3',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'window',
'devicefont', 'false',
'id', '3',
'bgcolor', '#ffffff',
'name', '3',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', '3',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="468" height="60" id="3" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="3.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="3.swf" quality="high" bgcolor="#ffffff" width="468" height="60" name="3" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
RedTyger
11-06-2007, 08:35 PM
Yes.
dutchbb
11-06-2007, 08:43 PM
Oh it didn't work with the javascript includes, im now just using the embed tag and it works.
TJFweb
11-08-2007, 02:50 AM
Is there any way to force users to use Adsense ads? I don't want them having free reign over what ad code they put in there because they could post malicious code or porn advertisements.
Thanks.
class101
11-08-2007, 08:14 AM
Is there any way to force users to use Adsense ads? I don't want them having free reign over what ad code they put in there because they could post malicious code or porn advertisements.
Thanks.
Just dont allow them to post ads, I dont see the benefits to use shared ads ..
RedTyger
11-08-2007, 08:22 AM
Is there any way to force users to use Adsense ads? I don't want them having free reign over what ad code they put in there because they could post malicious code or porn advertisements.
Thanks.
Don't share the entire advertisement, share a small part of it. Leave the "enable HTML" turned off. Use the custom field regex (default vBulletin feature when creating a custom profile field) to restrict what can be entered into the profile field box.
Vinyljunky
11-08-2007, 04:36 PM
Hello,
Could somebody explain to me how I can show ads within ibProArcade ?
Oh by the way Thank You for a great mod!
VinylJunky
RedTyger
11-08-2007, 04:41 PM
When making the template edits, change $x_advertisement to $GLOBALS[x_advertisement].
TJFweb
11-09-2007, 05:26 AM
Hi again RedTyger. Thanks for answering my last question.
I have one more thing to ask - is it possible to specify the forums within which ad sharing is turned on? I only want to enable it for a few forums.
Thanks.
RedTyger
11-09-2007, 06:49 AM
Yes, you can specify forums in which it is enabled or forums in which it is disabled.
class101
11-10-2007, 03:03 PM
small patch required when you do have ads displayed in the search, like new posts and today posts(not official, search some page ago to know how):
in threadbit_advertisement
FIND
<if condition="$show['inlinemod']">
<td class="alt1Active">
</td>
</if>
ADD BEFORE
<if condition="$show['forumlink']">
<td class="alt1"></td>
</if>
this fixes the <td> taking the background color of tborder instead of alt1 on the advertisement <tr> row
razvans
11-10-2007, 07:59 PM
Hello
I have installed this hack too. i have bought a new vbulletin license only to create a adsense sharing forum
but i have some problems. the ads are showing only when i am logged in as " admin "
i have filled also the form : "Enable Ad Sharing for Usergroups: " with 1|2|3|4|5|6|7
but i can not see the ads. do you know where is the problem ?
Thanks
RedTyger
11-11-2007, 08:49 AM
That is only ad sharing enabling. You need to enable ads in general in the Global Settings section. They display to admins only by default.
razvans
11-11-2007, 09:11 PM
Thank you very much for your fast reply. i never thought it will be so fast
I have created a new user and i have used a random pub-code for adsense
example : pub-xxxxxxxxxxxxxxxx
When i am going to that thread started by my fake user the ads are not showing
But if i am looking at the source code the adsense code is there with the right pub-xxxxxxxxxxxxxxxx
Is this a problem from adsense?
Thank you very much for this great plugin
RedTyger
11-11-2007, 09:57 PM
I suppose so? All the ad management does is include the additional code, so if its being added correctly I'm not sure what else it could be.
DieselMinded
11-11-2007, 10:57 PM
Can you make this work with .swf files?
RedTyger
11-12-2007, 06:35 AM
It should work with shockwave already.
razvans
11-12-2007, 08:11 AM
I suppose so? All the ad management does is include the additional code, so if its being added correctly I'm not sure what else it could be.
Hi again.
I have used for Adcode replacement : #shared#
And for adsense code i have used :
<script type="text/javascript"><!--
google_ad_client = "#shared#";
//header-rounded 468x60, created 11/11/07
google_ad_slot = "removed";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
I am sure something is wrong. i have noticed that adsense code is changed
Do you think it works with this new code provided by google ?
Thanks
RedTyger
11-12-2007, 08:28 AM
Only one way to find out. :) I'm afraid if the modification is working correctly there's not much I can offer beyond that. Although I guess I could provide a section of a forum for more general ad stuff.
iogames
11-12-2007, 01:35 PM
Hi Tyger! doe the new version will be my Birthday's present or my Xmas'? :D
saintcjh
11-12-2007, 05:35 PM
Hello,
I've installed this mod, however its not showing any adverts at all.
Can you please advise me what to do? I've done everything as susgested in other threads of the forum, but with no luck whatsoever.
Kind Regards
Charlie
razvans
11-12-2007, 10:36 PM
The mod works very good with old versions of adsense codes. not it works very good. if i am switching back to the new type of adsense code the ads are not showing
Thank you for your reply
Dave-M
11-12-2007, 11:24 PM
Hi,
Thanks for this :)
When I have the plugin enabled, my forums disappear, and I get this error on a white screen.
Parse error: syntax error, unexpected $end in /mysite.com/forums/includes/vb_ad_management/global_start.php on line 331
Would you have any idea what I might have done wrong?
I have re-uploaded everything, but to no avail.
Only issues when installing the template hacks were that I'm using a custom skin, so didnt have the in my header, so I put it above $spacer_open.
Any help would be greatly aprreciated :)
Thanks.
Dave.
RedTyger
11-13-2007, 08:43 AM
Hello,
I've installed this mod, however its not showing any adverts at all.
Can you please advise me what to do? I've done everything as susgested in other threads of the forum, but with no luck whatsoever.
Kind Regards
Charlie
It must be set up incorrectly somehow, check your settings, template edit, change the advertisment code to plain text to check it.
The mod works very good with old versions of adsense codes. not it works very good. if i am switching back to the new type of adsense code the ads are not showing
Thank you for your reply
I tried the new adsense code and while no advertisements appear, a blank space appears of the size where the advertisement should be. I can't tell you what the issue is I'm sorry to say, but the modification is working correctly.
Hi,
Thanks for this :)
When I have the plugin enabled, my forums disappear, and I get this error on a white screen.
Parse error: syntax error, unexpected $end in /mysite.com/forums/includes/vb_ad_management/global_start.php on line 331
Would you have any idea what I might have done wrong?
I have re-uploaded everything, but to no avail.
Only issues when installing the template hacks were that I'm using a custom skin, so didnt have the in my header, so I put it above $spacer_open.
Any help would be greatly aprreciated :)
Thanks.
Dave.
Have you redownloaded the files from here, then overwritten? It sounds like global_start.php has been edited somehow.
conimus
11-13-2007, 09:58 AM
When I visit my board as a guest, I can not see any banner or ad. But as soon as I log in as a registered user, I see all the banners.
How can I change this so that every visitor can see the banners?
RedTyger
11-13-2007, 10:01 AM
Guests are usergroup 1, add this to your usergroup settings in Global Settings.
conimus
11-13-2007, 10:19 AM
Guests are usergroup 1, add this to your usergroup settings in Global Settings.
Sorry, but I don't understand...
Dave-M
11-13-2007, 12:31 PM
Have you redownloaded the files from here, then overwritten? It sounds like global_start.php has been edited somehow.
I downloaded the files from here, did the edit of the files in wordpad (that ok?), upped the files to the server in "auto" mode (could this be it?).
I will redownload and start a fresh and see what happens :)
RedTyger
11-13-2007, 01:17 PM
Oh, you edited the file? There's your problem then. Your editing is incorrect.
Dave-M
11-13-2007, 02:47 PM
Yes, sorry, have I misunderstood the instructions?
Wasn't there any need to follow the "How to add your own custom adcode blocks in 3 minutes" part?
Should I just reupload the unedited files then?
Thanks for your patience :)
Edit 1: fixed, all my fault :)
Edit 2: can I ask a noob question while I'm here as well please?
If I am using adsense javascript ads, and the are aligning left, what would be the correct way of centering the ads without murdering my skin's layout. If I use <div align="center"> before the <script type="text/javascript"><!-- part of the adsense code, it looks fine in firefox, but it sends my custom skin all out of line in IE.
Any pointers would be great :)
class101
11-14-2007, 05:39 AM
I'd like to see on the futur version this type of random ads box build in a iframe/flash look, like on this forum on the top:
http://www.psicofxp.com/forums/
The visitors dont have to refresh that they have already seen tons of ads , I'd like to see this as an optional box like you made for static and random codes /per refresh, that would be so much kickass.
DAdiguzeL
11-14-2007, 09:24 PM
It's really good but i can't do banner rotation to left and right side of the forum without coloumns. I did with coloumns and that was not looking so good. Will anyone help me please?
RedTyger
11-14-2007, 10:18 PM
Hi Tyger! doe the new version will be my Birthday's present or my Xmas'? :D
Happy Christmas.
vB Ad Management 4.00 Beta released (http://redtyger.co.uk/discuss/showthread.php?t=28).
When any problems are dealt with, it will be released here. In the meantime, it is a test version and anyone is welcome to try it. Let me know how you get on.
DarthCoder
11-14-2007, 10:23 PM
redtyger, how can I display ads before first post. I did it once but after re installing vb i forgot how.
DAdiguzeL
11-14-2007, 10:42 PM
Hi RedTyger again me.
How can i remove the red things in my attachment?
here's my forums test preview:
please check my attachment and pls help me.
class101
11-15-2007, 08:06 AM
You must define the table data <td> where is the banner as a height="100%", I think the height is missing but haven't tested cos I do'nt use column ads
RedTyger
11-15-2007, 09:51 AM
Hi RedTyger again me.
How can i remove the red things in my attachment?
here's my forums test preview:
please check my attachment and pls help me.
Sorry, I couldn't tell you with a custom theme. The columns are something that I can only really set to work with the default theme out of the box, anything else may need customising to fit. The code it searches for is in the global_start.php file.
redtyger, how can I display ads before first post. I did it once but after re installing vb i forgot how.
In the postbit section of the settings is an option called "Display ads with first post". Set it to yes. :)
DAdiguzeL
11-15-2007, 10:10 AM
Sorry, I couldn't tell you with a custom theme. The columns are something that I can only really set to work with the default theme out of the box, anything else may need customising to fit. The code it searches for is in the global_start.php file.
Thanks for the reply but how can i remove the borders? From global_start.php file or some different way?
directprint
11-15-2007, 03:02 PM
Can this mod also place the advert after the last post instead of the first post?
calbano_18
11-15-2007, 06:22 PM
Amazing add-on! Please help me through this speed bump. I'm trying to install this and i have a different forum theme. Currently my forum only displays header ads to the admin! Where exactly should i place the $header_advertisement in my header?
<!-- logo -->
<a name="top"></a>
<!-- this the header area, including the top right navigation -->
<div id="header">
<div id="logo" ><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/forumheaven/main/top_a.gif" alt="$vboptions[bbtitle]" /></a></div>
<div id="navigation"><span id="subnavi"><span class="navigation">
<a href="index.php">Home</a>
<a href="memberlist.php">Members</a>
<a href="calendar.php$session[sessionurl_q]">Events</a>
<a href="faq.php">Help</a>
</span></span>
<div id="search"><form action="search.php?do=process" method="post"><input type="hidden" name="do" value="process" /><input type="hidden" name="quicksearch" value="1" /><input type="hidden" name="s" value="$session[sessionhash]" /><input style="border:0px;border-right:1px solid #f7edce;border-bottom:1px solid #f7edce;font-size:10px;" type="text" class="bginput" name="query" size="20" value="$vbphrase[search_forums]" tabindex="1001" /> <input type="image" src="images/forumheaven/main/search.gif" class="button" value="$vbphrase[go]" tabindex="1004" /></form></div>
</div>
</div>
<!-- this is the area below the header, including the member/login stuff -->
<div id="highlights_container">
<div id="highlights_a"><if condition="$show['member']"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2"><img src="images/forumheaven/main/highlights_a.gif" alt="$vbphrase[new_posts_nav]" /></a><else /><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2"><img src="images/forumheaven/main/highlights_a.gif" alt="$vbphrase[todays_posts]" /></a></if></div>
<div id="highlights_b"><if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img src="images/forumheaven/main/highlights_b.gif" alt="$vbphrase[register]" /></a><else /><a href="usercp.php$session[sessionurl_q]"><img src="images/forumheaven/main/profile.gif" alt="$vbphrase[user_cp]" /></a></if></div>
<div id="highlights_c">
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
<span id="member"><if condition="$show['member']"><strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /><if condition="$show['pmmainlink']"><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></if>
<if condition="$show['pmwarning']"><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></if><else />
<label for="navbar_username"><input type="text" class="bginput" style="font-size: 10px;background-color:#7b7b7b;border-top:1px solid #6d6d6d;border-left:1px solid #6d6d6d;border-right:1px solid #8b8b8b; border-bottom:1px solid #8b8b8b;color:white;" name="vb_login_username" id="navbar_username" size="12" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></label> <label for="navbar_password"><input type="password" class="bginput" style="font-size: 10px;background-color:#7b7b7b;border-top:1px solid #6d6d6d;border-left:1px solid #6d6d6d;border-right:1px solid #8b8b8b; border-bottom:1px solid #8b8b8b;color:white;" name="vb_login_password" id="navbar_password" size="12" tabindex="102" /></label> <input type="image" src="images/forumheaven/main/go.gif" class="button" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /><br />
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</if></span></form>
</div>
</div>
<!-- /logo -->
<!-- content table -->
$spacer_open
$leftcolumn_advertisement
$_phpinclude_output
RedTyger
11-15-2007, 08:10 PM
Thanks for the reply but how can i remove the borders? From global_start.php file or some different way?
I'd really ask the person who designed your style, they'd know best. In the global_start.php are two lines with the left/right_column bits of code (its obvious where they are) with some HTML which is what is added to the style.
Can this mod also place the advert after the last post instead of the first post?
Yes, it's just an on/off button.
Amazing add-on! Please help me through this speed bump. I'm trying to install this and i have a different forum theme. Currently my forum only displays header ads to the admin! Where exactly should i place the $header_advertisement in my header?
Not to sound unhelpful, but you can put it anywhere you like. If it doesn't look right, just move it until it does. :) Sounds like you may not have changed the Usergroup setting in Global Settings yet, all ads show to the admin only by default.
Paradise-Bodies
11-15-2007, 08:51 PM
Hi,
how do i setup this to show special Banners (Advertisers/Zones/Champaignes) from openads on special forums (id's). I use just the Header.
calbano_18
11-15-2007, 09:42 PM
Thank you:up:
elitemerlin
11-17-2007, 10:27 AM
Warning: include() [function.include]: Unable to access /home/merlin/public_html/forums/includes/vb_ad_management/cache_templates.php in /global.php(341) : eval()'d code on line 86
Warning: include(/home/merlin/public_html/forums/includes/vb_ad_management/cache_templates.php) [function.include]: failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 86
Warning: include() [function.include]: Failed opening '/home/merlin/public_html/forums/includes/vb_ad_management/cache_templates.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /global.php(341) : eval()'d code on line 86
Any idea to why i would be receiving these errors?
youradhere4222
11-17-2007, 10:56 PM
I'm receiving the following error:
Warning: Unknown: failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 173
Warning: Unknown: Failed opening '/home/popcorno/public_html/forum/includes/vb_ad_management/cache_templates.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /global.php(341) : eval()'d code on line 173
xcingix
11-18-2007, 04:30 PM
its simply not working
i configured it all
is this because im using vbseo and the vbseo style??
if so, how would i fix it?
RedTyger
11-18-2007, 06:25 PM
The "Warning:" errors are because the upload files have not been uploaded correctly in some way. Check that they are in the correct location on your server before trying to use the modification.
xcingix double check your settings, the modification works fine with vB SEO.
xcingix
11-18-2007, 07:03 PM
Please look at my screen-shots.
http://www.ny-dev.com/forums/gallery/data/529/thumbs/settings1.gif (http://www.ny-dev.com/forums/gallery/data/529/settings1.gif)
http://www.ny-dev.com/forums/gallery/data/529/thumbs/settings2.gif (http://www.ny-dev.com/forums/gallery/data/529/settings2.gif)
http://www.ny-dev.com/forums/gallery/data/529/thumbs/settings3.gif (http://www.ny-dev.com/forums/gallery/data/529/settings3.gif)
http://www.ny-dev.com/forums/gallery/data/529/thumbs/settings4.gif (http://www.ny-dev.com/forums/gallery/data/529/settings4.gif)
You linked to the same size images as your thumbnails. How 'bout something we can actually see?
Jim
RedTyger
11-18-2007, 08:51 PM
Please look at my screen-shots.
http://www.ny-dev.com/forums/gallery/data/529/settings1.gif (http://www.ny-dev.com/forums/gallery/data/529/settings1.gif)
http://www.ny-dev.com/forums/gallery/data/529/settings2.gif (http://www.ny-dev.com/forums/gallery/data/529/settings2.gif)
http://www.ny-dev.com/forums/gallery/data/529settings3.gif (http://www.ny-dev.com/forums/gallery/data/529/settings3.gif)
http://www.ny-dev.com/forums/gallery/data/529/settings4.gif (http://www.ny-dev.com/forums/gallery/data/529/settings4.gif)
Voila, for my own reference. 9/10 times just removing the /thumbs/ part of the URL will do the trick. :D
Edit: The problem appears to be that you have all postbit advertisements turned off. In the postbit options section are options to turn them on for announcements, private messages and posts. Pick one. :)
xcingix
11-18-2007, 09:09 PM
Please review my attachments.
I have tried 1,2 and 3 and they still don't work.
Can i give u admin access or something?
RedTyger
11-18-2007, 09:18 PM
You are definitely using postbit_legacy on your forum? Your settings all look correct (including 3).
Unfortunately now there are so many users I can no longer personally check people's forums to help. Victim of its own success.
xcingix
11-18-2007, 09:22 PM
You are definitely using postbit_legacy on your forum? Your settings all look correct (including 3).
Unfortunately now there are so many users I can no longer personally check people's forums to help. Victim of its own success.I am using postpit legacy.
http://www.ny-dev.com/forums/f289/asp-checkbox-update-microsoft-access-238/
powerful_rogue
11-18-2007, 10:08 PM
Just been looking at version 4.00 Beta and it looks amazing. Looking to install in tomorrow, but just a couple of questions!
Is it possible to have two random banners displaying next to each other in the footer? Below is what I currently have, but would be nice to use your mod rather then the mish mash of code im using at present.
Ive also got Forum Sponsor currently installed - Im presuming i'll gave to uninstall this, but prior to that, does your forum sponsor part of the mod work the same way?
https://vborg.vbsupport.ru/external/2007/11/28.jpg
(I hope this was the right place to ask, I did try to reply on your site but it wasnt allowed. Apologies if im in the wrong place)
youradhere4222
11-19-2007, 12:00 AM
I have the "vb_ad_management" folder inside of my "Includes" folder. Is this correct?
xcingix
11-19-2007, 12:26 AM
Can anyone help me with my issue?
bchertov
11-19-2007, 04:45 AM
Can someone tell me how this compares to OpenAds? (http://www.openads.org/) I'm not so much asking about a feature comparison (although I'd be interested in that as well), but does it address the same need? Would I use one or the other but not both? If they do different things could your please give me an overview of what role each one plays?
Thanks!
Barry
gforce75
11-19-2007, 04:56 AM
4.0 Beta? Woot, gotta check this :p
RedTyger
11-19-2007, 06:00 AM
I have the "vb_ad_management" folder inside of my "Includes" folder. Is this correct?
Yes. :) If it is in the wrong place then you'll see error messages anyway.
Is it possible to have two random banners displaying next to each other in the footer? Below is what I currently have, but would be nice to use your mod rather then the mish mash of code im using at present.
Yes. There's one footer-specific section and you can add an additional custom section to the footer as well from the AdminCP.
Ive also got Forum Sponsor currently installed - Im presuming i'll gave to uninstall this, but prior to that, does your forum sponsor part of the mod work the same way?
If you have a lot of forums, you may find it painful to do the same with my modification as it would require a template conditional for each for you wanted to do it for, although its perfectly possible. Its much more "hands on" in exchange for flexibility. The sponsors section on mine has a different purpose (box of sponsors in the footer) so it may not suit you anyway.[/QUOTE]
Can anyone help me with my issue?
I'm out of ideas I'm sorry to say. You seem to be doing nothing wrong. You could try disabling all other plugins to make sure there's no conflict, trying another advertisement section like the header to see if its a problem specific to the postbit advertisement, substituting the javascript ad for plain text for testing or trying the beta of the next version and seeing if that works for you (link at the top of the first post).
Can someone tell me how this compares to OpenAds? (http://www.openads.org/) I'm not so much asking about a feature comparison (although I'd be interested in that as well), but does it address the same need? Would I use one or the other but not both? If they do different things could your please give me an overview of what role each one plays?
Thanks!
Barry
They're two very different things, people commonly use the two together. OpenAds provides the advertisements, vB Ad Management lets you manage them specifically within your forum, broadly speaking.
http://www.openads.org/quicktour
http://redtyger.co.uk/manual.php?product=vB+Ad+Management&version=4.00+Beta
xcingix
11-19-2007, 12:18 PM
Beta works, but when i click adsharing it shows Invalid argument supplied for foreach() in /admincp/vb_ad_management.php on line 138
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT text
FROM phrase
WHERE languageid = 0
AND fieldname = 'cprofilefield'
AND varname
IN ()
ORDER BY varname;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY varname' at line 6
Error Number : 1064
Date : Monday, November 19th 2007 @ 07:17:56 AM
Script : http://www.ny-dev.com/forums/admincp/vb_ad_management.php?do=adintegrate_sharing
Referrer : http://www.ny-dev.com/forums/admincp/index.php?do=nav
IP Address :
Username : danny.michel
Classname : vb_database
youradhere4222
11-19-2007, 07:27 PM
My ads aren't showing up at all...
Is the BETA working fine?
xcingix
11-19-2007, 07:31 PM
My ads aren't showing up at all...
Is the BETA working fine?
the regular version doesn't work, but beta does work... almost.
powerful_rogue
11-19-2007, 09:06 PM
For some reason vb_ad_management.xml isnt in the folder for 4.00 Beta. The only xml file included is languages/vb_ad_management_english.xml
vb_ad_management_english.xml is in the languages folder. vb_ad_management.xml is in the main archive folder.
Jim
powerful_rogue
11-19-2007, 10:36 PM
vb_ad_management_english.xml is in the languages folder. vb_ad_management.xml is in the main archive folder.
Jim
All I got int he download was two folders.
Languages
>> vb_ad_management_english.xml
>> Translation Readme.txt
Uploads
>>advertisement.php
>>admincp
>>>vb_ad_management.php
Ive downloaded again and im still missing the all important file :(
xcingix
11-19-2007, 11:10 PM
Beta works, but when i click adsharing it shows Invalid argument supplied for foreach() in /admincp/vb_ad_management.php on line 138
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT text
FROM phrase
WHERE languageid = 0
AND fieldname = 'cprofilefield'
AND varname
IN ()
ORDER BY varname;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY varname' at line 6
Error Number : 1064
Date : Monday, November 19th 2007 @ 07:17:56 AM
Script : http://www.ny-dev.com/forums/admincp/vb_ad_management.php?do=adintegrate_sharing
Referrer : http://www.ny-dev.com/forums/admincp/index.php?do=nav
IP Address :
Username : danny.michel
Classname : vb_database
Anyone?
powerful_rogue
11-19-2007, 11:12 PM
I cant help im afraid, but do you have a copy of the vb_ad_management.xml for 4.00 beta you could share with me, it seems to be missing from the download.
Did i miss a step i know i have yet to paste my google code in yet but atop of my forum I get this message across header?Warning: Unknown(/home/myurb3/public_html/forums/includes/vb_ad_management/cache_templates.php): failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 77
Warning: Unknown(/home/myurb3/public_html/forums/includes/vb_ad_management/cache_templates.php): failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 77
Warning: (null)() [function.include]: Failed opening '/home/myurb3/public_html/forums/includes/vb_ad_management/cache_templates.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /global.php(341) : eval()'d code on line 77
MYURBANHANGOUT.COM
RedTyger
11-20-2007, 02:30 PM
For some reason vb_ad_management.xml isnt in the folder for 4.00 Beta. The only xml file included is languages/vb_ad_management_english.xml
I've checked the file myself, it is there.
Beta works, but when i click adsharing it shows Invalid argument supplied for foreach() in /admincp/vb_ad_management.php on line 138
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT text
FROM phrase
WHERE languageid = 0
AND fieldname = 'cprofilefield'
AND varname
IN ()
ORDER BY varname;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY varname' at line 6
Error Number : 1064
Date : Monday, November 19th 2007 @ 07:17:56 AM
Script : http://www.ny-dev.com/forums/admincp/vb_ad_management.php?do=adintegrate_sharing
Referrer : http://www.ny-dev.com/forums/admincp/index.php?do=nav
IP Address :
Username : danny.michel
Classname : vb_database
If you have no user profile fields, this is fixed for the next release. If you do, please file a bug report.
Did i miss a step i know i have yet to paste my google code in yet but atop of my forum I get this message across header?Warning: Unknown(/home/myurb3/public_html/forums/includes/vb_ad_management/cache_templates.php): failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 77
Warning: Unknown(/home/myurb3/public_html/forums/includes/vb_ad_management/cache_templates.php): failed to open stream: No such file or directory in /global.php(341) : eval()'d code on line 77
Warning: (null)() [function.include]: Failed opening '/home/myurb3/public_html/forums/includes/vb_ad_management/cache_templates.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /global.php(341) : eval()'d code on line 77
MYURBANHANGOUT.COM
This means you have not uploaded the contents of the uploads folder correctly.
xcingix
11-20-2007, 03:02 PM
I've checked the file myself, it is there.
If you have no user profile fields, this is fixed for the next release. If you do, please file a bug report.
This means you have not uploaded the contents of the uploads folder correctly.
Maybe I should show you more screen-shots so you can see that I AM in-fact doing everything correctly.... Be back in a few after lunch.
RedTyger
11-20-2007, 03:12 PM
No no only this:
If you have no user profile fields, this is fixed for the next release. If you do, please file a bug report.
was in reply to you. The rest was responding to questions from other people.
xcingix
11-20-2007, 03:18 PM
I'm sorry to be rude, but this is just frustrating.
Someone's got to know what the problem is here.
Maybe the mod needs to be fixed.
https://vborg.vbsupport.ru/external/2007/11/21.jpg
https://vborg.vbsupport.ru/external/2007/11/21.jpg
https://vborg.vbsupport.ru/external/2007/11/21.jpg
https://vborg.vbsupport.ru/external/2007/11/21.jpg
powerful_rogue
11-20-2007, 04:27 PM
I've checked the file myself, it is there.
It really isnt showing when I download it. Ive downloaded three times from your website and its just not there :(
DieselMinded
11-20-2007, 05:02 PM
It should work with shockwave already.
i have tried 2 different .swf files and it just shows a link
RedTyger
11-21-2007, 07:40 AM
What code are you using?
powerful_rogue
11-21-2007, 08:40 AM
For some reason the files are showing in the zipped file, however once I unzip they dont appear.
Ive tried using winrar and winzip - but neither files appear once unzipped.
Is anyone able to assist at all as really want to try v4.00 Beta
Edit - Also appears there is an includes file that shows in the zipped version, but that dosent unzip either.
If I try to unzip on their own, they come up as hidden files.
RedTyger
11-21-2007, 09:01 AM
Oh I am sorry, you're quite right they're set as hidden files. I had no idea that affected other computers.
I've rezipped and reuploaded the files, try now.
powerful_rogue
11-21-2007, 10:04 AM
Cheers RT. Thought i was going mad!
All downloaded, will upgrade to this version tonight :D
goddess_dix
11-21-2007, 05:44 PM
on the 4.0 beta, i was having difficulty with the plugin tossing errors in signature and profile edits, even though i'd set it to not show ads on the profile page globally. it was just when i tried to edit a sig, etc. with this turned on. i was able to hack around it using the following code with my changes commented "dlv", using your conditional from elsewhere so it didn't even check for the autointegrate for these pages. -
//start hack to drop the error for profile edits dlv
if (THIS_SCRIPT != 'profile' && ($_REQUEST['do'] == 'editoptions' || $_REQUEST['do'] == 'editprofile'))
{
//endstart hack to drop for profile edits dlv
foreach($adintegrate_fields['1'] AS $adintegrate_find)
{
$adintegrate_replace = $global_getshared["$adintegrate_find"];
// This user's custom field is empty or they're banned from sharing, use the admin's default.
if (empty($adintegrate_replace))
{
$adintegrate_replace = 'adintegrate_'.$adintegrate_find;
$adintegrate_replace = $vbulletin->options["$adintegrate_replace"];
}
$adintegrate_preg_find[] = "/<!-- begin ad -->(.*)#$adintegrate_find#(.*)<!-- end ad -->/siU";
$adintegrate_preg_replace[] = "<!-- begin ad -->$1$adintegrate_replace$2<!-- end ad -->";
}
//hack ending_if statment to drop adds for profile edits dlv
}
//endofhack to drop for profile edits dlv
xcingix
11-21-2007, 05:59 PM
I'm sorry to be rude, but this is just frustrating.
Someone's got to know what the problem is here.
Maybe the mod needs to be fixed.
http://www.ny-dev.com/forums/gallery/data/529/Untitled-310.jpg
http://www.ny-dev.com/forums/gallery/data/529/Untitled-410.jpg
http://www.ny-dev.com/forums/gallery/data/529/Untitled-213.jpg
http://www.ny-dev.com/forums/gallery/data/529/Untitled-134.jpg
Noone?
puertoblack2003
11-22-2007, 12:45 AM
wow reading thru the post got a headache...lol but i have one question and did not see posted here.
in my post the first advert shows but the 3 and forth, is showing page can not be found in both ie and firefox.
have any idea why its doing that.
-pb
xcingix
11-22-2007, 01:07 AM
Is there noone that can help me with this?
nanaimobar
11-22-2007, 03:45 AM
The Posts and Threads/views columns on the far right side of forum board are displayed with dashes in them when advertisements are placed in a thread. These should be blank as I don't use the Post/Thread/views count columns on my site for the simple reason my board isn't for community posting.
I looked for dashes in php templates for this mod and checked various vb templates trying to see where these dashes come from but, alas I just ended up with sore eyeballs.
Attached is a jpg showing the two columns with the dashes in them, just follow the red arrow.
Any suggestions as to how to get rid of these darn dashes would be appreciated.
RedTyger
11-22-2007, 10:28 AM
wow reading thru the post got a headache...lol but i have one question and did not see posted here.
in my post the first advert shows but the 3 and forth, is showing page can not be found in both ie and firefox.
have any idea why its doing that.
-pb
Google does not allow more than 3 of its advertisements on a page.
on the 4.0 beta, i was having difficulty with the plugin tossing errors in signature and profile edits, even though i'd set it to not show ads on the profile page globally. it was just when i tried to edit a sig, etc. with this turned on. i was able to hack around it using the following code with my changes commented "dlv", using your conditional from elsewhere so it didn't even check for the autointegrate for these pages. -
//start hack to drop the error for profile edits dlv
if (THIS_SCRIPT != 'profile' && ($_REQUEST['do'] == 'editoptions' || $_REQUEST['do'] == 'editprofile'))
{
//endstart hack to drop for profile edits dlv
foreach($adintegrate_fields['1'] AS $adintegrate_find)
{
$adintegrate_replace = $global_getshared["$adintegrate_find"];
// This user's custom field is empty or they're banned from sharing, use the admin's default.
if (empty($adintegrate_replace))
{
$adintegrate_replace = 'adintegrate_'.$adintegrate_find;
$adintegrate_replace = $vbulletin->options["$adintegrate_replace"];
}
$adintegrate_preg_find[] = "/<!-- begin ad -->(.*)#$adintegrate_find#(.*)<!-- end ad -->/siU";
$adintegrate_preg_replace[] = "<!-- begin ad -->$1$adintegrate_replace$2<!-- end ad -->";
}
//hack ending_if statment to drop adds for profile edits dlv
}
//endofhack to drop for profile edits dlv
Ok thanks I will look at that. Don't forget to use the bug report tool in future. :)
Noone?
Please see this post: https://vborg.vbsupport.ru/showpost.php?p=1386297&postcount=1700. You are not doing anything wrong.
RedTyger
11-22-2007, 10:32 AM
The Posts and Threads/views columns on the far right side of forum board are displayed with dashes in them when advertisements are placed in a thread. These should be blank as I don't use the Post/Thread/views count columns on my site for the simple reason my board isn't for community posting.
I looked for dashes in php templates for this mod and checked various vb templates trying to see where these dashes come from but, alas I just ended up with sore eyeballs.
Attached is a jpg showing the two columns with the dashes in them, just follow the red arrow.
Any suggestions as to how to get rid of these darn dashes would be appreciated.
In the appropriate templates (i.e. threadbit_advertisement) you are looking for something like this:
<td class="alt1Active">
-
</td>
Just delete what looks like that, ensuring that you remove everything from <td to </td>.
nanaimobar
11-22-2007, 04:25 PM
In the appropriate templates (i.e. threadbit_advertisement) you are looking for something like this:
<td class="alt1Active">
-
</td>
Just delete what looks like that, ensuring that you remove everything from <td to </td>.
Thanks, RedTyger. Much appreciated. Removed darn dashes from <td class="alt1Active"> and from <td class="alt2Active"> in forumbit_advertisement and threadbit_advertisement.
onehost
11-23-2007, 12:03 PM
I uploaded ad management beta 4 and imported xml, was there anything else I was supposed to do? it looks sorta weird, the dropdown looks weird with a *, which i do not see on the rest of the VB drop down menu.
Thanks for your help.
RedTyger
11-23-2007, 12:59 PM
Sounds like you haven't uploaded the languages/vb_ad_management_english.xml file.
RedTyger
11-23-2007, 02:05 PM
Well, the next version of vBulletin will include advertisement locations by default.
http://www.vbulletin.com/forum/showthread.php?t=249460
I'll wait and see what they've done before releasing the next version, assuming it is still worth releasing.
:(
Randall Flagg
11-23-2007, 03:27 PM
Hi,
I have installed your mod, and it's great ,but I have some problems with the right-left columns.
On the main forum the left column looks great, but inside an subforum it has a weird spacing between the forum and the column.Am I doing something worng? How can I remove the weird spacing ?
Attachment #1: Main forum column looks great
Attachment #2: Subforum column is not looking great.
RedTyger
11-23-2007, 04:02 PM
Hi, see BugID 10 (http://redtyger.co.uk/discuss/project.php?issueid=10).
Edit: No, don't see that bug! That's Internet Explorer 7 isn't it. I will duly look into it.
Randall Flagg
11-23-2007, 04:17 PM
Hi, see BugID 10 (http://redtyger.co.uk/discuss/project.php?issueid=10).
Edit: No, don't see that bug! That's Internet Explorer 7 isn't it. I will duly look into it.
Yes, IE 7 :D
onehost
11-23-2007, 05:47 PM
Sounds like you haven't uploaded the languages/vb_ad_management_english.xml file.
I uploaded what was in /uploads directory, maybe you should
move lang to /uploads, where do i upload this, root forum?
Never mind, i found it, i did not know it was xml.
Thanks
onehost
11-23-2007, 05:52 PM
I have a question, I get about 25k hits a month on my site, I am setting up VB forum to compliment the site, how can i use this ad management for paid advertisements,
im not charity to run ad-sharing, there is no money in sharing ads.
Thanks
Don't upload vb_ad_management_english.xml file, import it just as you do other .XML files. You will find it in the languages folder.
You can use this add-on for anything you like and you don't have to use the ad-sharing part if you don't want. Sell your ads any way you want and put the ad code in the appropriate section.
Jim
onehost
11-23-2007, 06:13 PM
Don't upload vb_ad_management_english.xml file, import it just as you do other .XML files. You will find it in the languages folder.
You can use this add-on for anything you like and you don't have to use the ad-sharing part if you don't want. Sell your ads any way you want and put the ad code in the appropriate section.
Jim
Thank-You
this may work out just fine then :)
onehost
11-23-2007, 08:30 PM
Thank-You
this may work out just fine then :)
can a few of you post your forum that are
running this script, I would like to see it
in action.
Thanks
RedTyger
11-23-2007, 09:51 PM
Some sizable forums use it.
http://forums.bimmerforums.com/forum
http://www.mambers.com/index.html
http://forums.majorgeeks.com
But there's not really anything to see, if it weren't for the link added to the footer you wouldn't even know they were using it. You can actually use it to manage advertisements outside your forum as well, all it needs is the basic vBulletin engine added to the page.
onehost
11-23-2007, 11:08 PM
Some sizable forums use it.
http://forums.bimmerforums.com/forum
http://www.mambers.com/index.html
http://forums.majorgeeks.com
But there's not really anything to see, if it weren't for the link added to the footer you wouldn't even know they were using it. You can actually use it to manage advertisements outside your forum as well, all it needs is the basic vBulletin engine added to the page.
I have a couple questions...
how can i edit/change the Remove Advert's link?
with beta 4, do i still need to make the google changes
that are located at the top of this page?
im a little confused about the forum options, which section
do i enter/change to allow ads to show like every 10 posts?
is there a bug with the sponsor? my footer link is showing,
and sponsors are turned on, and nothing is showing.
there is a ; at the top right of my screen, I dont think
i saw it there before i installed your script, could your
script be placing it there?
postbit places a sponsor link under every single
post, no matter what the settings are, now
i get an error msg with postbit is on, and it works
fine when i turn it off, tried it in IE and Firefox.
Forumbit does not seem to work and threadbit is shown on
like every other thread when enabled...
Left/Right colums seems to show two boxes
on each side...is that right? doesnt look right...
Thanks
RedTyger
11-24-2007, 08:40 AM
how can i edit/change the Remove Advert's link?
Both that and Sponsored Links are a phrase. You can either edit the phrase to change it across all templates, or edit it in each template individually.
with beta 4, do i still need to make the google changes
that are located at the top of this page?
I see no mention of any Google changes, what do you mean? There's information about this version in the manual: http://redtyger.co.uk/manual.php?product=vB+Ad+Management&version=4.00+Beta
im a little confused about the forum options, which section
do i enter/change to allow ads to show like every 10 posts?
Postbit.
is there a bug with the sponsor? my footer link is showing,
and sponsors are turned on, and nothing is showing.
Possibly, it is a beta. :) What adcode are you using?
there is a ; at the top right of my screen, I dont think
i saw it there before i installed your script, could your
script be placing it there?
Possibly, but its more likely a template edit. Several people have done that before when editing because they don't see the ; at the end. Check the appropriate template.
postbit places a sponsor link under every single
post, no matter what the settings are, now
i get an error msg with postbit is on, and it works
fine when i turn it off, tried it in IE and Firefox.
...
Forumbit does not seem to work and threadbit is shown on
like every other thread when enabled...
...
Left/Right colums seems to show two boxes
on each side...is that right? doesnt look right...
Can you PM me a login for your admincp, this sounds like it needs looking at. It's difficult to tell from here what's going wrong where.
onehost
11-25-2007, 10:08 PM
RedTyler,
Both that and Sponsored Links are a phrase. You can either edit the phrase to change it across all templates, or edit it in each template individually.
this is a little vague to me, exactly which files are you refering to edit?
I also see that you did get the sponsor section working, what did you do? or
did i do something wrong? I also noticed you turned postbit on also, did you
notice it was posting a banner after every single post...im not sure if you checked
everything else or not...I also noticed no ads in private msgs when i sent
myself a msg, although, i do not remember seeing anything specific in admin
relating to private msg adcode setup.
Thanks
iogames
11-25-2007, 11:15 PM
Just a suggestion Ok? :rolleyes:
Why we don't wait for the v4.0, let him breath a little and then we start all over with the new version's bugs. ;)
onehost
11-25-2007, 11:29 PM
I am using B4 - so your suggesting on waiting on reporting bugs, you are basicly
saying just release 4 then worry about the bugs. the reason for beta is to find
the bugs and fix them, not wait, who wants a stable v4 full of bugs?
iogames
11-25-2007, 11:34 PM
I am using B4 - so your suggesting on waiting on reporting bugs, you are basicly
saying just release 4 then worry about the bugs. the reason for beta is to find
the bugs and fix them, not wait, who wants a stable v4 full of bugs?
+/- 75% of the users' questions still refer to problems with 3.14b
bchertov
11-26-2007, 04:45 AM
I don't really understand the ad world well yet.
It seems like this mod will help me manage the ads in vbulletin.
I am also considering OpenAd - I think it will provide all the campaign management and reporting.
Does anybody have any recommendations about using OpenAd (with this mod) or perhaps reccomend anther ad package?
thanks!
bchertov
11-26-2007, 04:55 AM
RedTyger, any guestimates about releasing 4.0?
Do you think it's likely to be released by the end of February?
B
RedTyger
11-26-2007, 01:19 PM
RedTyler,
Both that and Sponsored Links are a phrase. You can either edit the phrase to change it across all templates, or edit it in each template individually.
this is a little vague to me, exactly which files are you refering to edit?
I also see that you did get the sponsor section working, what did you do? or
did i do something wrong? I also noticed you turned postbit on also, did you
notice it was posting a banner after every single post...im not sure if you checked
everything else or not...I also noticed no ads in private msgs when i sent
myself a msg, although, i do not remember seeing anything specific in admin
relating to private msg adcode setup.
Thanks
Hi, yes. The repeating postbit problem was a bug, my mistake. The others were errors in your advertisement setup, most importantly you must either make the template edits manually or automatically, not both. That's why you had 2 copies of ads in some places.
RedTyger, any guestimates about releasing 4.0?
Do you think it's likely to be released by the end of February?
B
End of today, if I'm quick. :)
OpenAds seems to be the most popular ad software to use with his modification based on what I've heard.
onehost
11-26-2007, 02:04 PM
RedTyler
Did you happen to fix the bug? or do i need to wait for the release of v4? what do you mean by editing the templates automatically? I did what your instructions said, I uploaded the files, and xml, I opened the templates and placed the advertisement lines above this, or below that, do i need to remove those advertisement lines in those templates?
can you explain in better detail about the errors?
Thanks
RedTyger
11-27-2007, 03:27 PM
RedTyler
Did you happen to fix the bug? or do i need to wait for the release of v4? what do you mean by editing the templates automatically? I did what your instructions said, I uploaded the files, and xml, I opened the templates and placed the advertisement lines above this, or below that, do i need to remove those advertisement lines in those templates?
can you explain in better detail about the errors?
Thanks
The instructions in this thread were for the old version (now gone). The instructions for the beta were in the manual.
I removed what I saw, but yes if you are using automatic template edits and find your ads appearing twice, you should remove the advertisement lines in the templates.
almsre
11-27-2007, 04:56 PM
4.00 not work with me
tarball
11-27-2007, 04:56 PM
I get a blank page when product is activated.
soulplayer
11-27-2007, 04:56 PM
I'm having the following error:
All ads are visible on the forums for my normal users, but on my "admin" forum they are not there... Nothing..
That forum is only visible for the admins so mayby it has something to do with that?
nanaimobar
11-27-2007, 05:03 PM
Thanks RedTyger. Terrific update/upgrade. Followed your instructions on upgrading from 3.x and had no problems.
cygy2k
11-27-2007, 05:03 PM
With your new version there are a couple bugs
1- There is no option to remove the text below ads that reads "Remove Advertisements".
2- There is a settings tab on the left but also a settings option in the overall vBulletin Options section that pulls up with no text but with setting areas. (i.e. the pages loads but no text, only check boxes and text boxes)
I upgraded as instructed.
To those with issues, make sure you uploaded the files after you imported the product and language files. I also had to switch it off until I had my adcode inserted.
redlabour
11-27-2007, 05:06 PM
BUG 1:
Language File is broken and the normal Product installs without any Phrases. All Options in AdminCP from vBAdManagement are broken now.
BUG 2:
All Ads are broken after upgrading.
How to rollback? Which Table is to be restored after uninstalling 4.0 and installing 3.1 to get my Advertisment Codes back??? *omg*
tarball
11-27-2007, 05:08 PM
Can someone please share v3.1 installation files please...
onehost
11-27-2007, 05:12 PM
Red,
Ok, I installed v4
Ive enabled header
I placed banner code
banner code shows in preview
I placed header automatic insertion: top
it works, I do not like the position of the banner, how can i place
it how you saw it the first time? top/right of the sceen, straight
across from the VB logo? or even drop the banner down somewhat
to make it appear more normal.
Thanks
onehost
11-27-2007, 05:14 PM
With your new version there are a couple bugs
1- There is no option to remove the text below ads that reads "Remove Advertisements".
This is what ive been looking for also, red should have option to remove/replace
the Text, and the link, I want to change the text, and point the link someplace
other then what it is. I have yet to find out how. it would be much easier
if it was in admincp/ad management
Thanks
RedTyger
11-27-2007, 05:15 PM
Did everyone having problems follow the instructions properly? You cannot upgrade from 3.xx to 4.00. You must uninstall first, then install. (http://redtyger.co.uk/manual.php?product=vB+Ad+Management&version=4.00#installation)
Please try and bear with me if you're having problems, its an awful lot of people upgrading at the same time. :)
I get a blank page when product is activated.
http://redtyger.co.uk/manual.php?product=vB+Ad+Management&version=4.00#faq_no_copyright
cygy2k
11-27-2007, 05:16 PM
I did uninstall from the Product Manager and removed the folder you mentioned in the instructions. I followed the directions to a T.
RedTyger
11-27-2007, 05:18 PM
1- There is no option to remove the text below ads that reads "Remove Advertisements".
2- There is a settings tab on the left but also a settings option in the overall vBulletin Options section that pulls up with no text but with setting areas. (i.e. the pages loads but no text, only check boxes and text boxes)
1. Removing this must be done manually now. Look for <phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase> in the applicable template and just delete it.
2. That is an unfortunate side-effect of the way that the vBulletin products are set up. It'll just have to be ignored I'm afraid.
redlabour
11-27-2007, 05:21 PM
Did everyone having problems follow the instructions properly? You cannot upgrade from 3.xx to 4.00.
There are no Instruction in the *.zip File so everyone thinks its only overwritting. :down:
Can you please tell us in which Tables the old Ads are saved to get them back ??
RedTyger
11-27-2007, 05:22 PM
This is what ive been looking for also, red should have option to remove/replace
the Text, and the link, I want to change the text, and point the link someplace
other then what it is. I have yet to find out how. it would be much easier
if it was in admincp/ad management
Thanks
Hi,
Look for <phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase> in the templates. You can move it where you want and replace the $vboptions[bburl] part with where you want it to link to.
To change the text, edit the phrase adintegrate_remove_ads with the phrase manager.
I appreciate its a little more unwiedly in some ways, but this way allows for different setups in different places and is also a little more efficient for your forum speed-wise. :)
cygy2k
11-27-2007, 05:24 PM
Hi,
Look for <phrase 1="$vboptions[bburl]">$vbphrase[adintegrate_remove_ads]</phrase> in the templates. You can move it where you want and replace the $vboptions[bburl] part with where you want it to link to.
To change the text, edit the phrase adintegrate_remove_ads with the phrase manager.
I appreciate its a little more unwiedly in some ways, but this way allows for different setups in different places and is also a little more efficient for your forum speed-wise. :)
That worked perfectly for me. I just went through and removed that part in all the templates and that solved that.
RedTyger
11-27-2007, 05:24 PM
There are no Instruction in the *.zip File so everyone thinks its only overwritting. :down:
Can you please tell us in which Tables the old Ads are saved to get them back ??
I have attached the 3.14 version to the main post, uploading the older xml may restore the old settings.
That worked perfectly for me. I just went through and removed that part in all the templates and that solved that.
Glad to hear it. :)
karel1985
11-27-2007, 05:26 PM
i think ai found another problem.
i first installed the old version, then installed v4
this is my site:
http://www.pc-helpforum.be/
now when i click on the shortcut to a post i get a blank page:
example:
http://www.pc-helpforum.be/showpost.php?p=26882&postcount=2
sugestions?
problem2: when i look at the acp to Ad Sharing is see next error:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /admincp/vb_ad_management.php on line 134
karel
cygy2k
11-27-2007, 05:26 PM
Question
I had the old version (3.1) installed and I had gone through and put in several template edits that you instructed for the placement of ads. Can we remove those or do we still need them? I don't have the 3.1 instructions now so don't know off hand what templates you had us modify.
RedTyger
11-27-2007, 05:29 PM
Question
I had the old version (3.1) installed and I had gone through and put in several template edits that you instructed for the placement of ads. Can we remove those or do we still need them? I don't have the 3.1 instructions now so don't know off hand what templates you had us modify.
Template edits are done just the same in this version, so you can still make use of them if you want. Just make sure you don't use the new automatic template edits or they'll be added twice.
cygy2k
11-27-2007, 05:30 PM
Thanks! And thanks for all the hard work on this, it's truley a great product!!!
RedTyger
11-27-2007, 05:36 PM
i think ai found another problem.
i first installed the old version, then installed v4
this is my site:
http://www.pc-helpforum.be/
now when i click on the shortcut to a post i get a blank page:
example:
http://www.pc-helpforum.be/showpost.php?p=26882&postcount=2
sugestions?
problem2: when i look at the acp to Ad Sharing is see next error:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /admincp/vb_ad_management.php on line 134
karel
I've attached two files to this post, try overwriting them and see if that solves your problem.
vb_ad_management.php goes in your admincp directory.
vb_ad_management.xml is uploaded using your product manager, set overwrite to yes.
redlabour
11-27-2007, 05:42 PM
I have attached the 3.14 version to the main post, uploading the older xml may restore the old settings.
No does not. All Fields are blank now. And i cant find the old File needed in my includes Folder of my Backup. Where are the Settings saved ?
cygy2k
11-27-2007, 05:46 PM
Big Bug--
When activated, nobody can login. You enter your login details and click on the submit button and it takes you to a blank page. You can't even login to the AdminCP. Now you can try loging into the AdminCP and then if you know a link in it get in the back way.
NOTE - this is with a perfectly untouched copyright and footer.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.