[ Video Sharing CMS v4 ] [3.6] Some ads position are not working

Started by TigerClaw,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TigerClawTopic starter

Hello,

it seems I can make the ads appear only using the "Top Comments" and "Related Videos Top".

I'm using 3.6 and I checked server permissions and deleted the cache. Checking the page source I can't see the ad code anywhere.
  •  

PHPVibe A.

All other positions? o.O
Do the cache files actually get deleted?

TigerClawTopic starter

yes they do. I checked on the server and I also tried to delete the one working and everthing is ok.
Is it working correctly on your side?

I also tried to insert a random text code like 1221h21hj and search for in the source page but I can't find it. It doesn't get inserted at all
  •  

PHPVibe A.

Upgrade or fresh install?
Does the ad show under the ads manager?

TigerClawTopic starter

The profile ad also works correctly.
It is not a fresh install, I upgraded from 3.5 to 3.6 overwriting all files except the config.
Yes I can see the ads list in the ads manager
  •  

PHPVibe A.


TigerClawTopic starter

Checking the code the ad is inserted inside in videolist.php correct?

<div id="videolist-content" class="main-holder pad-holder span8 top10 nomargin">
<?php echo _ad('0','video-list-top');
include_once(TPL.'/video-loop.php');
 echo _ad('0','video-list-bottom');
?>
</div>
<?php if (!is_ajax_call()) { right_sidebar();  } ?>


I tried to hard code it with <?php echo ('TESTSPONSOR'); but I can't see it in the source.

When I hard code it inside "user_videos.php" I can see it immediately.
  •  

TigerClawTopic starter

Am I wrong or the 300x250 banner of MrDevil is the Related Videos Top position?
I don't see any ads at the top or the bottom of the MrDevil user videos list.
  •  

PHPVibe A.

Yes, that's the top of related one.
There is no spot on top or under on the profile/video list of user, but you can add it from the admin and paste the php function there.

TigerClawTopic starter

Ok I understood so these position:

Video List Top
Video List Bottom
Video Loop

Where are used? Sorry but I can't find where the output is on the video page.

Thanks
  •  

PHPVibe A.


Similar topics (7)