It is currently Thu Aug 28, 2008 7:53 pm

LinkExchange component with categories and backlink checking

Discuss the development and implementation of Joomla! components here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.

LinkExchange component with categories and backlink checking

Postby Murz on Wed Nov 09, 2005 3:54 pm

I've create a modified version of "MOS LinkExchange v 1.6" component with this features:

com_linkexchange version 2.1.1 have these improvements:
+ Added categories
+ Optionally hide rating and hit count.
+ Optionally show direct links
+ Changed admin interface to look like Joomla admin
+ Changed installing process, redused component file size

Download this version you can here: http://devel.shtrix.ru/joomla/com_linke ... _2.1.1.zip

PS: Sorry for my English ;)
Murz
Joomla! Fledgling
Joomla! Fledgling
 
Posts: 1
Joined: Mon Oct 31, 2005 8:47 am

Re: LinkExchange component with categories and backlink checking

Postby eyezberg on Wed Nov 09, 2005 8:23 pm

spasiba! (sorry for my russian..)

looks like a usefull component for some sites.. :;)
Sometimes one pays most for the things one gets for nothing.
The important thing is not to stop questioning. Curiosity has its own reason for existing. AE
http://joomla15.blogspot.com for J! 1.5 screenshots
http://www.eyezberg.com
User avatar
eyezberg
Joomla! Hero
Joomla! Hero
 
Posts: 2853
Joined: Thu Aug 25, 2005 5:48 pm
Location: Geneva mostly

Re: LinkExchange component with categories and backlink checking

Postby kenmcd on Wed Nov 09, 2005 8:38 pm

Murz - looks great!

Do you have links to any sites using your new version?
Do you have a demo somewhere?

I would like to add LinkExchange to this list:
Resources: Joomla Components, Modules, and Mambots
http://forum.joomla.org/index.php/topic,16398.0.html

Thanks.
User avatar
kenmcd
Joomla! Hero
Joomla! Hero
 
Posts: 2441
Joined: Thu Aug 18, 2005 2:09 am
Location: California

Re: LinkExchange component with categories and backlink checking

Postby mzb on Fri Dec 02, 2005 12:26 am

I have installed it and all is fine except when a site is submitted the following error is given:

Fatal error: Cannot instantiate non-existent class: moslinkexchange in /home/mydomain/public_html/v1/components/com_linkexchange/linkexchange.php on line 806

so far it looks to be exactly what I'm looking for any help with this would be greatly appreciated ???
mzb
Joomla! Fledgling
Joomla! Fledgling
 
Posts: 2
Joined: Mon Nov 28, 2005 10:18 pm

Re: LinkExchange component with categories and backlink checking

Postby passage on Mon Dec 05, 2005 9:54 am

Anyone found a solution for the bug reported here?

Passage
En for alle, alle for Joomla! / One for all, all for Joomla!
Travel agency: http://www.fjordtourscruises.com --> Creating Fjord Adventures
Joomla in Norway: http://www.joomlainorge.no --> Norwegian Joomla association
passage
Joomla! Enthusiast
Joomla! Enthusiast
 
Posts: 173
Joined: Thu Sep 15, 2005 7:13 am

Re: LinkExchange component with categories and backlink checking

Postby biobourgogne on Mon Dec 12, 2005 1:01 pm

I installed your nice component but please could you tell me how we display it on the page ? Thank you,

Eric
biobourgogne
Joomla! Fledgling
Joomla! Fledgling
 
Posts: 1
Joined: Mon Dec 12, 2005 12:59 pm

Re: LinkExchange component with categories and backlink checking

Postby meadwench on Wed Dec 28, 2005 3:41 am

Huh, installed ok, got some links in, but look here: http://www.gotmead.com/index.php?option ... nkexchange I get a blank page on display, and I can't figure out what isn't working.

Any ideas? I'd love to use this, it works great on the backend, but getting it to display has stumped me so far......
Vicky Rowe
http://www.gotmead.com
"I feel the need, the need....for MEAD!"
Joomla v1.0.15
SMF - running unbridged
VBulletin - testing, will run BBPixel to bridge
User avatar
meadwench
Joomla! Enthusiast
Joomla! Enthusiast
 
Posts: 100
Joined: Mon Nov 21, 2005 3:10 pm

Re: LinkExchange component with categories and backlink checking

Postby ak on Fri Jan 06, 2006 4:01 am

Very Nice. The thing is it would be nice to have custom banner sizes as I use 600x60 banners for my site. Think this can be done?
ak
Joomla! Apprentice
Joomla! Apprentice
 
Posts: 19
Joined: Fri Nov 25, 2005 11:57 pm

Re: LinkExchange component with categories and backlink checking

Postby dayworks on Thu Feb 16, 2006 2:09 pm

Hi everyone. I downloaded and installed LinkExchange v.2.2.1 and so far have identified four sets of problems with this newer version of the component. There may be others, but I'm not yet familiar enough with the component to say for sure.

Here's the ones I've found so far:
1) Classes missing from linkexchange.class.php
2) Six lines or so of language definitions missing from the "Config Component" area of the english.php file.
3) Russian language in the linkexchange.php file between lines 315 and 345 that needs to be replaced with your own language (ideally by calls to the component's language file).
4) No image directory or images installed in admin/components/com_linkexchange.

Problems 2, 3 and 4 will only affect you if you wish to show hits (incoming and outgoing) and ratings. If you turn those things off in the backend, you can run LinkExchange by fixing Problem number 1 only. It is the reason so many folks have experienced "Fatal error: Cannot instantiate non-existent class: moslinkexchange in ... " as well as other fatal errors most likely.

In order to try to keep this short and sweet I've attached a text file to this post that includes a classes fix and a backend language fix for problems 1 and 2.
-- To fix problem 1: copy the classes fix (fifty lines) and paste it into linkexchange.class.php (located in admin/components/com_linkexchange) after line 113 or so.
-- To fix problem 2: copy the backend language fix (six lines) and paste it into the english.php file (located at admin/components/com_linkexchange/language) around line 117 or so.

As for problems 3 and 4, you can do the following for right now:
-- To do a quick fix for problem 3: find the Russian language that is used between lines 315 and 345 (believe me, you'll know it when you see it) in linkexchange.php (located in components/com_linkexchange) and replace it with your own language.
-- To do a quick fix for problem 4: download a copy of the original LinkExchange component, unzip it and upload the images directory (and its contents of course) to admin/components/com_linkexchange.

Like I mentioned earlier, there may be other problems with the newer LE I'm not aware of yet, but I have applied fixes 1 and 2 to a v.2.2.1 installation and the component seems to be working like a charm. I haven't bothered with 3 or 4 yet since I don't use those things and what the component needs really is a GOOD fix for those two items.

Anyway, I hope that I haven't confused anyone here and that some of you may find this post of help.
You do not have the required permissions to view the files attached to this post.
I used to have a life. Now I have nameservers.
User avatar
dayworks
Joomla! Apprentice
Joomla! Apprentice
 
Posts: 16
Joined: Thu Aug 25, 2005 2:29 pm
Location: Austin, TX

Re: LinkExchange component with categories and backlink checking

Postby maxa on Wed Jun 07, 2006 9:12 am

Has anyone tried the version 3.0.2? I installed it but I can't figure out how to submit a new link from the frontend, so I guess something is wrong...
Last edited by maxa on Wed Jun 07, 2006 9:25 am, edited 1 time in total.
User avatar
maxa
Joomla! Guru
Joomla! Guru
 
Posts: 523
Joined: Sat Aug 27, 2005 11:07 am
Location: Sweden

Re: LinkExchange component with categories and backlink checking

Postby aravot on Sat Aug 05, 2006 1:46 am

maxa wrote:Has anyone tried the version 3.0.2? I installed it but I can't figure out how to submit a new link from the frontend, so I guess something is wrong...


Version 3.0.2 is totally different is not the same component.
User avatar
aravot
Joomla! Guru
Joomla! Guru
 
Posts: 971
Joined: Thu Aug 18, 2005 1:16 am
Location: Glendale, CA, USA

Re: LinkExchange component with categories and backlink checking

Postby maxa on Sat Aug 05, 2006 11:02 pm

I went for LinX and am happy with it. Beautiful Link Exchange component.
User avatar
maxa
Joomla! Guru
Joomla! Guru
 
Posts: 523
Joined: Sat Aug 27, 2005 11:07 am
Location: Sweden


Return to Components

Who is online

Users browsing this forum: effi, JavaJed, michael.suddes and 4 guests