Page 1 of 1
Magelo Internal Links
Posted: Fri Sep 25, 2009 3:00 pm
by Koeril
Just curious, is there a way to do a blanket change to the Magelo internal links so that they point to the AllaClone rather than MQEmulator or is it hardcoded? Perhaps a general setting somewhere or something?
Would make it much easier on getting the right info on procs/effects/etc.
Not asking to get them all manually changed as that would br crazy and a waste of time.
Re: Magelo Internal Links
Posted: Fri Sep 25, 2009 3:30 pm
by Topsy
hrmm, i'll look at it. since the pages are dynamic it should just be changing a link from one to the other.
Re: Magelo Internal Links
Posted: Fri Sep 25, 2009 3:48 pm
by Topsy
in /magelo/includes/item.php
line 207,215,230,331
change
Code: Select all
$Output .= "Effect: <a href='http://mqemulator.net/spell.php?id="
to
Code: Select all
$Output .= "Effect: <a href='http://thehiddenforest.dyndns.org/spell.php?id="
on line 223
change
Code: Select all
$Output .= "Focus: <a href='http://mqemulator.net/spell.php?id="
to
Code: Select all
$Output .= "Focus: <a href='http://thehiddenforest.dyndns.org/spell.php?id="
and viola~
Re: Magelo Internal Links
Posted: Fri Sep 25, 2009 4:02 pm
by Lillu
I was about to PM you Topsy

All done, all in, thanks for the feedback and the update too!
Re: Magelo Internal Links
Posted: Fri Sep 25, 2009 4:15 pm
by Topsy
heehee, trying to stay one step ahead of ya
Re: Magelo Internal Links
Posted: Fri Sep 25, 2009 4:15 pm
by Koeril
Awesome work Topsy!