![]() |
Quote:
|
Quote:
|
Quote:
|
Does this work with 3.6.2?
|
yes it works on 3.6.2
|
nice one, thanks alot!
|
Its not working for me :(.. i have added the ADS but they arent showing.!
|
Not working for me :(
Header code: Code:
<!-- logo --> Code:
<?php PAN is installed in this directory: Code:
ftp://ftp.thetradingforums.com/public_html/forums/phpAdsNew/ I've tested PAN outside vbulletin, and it works fine. |
What is the syntax to select Wide Skyscraper banners based on one or more keywords?
For example, I want a wide skyscraper banner on the right side of my forum and I want baners selected based on the page meta keywords. |
Will this work with vb 3.62 and the latest phpadsnew?
|
Quote:
Where's the developer? |
Anyone willing to help me set this up? I have phpadsnew and the plugin installed but cant get the test banenr to show up.. I am willing to pay if someone can help me.. PM me if you are interested
|
when i tried it, i got a problem saving the template?!! when i reload the page, the argument <ad what="zone:12" /> is just not there
any ideas |
Quote:
Why is it such a booger to get it set up with vBulletin? Are you saying you simply added all the phpAdsNew banner codes into the header template? Please elaborate as I would like to use phpAdsNew to manage about 8 small banners. Thank you, Mark www.f-bodyhideout.com/forums |
actually with all the sudden everything is working extremely great right now, one thing though, what are the available arguments for this patch?! u mentioned only 3 in the first post, any more commands?
p.s: thanks a million |
so i cant display ads on my site using phpadsnew without installing this hack?
|
Great mod!
Quick question... How do I get it to display a banner that has a keyword found in the forum title? I'm currently using... <ad what="$foruminfo[title]|default" /> The idea is for it to first display an ad related to that particular forum and if there is no ad with that keyword then just use one of the default ads. However, it's not working right... any help or insight would be much appreciated! |
will this work with 3.6.3 ??? Just looked at the features and I loving it already. I'm going to installed it if it will work with 3.6.3
thanks |
I'm using it with 3.6.3 without any issues
|
thanks, Íll try it now
|
This is ONE of the only 3 mods i have installed on my forums right now... Great job.
|
this mod is great!
it work with 3.6.x many thX coder ;) |
It's working good in 3.6.4.
I have a PhpAdsNew question. If I use on the same page 2 tags: <ad what="zone:1" /> and <ad what="zone:2" /> I want to display the same banner type in both areas. Basically, the zone 1 is a 468x60 banner and zone 2 is a 120x600 banner. So, when I refresh the page I would like to have both banners displayed from the same clientid. Any tips on how to do this? Is there a way to insert into the <ad what /> tag a specific variable? Something like: Code:
<ad what="zone:1|$clientid" /> |
For some reason, I can not get my Admin CP to save the phpadsnew location. When I am logged in and try to save the new location, the ACP repeatedly keeps on asking for me to log in - and the location doesn't get saved.
Any idea why this is happening? Thanks! |
I hardcoded the path into script, that's why I probably don't have this error.
|
I resolved the problem. The newest phpadsnew lib files weren't present in the includes folder of the forum. After copying them over, it works like a charm.
|
I resolved my problem also, I uninstalled the hack and wrote my onw version. :)
Not the same solution, but works really good, plus less code to process. |
I'd like to use a conditional that excludes ads being shown based on one of the user' cutom profile field. More specifically ads that are targetted to men shouldn't be shown to women and vice versa.
The profile field is either: Male / Female The ads that are for men contain this keyword: MenOnly The ads that are for women contain this keyword: WomenOnly The install instructions suggest using this invocation using template conditionals: <if condition="$bbuserinfo['usergroupid']==1"><ad what="" /></if> Based on that what would the conitional be that I'd need to use for: don't show banners containing "MenOnly" if the profile field = Female don't show banners containing "WomenOnly" if the profile field = Male |
It is recommended to set $phpAds_config['compatibility_mode'] = true; in phpAdsNew config file.
I need to change the setting to try get this this plugin to work - if it's set as 'false' then the forum stops with a mySQL error when I edit the templates. I've already got PAN running ok without this plugin. The moment change the setting in the config file all of the banner ads stop displaying. What could be the cause of this? |
GREAT MOD!!! First mod I've installed on vBulletin and it couldn't be much simpler. Thanks for the great work! (Once I get my site up and running I plan to express my gratitude with a small portion of the ad revenue:D )
|
The www.phpadsnew.com site is not working for me.
|
any idea why this wont work in 3.6.4?
it just won't save the template when i drop the code into it. |
That's certainly not this mod's problem. sounds like you have other problems.
The way this mod works, it is almost completely autonomous from the version you are running. I think this would mod would more then likely run on any version. |
First of all thank you for this hack.
I have a banner on the navbar and I want it to be different in different forums. I put this code in the navbar template: PHP Code:
Now I want, for example, to put zone:44 in forum 105 and zone:43 in forum 104 and zone:37 anywhere else. But if I put his code in the template: PHP Code:
Can somebody please tell me how to solve this problem? |
solved:
PHP Code:
|
I cannot get this working. It used to work, but when I switched to a new server, it stopped working with the codes in vBulletin. phpAdsNew still works fine, but I'd like to use the <ad what="___" /> codes.
I'm running phpAdsNew 2.0.9-pr1, vBulletin 3.6.4 with vBSEO 3.0.0 RC6, version 1.0.4 of this plugin, PHP 4.3.9 and MySQL 4.1.20 The zone tags are getting inserted properly, for example: HTML Code:
<td width="50%" align="right"> It's frustrating because it used to work perfectly until I moved to a new server. Any clues? You can see it in (in)action here: http://www.bigblueball.com/forums/ms...st-stored.html There should be a PAN-served graphic advert to the right of the Google Adsense medium rectangle. |
does this work for 3.6.x ?? if not any proposals for the release to 3.6.x ??
|
Quote:
|
It is recommended to set $phpAds_config['compatibility_mode'] = true; in phpAdsNew config file.
I need to change the setting to try get this this plugin to work - if it's set as 'false' then the forum stops with a mySQL error when I edit the templates. I've already got PAN running ok without this plugin. The moment change the setting in the config file all of the banner ads stop displaying. What could be the cause of this? |
Nothing is working for me on 3.6.4. I have PAN hosted on another server and want to access it from the forum.
I have the invocation code in the header portion of my style template and have tried the php and javascript versions. No image is showing but it does seem to show movement from the other server as it is contacting the other location. First question- how can I verify that my PAN is working right? Do I need to create a .php file and if so what code goes there to test it- the invocation code? Second- Will this work on this version? Thanks in advance! |
All times are GMT. The time now is 07:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|