Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 7:46 pm (All times are UTC )

 


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.



Post new topic Reply to topic  [ 12 posts ] 
Author Message
Posted: Wed Nov 09, 2005 3:54 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Oct 31, 2005 8:47 am
Posts: 1
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 ;)


Top
  E-mail  
 
Posted: Wed Nov 09, 2005 8:23 pm 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 25, 2005 5:48 pm
Posts: 2801
Location: Geneva mostly
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


Top
  E-mail  
 
Posted: Wed Nov 09, 2005 8:38 pm 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Thu Aug 18, 2005 2:09 am
Posts: 2817
Location: California
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.

_________________

██ AllVideos Reloaded extension Help forum

http://joomlacode.org/gf/project/allvideos15/forum/?action=ForumBrowse&forum_id=7581


Top
   
 
Posted: Fri Dec 02, 2005 12:26 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Nov 28, 2005 10:18 pm
Posts: 2
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 ???


Top
  E-mail  
 
Posted: Mon Dec 05, 2005 9:54 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Sep 15, 2005 7:13 am
Posts: 171
Anyone found a solution for the bug reported here?

Passage

_________________
En for alle, alle for Joomla! / One for all, all for Joomla!
Web design Agency: http://www.webverksted.no --> Making the web beautiful with Joomla!
Member of Joomla! in Norway: http://www.joomlainorge.no --> Norwegian Joomla! association


Top
  E-mail  
 
Posted: Mon Dec 12, 2005 1:01 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Dec 12, 2005 12:59 pm
Posts: 1
I installed your nice component but please could you tell me how we display it on the page ? Thank you,

Eric


Top
   
 
Posted: Wed Dec 28, 2005 3:41 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Nov 21, 2005 3:10 pm
Posts: 102
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
VBulletin 3.7.3 Patch Level 1 - running BBPixel Jvb bridge


Top
   
 
Posted: Fri Jan 06, 2006 4:01 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Fri Nov 25, 2005 11:57 pm
Posts: 19
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?


Top
  E-mail  
 
Posted: Thu Feb 16, 2006 2:09 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 25, 2005 2:29 pm
Posts: 17
Location: Austin, TX
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.


Top
   
 
Posted: Wed Jun 07, 2006 9:12 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sat Aug 27, 2005 11:07 am
Posts: 531
Location: Sweden
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...

_________________
http://www.indell.se/webbhotell
http://www.resekatalogen.se


Last edited by maxa on Wed Jun 07, 2006 9:25 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Sat Aug 05, 2006 1:46 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 1:16 am
Posts: 961
Location: Glendale, CA, USA
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.

_________________
http://www.virtuemart-extensions.com


Top
  E-mail  
 
Posted: Sat Aug 05, 2006 11:02 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sat Aug 27, 2005 11:07 am
Posts: 531
Location: Sweden
I went for LinX and am happy with it. Beautiful Link Exchange component.

_________________
http://www.indell.se/webbhotell
http://www.resekatalogen.se


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group