Advertisement
How to remove the link Vinaora.com ?
-
- Joomla! Fledgling
- Posts: 2
- Joined: Fri Jul 22, 2011 4:42 pm
How to remove the link Vinaora.com ?
Good morning,
you can remove the link under the Vinaora.com Visitors Counter module for version 2.5? What is the procedure to pay for?
Thanks!
you can remove the link under the Vinaora.com Visitors Counter module for version 2.5? What is the procedure to pay for?
Thanks!
Advertisement
- imanickam
- Joomla! Master
- Posts: 28269
- Joined: Wed Aug 13, 2008 2:57 am
- Location: Chennai, India
Re: How to remove the link Vinaora.com ?
I believe that you are looking for is http://jolastore.com/vinaora-visitors-counter.html.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged
- ISScyborg
- Joomla! Intern
- Posts: 76
- Joined: Mon Jun 04, 2012 1:40 pm
- Location: Slovenia
- Contact:
Re: How to remove the link Vinaora.com ?
I found inside XML file
<div style="margin-top:5px;"><a href="http://vinaora.com/" title="Vinaora Visitors Counter" target="_blank">Visitors Counter</a></div></div>
<!-- Vinaora Visitors Counter >> http://vinaora.com/ -->
its encoded but when i put in comment nothing happen
<div style="margin-top:5px;"><a href="http://vinaora.com/" title="Vinaora Visitors Counter" target="_blank">Visitors Counter</a></div></div>
<!-- Vinaora Visitors Counter >> http://vinaora.com/ -->
its encoded but when i put in comment nothing happen
-
- Joomla! Apprentice
- Posts: 16
- Joined: Tue Mar 27, 2007 1:55 pm
How to remove the footer link on Vinaora Visitors Counter
Hi,
I have searched all through your site and that of http://jolastore.com/vinaora-visitors-counter.html on how to pay and get the footer link removed but its been fruitless. I entered my domain name several times in the box and clicked on add to cart but nothing seem to happen.
Please what do I do to make the payment?
Thanks
Mike
I have searched all through your site and that of http://jolastore.com/vinaora-visitors-counter.html on how to pay and get the footer link removed but its been fruitless. I entered my domain name several times in the box and clicked on add to cart but nothing seem to happen.
Please what do I do to make the payment?
Thanks
Mike
- stutteringp0et
- Joomla! Ace
- Posts: 1389
- Joined: Sat Oct 28, 2006 11:16 pm
- Location: Texas
- Contact:
Re: How to remove the footer link on Vinaora Visitors Counte
edit /modules/mod_vvisit_counter/mod_vvisit_counter.php and comment/remove the last line:
Code: Select all
echo base64_decode($params->get('home'));
My extensions: http://extensions.joomla.org/profile/pr ... ails/18398
Honk if this signature offends you.
Honk if this signature offends you.
- vineetkhurana
- Joomla! Apprentice
- Posts: 24
- Joined: Sat Feb 06, 2010 10:15 pm
- Location: Chandigarh, India
- Contact:
Re: How to remove the link Vinaora.com ?
Simply remove the code: echo base64_decode($params->get('home'));
from line number 254 in modules/mod_vvisit_counter/mod_vvisit_counter.php
from line number 254 in modules/mod_vvisit_counter/mod_vvisit_counter.php
-
- Joomla! Fledgling
- Posts: 3
- Joined: Tue Aug 28, 2012 11:50 am
Re: How to remove the link Vinaora.com ?
Hi Vineetkhurana,
Removing that line of code messes up with my Joomla template positions.
Removing that line of code messes up with my Joomla template positions.
- tsaimsbond
- Joomla! Enthusiast
- Posts: 193
- Joined: Wed Feb 15, 2012 8:28 pm
Re: How to remove the link Vinaora.com ?
Do this trick:
and then in css:
Greetings from Greece, Excuse my poor English.
Code: Select all
echo "<div id=\"vivaora666\">";
echo base64_decode($params->get('home'));
echo "</div>";
Code: Select all
#vivaora666 {display:none;}
-
- Joomla! Fledgling
- Posts: 1
- Joined: Tue Jun 02, 2009 3:33 pm
Re: How to remove the link Vinaora.com ?
Thanks my friend. Very good. Thanks neighboring.
- MOraelin
- Joomla! Enthusiast
- Posts: 177
- Joined: Tue Oct 10, 2006 1:33 pm
Re: How to remove the footer link on Vinaora Visitors Counte
Thank you.
Have reposted this useful tip on other Joomla forums and newsgroups.
There's nothing worse than developers who demand money to remove backlinks!
They should be ashamed.
Have reposted this useful tip on other Joomla forums and newsgroups.
There's nothing worse than developers who demand money to remove backlinks!
They should be ashamed.
From these elements I have come. And to these elements I shall return.
-
- Joomla! Apprentice
- Posts: 17
- Joined: Mon Jan 07, 2013 3:00 pm
- Contact:
Re: How to remove the link Vinaora.com ?
Method 1
Open file:
Find:
Google search Base 64 Decoder
Method 2
Open file:
Find:
Replace with:
Good luck
Open file:
Code: Select all
mod_vvisit_counter.xml
Code: Select all
PGRpdiBzdHlsZT0ibWFyZ2luLXRvcDo1cHg7Ij48YSBocmVmPSJodHRwOi8vdmluYW9yYS5jb20vIiB0aXRsZT0iVmluYW9yYSBWaXNpdG9ycyBDb3VudGVyIiB0YXJnZXQ9Il9ibGFuayI+VmlzaXRvcnMgQ291bnRlcjwvYT48L2Rpdj48L2Rpdj4NCjwhLS0gVmluYW9yYSBWaXNpdG9ycyBDb3VudGVyID4+IGh0dHA6Ly92aW5hb3JhLmNvbS8gLS0+
Code: Select all
<div style="margin-top:5px;"><a href="http://vinaora.com/" title="Vinaora Visitors Counter" target="_blank">Visitors Counter</a></div></div>
<!-- Vinaora Visitors Counter >> http://vinaora.com/ -->
Open file:
Code: Select all
mod_vvisit_counter.php
Code: Select all
echo base64_decode($params->get('home'));
Code: Select all
echo "</div>";
Thanh Le - http://www.dichthuatchaua.com
-
- Joomla! Apprentice
- Posts: 17
- Joined: Mon Jan 07, 2013 3:00 pm
- Contact:
- xbonize
- Joomla! Apprentice
- Posts: 10
- Joined: Tue Feb 28, 2012 3:04 pm
Re: How to remove the link Vinaora.com ?
@homedesignlove
It works like a charm. Thank you!
It works like a charm. Thank you!
-
- Joomla! Apprentice
- Posts: 8
- Joined: Wed Mar 17, 2010 1:22 pm
Re: How to remove the footer link on Vinaora Visitors Counte
Thank you -- So much! Very simple but could not figure this out - it worked perfectly.
- mandville
- Joomla! Master
- Posts: 15157
- Joined: Mon Mar 20, 2006 1:56 am
- Location: The Girly Side of Joomla in Sussex
Re: How to remove the link Vinaora.com ?
if you had read futher up the topic, they only reposted what was posted by others before,xbonize wrote:@homedesignlove
It works like a charm. Thank you!
HU2HY- Poor questions = Poor answer
Un requested Help PM's will be reported, added to the foe list and possibly just deleted
portable mini golf https://www.puttersminigolf.co.uk/
Un requested Help PM's will be reported, added to the foe list and possibly just deleted
portable mini golf https://www.puttersminigolf.co.uk/
Advertisement