The Arcive of vBulletin Modifications Site. |
|
BritePic BBCODE (Monetize and bring life to your images) Details »»
|
|||||||||||||||||||||||||||
|
BritePic BBCODE (Monetize and bring life to your images)
Developer Last Online: Nov 2023
**************veenuisthebest*****************
*************Visit Tech6.com*************** Just found it while surfing the web. Its an AdBrite technology. Check out the demo here. http://www.britepic.com/ What is BritePic?
BritePic adds the following features to the images on your website:
2. Now go to admincp->BBCODE Manager->Add New BBCODE Title:- BritePic Tag:- britepic Replacement:- Code:
<script>
britepic_id="Your unique BritePic ID";
britepic_src="{param}";
</script>
<script src="http://www.britepic.com/britepic.js"></script>
<noscript>
<img src="{param}">
</noscript>
Description:- Allow users to add BritePics to their posts. Rest leave default and Save. Do not forget to put your BritePic ID in the Replacement code above. 3. DONE Limitations:-
Do not forget to Mark as Installed if you find it useful.. ![]() Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Great mod! .... is there a way we can just change the default image tags .... to this? That would make all the images on the site with ads ...
|
|
#3
|
||||
|
||||
|
if i'm not wrong.. that would require some serious code editing
cannot think of it right now .. btw.. you forgot to click install
|
|
#4
|
||||
|
||||
|
NO WAY!
![]() now I'm really become a millionaire
|
|
#5
|
||||
|
||||
|
you can buy Adobe then..
|
|
#6
|
||||
|
||||
|
Yes, by one edit to class_bbcode.php file.
|
|
#7
|
|||
|
|||
|
can you show me how to do that?
|
|
#8
|
||||
|
||||
|
|
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
||||
|
||||
|
By the way:
In order to be XHTML 1.0 Transitional compatible, the code must be like this: HTML Code:
<script> <!-- britepic_id="Your unique BritePic ID"; britepic_src="{param}"; // --> </script> <script type="text/javascript" src="http://www.britepic.com/britepic.js"></script> <noscript> <img src="{param}" alt="" /> </noscript> Regards |
![]() |
|
|