From: <wol...@ma...> - 2004-05-02 09:07:20
|
To Onokazu or some one who can fix code, When we post new post. Click "image" to add picture. The POP Up window will Show Up your Website logo. and use error picture size. The Website logo will not show currect image size, To solve this Bug. Please follow this instruction 1. use UltraEdit open file in : /modules/system/templates/system_imagemanager.html line 48 /modules/system/templates/system_imagemanager2.html line 29 (Two line should be the same code) <img src="<{$xoops_url}>/images/logo.gif" width="150" height="80" alt="" /> 2. Del width="150" height="80" code 3. Go to system module and renew it Finish. If you don't use default template theme. please do step 4 4. Go to system module and see system_imagemanager.html → copy this code to your custom template right place. Same as system_imagemanager2.html ----- Original Message ----- From: "Geoff Gibbs" <geo...@bt...> To: <xoo...@li...> Sent: Saturday, May 01, 2004 8:08 PM Subject: [Xoops-development] Bug fix > Hi, > > I'm new to this list and have a fix for bug 920480 "xoops_substr adds three dots (...)". > > Where or should I send the patch to? > > -- > Geoff Gibbs > http://www.world-of-geoff.co.uk > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Xoops-development mailing list > Xoo...@li... > https://lists.sourceforge.net/lists/listinfo/xoops-development > |