35.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

06-14-2014, 02:47 AM
Post: #1
install PTC Evolution addon?
Hi how to install addon for ptc evolution 4.6?
06-14-2014, 11:04 AM
Post: #2
RE:
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
06-20-2014, 02:04 PM
Post: #3
RE:
Please share it
06-23-2014, 09:31 PM
Post: #4
RE:
BUT IN ADMIN ITS AKING TO UPLOAD .XML FILE..
06-23-2014, 10:03 PM
Post: #5
RE:
hOW TO LINK CROWDFLOWER.PHP IN THE PTCEVOLUTION 4.6...IN WHICH FILE IT HAS TO DONE...SUPPORT PLEASE
6.gif
09-06-2014, 11:45 PM
Post: #6
RE:
(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>




14.gif