• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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