Best Blackhat Forum

Full Version: install PTC Evolution addon?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi how to install addon for ptc evolution 4.6?
upload addon folder to main dir where u have evolution and go to admin page n in module from there u can install

if u need more info please le me know
Please share it
BUT IN ADMIN ITS AKING TO UPLOAD .XML FILE..
hOW TO LINK CROWDFLOWER.PHP IN THE PTCEVOLUTION 4.6...IN WHICH FILE IT HAS TO DONE...SUPPORT PLEASE
(06-23-2014 10:03 PM)anandc90 Wrote: [ -> ]hOW TO LINK CROWDFLOWER.PHP IN THE PTCEVOLUTION 4.6...IN WHICH FILE IT HAS TO DONE...SUPPORT PLEASE
find in templates\ModernBlue
header.tpl file
add
find this
<li><a href="index.php?view=advertise" {if $smarty.get.view=='advertise'}class="current"{/if}></span>{$lang.txt.advertise}</a></li>

add here below code

this code
{if $settings.CROWDFLOWER == 'yes'}

<li><a href="CROWDFLOWER.PHP" class="current"{/if}></span>CROWDFLOWER</a></li>
{/if}

or just this
<li><a href="CROWDFLOWER.PHP" class="current"{/if}></span>CROWDFLOWER</a></li>
Reference URL's