Page Index Toggle Pages: 1 [2]  Send TopicPrint
Hot Topic (More than 10 Replies) ImageShack Uploader for YaBB 2.5AE - V.2.2 (Read 1544 times)
d1jl
New Member
*
Offline


I love YaBB 2.2.5!

Posts: 24
Location: So. Cal.
Joined: Mar 29th, 2006
Re: ImageShack Uploader for YaBB 2.5AE - V.2.2
Reply #15 - Aug 12th, 2013 at 2:20am
Print Post  
I did a manual install of this MOD.
You can see below, why the search for string in SOURCES/LOAD.pl did not work.
All of the other pages worked fine.
Maybe it is because I made some minor changes in the forum settings.


This is the line in Load.pl
       ${$uid.$user}{'weburl'} = (${$uid.$user}{'weburl'} && (${$uid.$user}{'postcount'} >= $minlinkweb || ${$uid.$user}{'position'} eq 'Administrator' || ${$uid.$user}{'position'} eq 'Global Moderator')) ? qq~<a href="${$uid.$user}{'weburl'}" target="_blank">~ . ($sm ? $img{'website_sm'} : $img{'website'}) . '</a>' : '';

This is the search line in the mod.
     ${$uid.$user}{'weburl'} = ${$uid.$user}{'weburl'} ? qq~<a href="${$uid.$user}{'weburl'}" target="_blank">~ . ($sm ? $img{'website_sm'} : $img{'website'}) . '</a>' : '';


By placing the edit above the line in the Load.pl (shown on top) this mod works correctly in YaBB 2.5.2

This is a great MOD.

Dave
« Last Edit: Aug 12th, 2013 at 10:13am by d1jl »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 [2] 
Send TopicPrint