• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Custom/own ad spot

Started by ASDF,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ASDFTopic starter

HI Alexander, can you tell me how can i make custom/own ad spot.
for eg-Profile-left.....like profile-right.
  •  

PHPVibe A.

You simply create an add and add tha custom position, then under ads you get the auto generated function and place it in the template file.

ASDFTopic starter

Is it what you are asking me to do?...It didn't worked.
If not,please guide me.
  •  

PHPVibe A.

Ok, did you place
_ad('0', 'Profile-left')
in the tpl/main/profile.php left sidebar area?

Custom spots are not automated, you need to place them/code them yourself.

ASDFTopic starter

Tried twice..but didn't worked.
At first attempt-instead of displaying the ad at left side it showed it at the right side and the second time,it didn't worked.
  •  

PHPVibe A.

Not sure what you are doing there, but it's wrong :) It's a simple process. Where you wish to position it (circle the zone in a picture)

ASDFTopic starter

Just under the profile of a user---profile-left....like there's a profile-right on the same page.
  •  

PHPVibe A.

Under subscribers, down? Or under username? There is no sign on that picture

ASDFTopic starter

yes...under the subscribers....below admin.
  •  

PHPVibe A.

Find this:

?>
</div>
<div id="profile-content">


Change it to
echo _ad('0','Profile-left');
?>
</div>
<div id="profile-content">

ASDFTopic starter

  •  

Similar topics (7)