Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
Resize [img] linked images (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Resize [img] linked images
#53220
Re:Resize [img] linked images 5 Months ago  
IS there a way to get a code patch for just this issue for v. 1.0.4.?
zuze (User)
Junior Boarder
Posts: 34
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54692
Re:Resize [img] linked images 4 Months, 1 Week ago  
Is there a patch to this bug for 1.0.4 ?
ragots (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54740
Re:Resize [img] linked images 4 Months, 1 Week ago  
Hmm I did get this solved in this thread.. here is the LINKY

viet4777 provides the file as well. What I like about his solution is that in your FB backend, you can set what your parameters are for images. I set mine to 500 x 500 and bam all these humongouse images they were linking were reduced proportionally in the threads. It does not fix old linked images, just the images that are linked or uploaded after you have either ftp'd or edited this file. Just read the thread at that linky and it will make sense..

Good luck!
furryferret (User)
Junior Boarder
Posts: 31
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#54750
Re:Resize [img] linked images 4 Months, 1 Week ago  
Thank you

The file to change is

viet4777 wrote:
File Attachment:
File Name: interpreter_fireboard_inc.zip
File Size: 6814

You can look at the file interpreter.fireboard.inc.php to find out the code. Find word 'img'.

You should give the max width at backend for Fireboard configuration.

I tested with IE (>=6.x) and FF.

Demo: luyenkim.net/home9/component/option,com_...d,2314/lang,vi/#2021






source link: www.bestofjoomla.com/component/option,co.../limitstart,0/#52797
ragots (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/29 14:30 By ragots.
 
The administrator has disabled public write access.  
#54768
Re:Resize [img] linked images 4 Months, 1 Week ago  
i think it is about smile.class.php

when it turns [img... to <img there is two variable $2 is image url and $1 is width of image where you enter in [Img size=xyz]http:/.......[/img]

i mean the variable $1 = xyz so use it like
Code:

width="$1""
in smile.class.php

and here i made imageshack.us integration by modifying some codes

www.bestofjoomla.com/component/option,co...w/id,54597/catid,75/
toofunal (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/29 21:32 By toofunal.
 
The administrator has disabled public write access.  
Go to top