• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • šŸ˜Œ This community is user driven. Be polite with other users.
    • šŸ‘‰ Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • šŸ’ø Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Cant add ads on site ?

Resul

Chevereto Member
Hi,

When i try to put this code on site
<script src="http://www.trafficrevenue.net/loadad.js?username=******"></script>
but when i put on themes/view.php i cant uploud more than 1 photo in fact they uplouded but i cant get code for others but just for one.

Can anybody tell me where to put or in which file to put that code to show ads and dont have other problems.

Thnx !
 
Just FYI, the "?uploaded" view is just visible for the person which just upload the files, therefore there is not so much ad revenue in placing ads in that view.
 
I don't understand the question, please more details. Btw, try to add the codes or something to know with what are you dealing.

Keep in mind that this is not the same as a support question so try to be 110% clear and provide full details of the whole scenario, even add pictures of what you want as result.
 
I think he wanted ads at this places,as per acc to that pic.

NDwOW.jpg
 
In imageixxxy.com they don't even have the multiupload function... But anyway, view.php triggers both single and multiupload result.

If you want a specific banner for each uploaded image on a multiupload instance you have to make your way into the peafowl.php js file, to load the banner into each image change instance.

If you want a single groupĀ“of banners just edit the view.php file, also you may want to edit footer.php and header.php, all of them in includes/content/themes
 
Try to cange this:
Code:
<?php include_theme_footer(); ?>
<script src="http://www.trafficrevenue.net/loadad.js?username=resulrexha"></script>

to this:
Code:
<script src="http://www.trafficrevenue.net/loadad.js?username=resulrexha"></script>
<?php include_theme_footer(); ?>
 
Rodolfo said:
Try to cange this:
Code:
<?php include_theme_footer(); ?>
<script src="http://www.trafficrevenue.net/loadad.js?username=resulrexha"></script>

to this:
Code:
<script src="http://www.trafficrevenue.net/loadad.js?username=resulrexha"></script>
<?php include_theme_footer(); ?>


Same.
 
Back
Top