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?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Auto-Scale Pictures! (1 viewing) (1) Guest
Go to bottom Favoured: 3
TOPIC: Auto-Scale Pictures!
#57172
Re:Auto-Scale Pictures! 2 Months, 3 Weeks ago  
may be activation of Joomla Mambot Support in fireboard configuration.

forgot to add.



have you done this hack?
Aparently the mambot support is not joomla 1.5 plugin support. you will need to do a code hack.
jasonrhl (User)
Junior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/08/28 11:21 By jasonrhl. Reason: fix link
 
The administrator has disabled public write access.  
#57174
Re:Auto-Scale Pictures! 2 Months, 3 Weeks ago  
The link is not working.
rjsorto (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57177
Re:Auto-Scale Pictures! 2 Months, 3 Weeks ago  
rjsorto wrote:
The link is not working.

fixed
jasonrhl (User)
Junior Boarder
Posts: 52
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#57223
Re:Auto-Scale Pictures! 2 Months, 3 Weeks ago  
It works!

Thank you jasonrhl!
rjsorto (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#58331
Re:Auto-Scale Pictures! 2 Months, 1 Week ago  
I am using Joomla 1.56 adn FB 1.0.5 and that did not work for me. I ended up dropping that Mambot thing and hacked the code in FB.

I went into interpreter.fireboard.inc.php

and changed

Code:

$tag_new = "<img src='".$between."'>";



to


Code:


$tag_new = "<a href=".$between." target=_blank><img src='".$between."' width=100%/></a>";



this addition will fit the image in its area and allow for the image to be clicked on and opened in a new window in its full size.
dunny (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/12 23:14 By dunny.
 
The administrator has disabled public write access.  
#58386
Re:Auto-Scale Pictures! 2 Months, 1 Week ago  
Did not work in my Case. Im using latest FB 1.0.5 Release.

there ist only following Code @ line 338
Code:

$tag_new = "<img src='".$between.($imgtagsize ?"' width='".$imgmaxsize:'')."' border='1' style='max-width:".$imgmaxsize."px; ' />";


i changed this so it looks like
Code:

$tag_new = "<a href=".$between." target=_blank><img src='".$between.($imgtagsize ?"' width='".$imgmaxsize:'')."' border='1' style='max-width:".$imgmaxsize."px; ' /></a>";

works fine!
Zeitgeist (User)
The Question is....
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Last Edit: 2008/09/14 19:27 By Zeitgeist.
 
The administrator has disabled public write access.  
Go to top