Missing images

Posted:
Sat Jan 20, 2007 5:58 am
Author: DjPorkchop
No biggie but image is missing and will not show up. the path is correct to the image and yes, image is in the folder.
http://www.mweva.com/portal/album_showpage.php?pic_id=2This part should go in the mods topic BUT its missing images too. Teelks Color mod all of the move up and down images are missing as well as the paths to get to an image appear to not have been coded into the mod at all.
http://www.mweva.com/portal/album_showpage.php?pic_id=1
Re: Missing images

Posted:
Sat Jan 20, 2007 11:10 am
Author: Frost
for the first part, show me your templates/yourtemplate/admin/index_navigate.tpl
Re: Missing images

Posted:
Sat Jan 20, 2007 11:20 am
Author: DjPorkchop
Its the default Integra2 template. <img> BUT here goes
- Code: Select all
<script><!-- var menuVersion = "Slide Menu v1.0.0"; /************************************************************* * DHTML Slide Menu for ACP MOD * * Copyright (C) 2004, Markus (phpMiX) * This .script is released under GPL License. * Feel free to use this .script (or part of it) wherever you need * it ...but please, give credit to original author. Thank you. <!-- s] = new menuCat('{catrow.MENU_CAT_ID}', {catrow.MENU_CAT_ROWS});<END> function getObj(obj){ return ( document.getElementById ? document.getElementById(obj) : ( document.all ? document.all[obj] : null ) );}function displayObj(obj, status){ var x = getObj(obj); if( x && x.style ) x.style.display = status;} var queueInterval = 20; // milliseconds between queued steps.var execInterval = 0;var queuedSteps;var currentStep; function queueStep(o, s){ this.obj = o; this.status = s;}function execQueue(){ if( currentStep <queuedSteps>= 0; i-- ) { queuedSteps[currentStep++] = new queueStep(catName+'_'+i, 'none'); } queuedSteps[currentStep++] = new queueStep(catName, 'none'); } if( currentStatus == 'none' ) { queuedSteps[currentStep++] = new queueStep(currentCat, 'block'); for( var i=0; i <menuCats></script><table><tr> <td><a><img></a></td> </tr> <tr> <td> <table><tr> <th>{L_ADMIN}</th></tr><tr> <td><a>{L_ADMIN_INDEX}</a></td></tr><tr> <td><a>{L_FORUM_INDEX}</a></td></tr><tr> <td><a>{L_PREVIEW_FORUM}</a></td></tr><tr> <td><a>{L_PORTAL_INDEX}</a></td></tr><tr> <td><a>{L_PREVIEW_PORTAL}</a></td></tr><BEGIN><tr> <td><span>{catrow.ADMIN_CATEGORY}</span></td></tr> <tr> <td> <div> <table><BEGIN><tr> <td><div><a>{catrow.modulerow.ADMIN_MODULE}</a></div></td></tr><END> </table> </div> </td> </tr><END></table></td></tr></table><br><div><span><script><document></script></span></div>

Posted:
Sat Jan 20, 2007 1:36 pm
Author: tmotley
Alternatively for the first part, I went into /images/ and changed the name of the image to have uppercase b's so the image would match the admin index file.
Re: Missing images

Posted:
Sat Jan 20, 2007 1:48 pm
Author: DjPorkchop
thx guys. I got it working now. Mucho gracias amigos Now on to the missing images in the mod Teelk did for color groups.
thx again for the responses