Quote:
Originally Posted by AndrewD
*Edited*
I think I understand. I've removed the possibility to download images for extra attributes. The fix is straightforward. (Line numbers assume that you have installed version 2.3.0-RC5 - they might be slightly different with earlier versions.)
Edit includes/local_links_entities.php, around line 1159 find:
PHP Code:
case ENTITY_TYPE_IMAGE :
case ENTITY_TYPE_IMAGEUPLOAD :
if ($links_defaults['link_imagesize']) {
$entityimgurl = $RESIZE_SCRIPT.'.php?'.$vbulletin->session->vars['sessionurl'].'linkid='.$linkid.'&entityid='.$entityid;
and add line after:
PHP Code:
$entitysave = ldm_seo_url("jump", $linkcatid, $linkid, $entityid, $pagenumber);
Edit includes/local_links_main_fetch.php, around line 547 fine:
PHP Code:
entity.entityvalue AS linkurl, entity.entityvalue AS linkfile,
and change to:
PHP Code:
entity.entityvalue AS linkurl, '' AS linkfile,
(that is two single quotes, not one double quote)
|
Thanks for the little update Andrew, worked really nice, after that I just needed to edit "links_entitymarkupbit" to make it look different.
Now, it is odd, i put align="center" and it is not in the middle o_O
Either way, it works and that's the most important thing.
Thank you very much!!
Take a look:
http://www.ositobarrigon.com/links.p...d=3&linkid=376