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!
¿HOW TO? Large images scroll (1 viewing) (1) Guest
Go to bottom Favoured: 3
TOPIC: ¿HOW TO? Large images scroll
#29615
¿HOW TO? Large images scroll 1 Year ago  
I see that here in the official fireboard forum, when a user insert a LARGE image, the forum displays a scroll bar so the template doesn't breaks.

As this feature is not yet implemented in current release, i want to know if any dev can tell me how to achieve this modifying the code or whatever.

I think it maybe can be a template edit, inserting a iframe, isn't it?

Thanks!
kerman (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/10/31 15:11 By kerman.
 
The administrator has disabled public write access.  
#29667
Re:¿HOW TO? Large images scroll 1 Year ago  
Maybe a CSS modification. I haven't gotten to check into it.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#29668
Re:¿HOW TO? Large images scroll 1 Year ago  
I got the solution thanks to Carreon from Joomla! México

The thing is create a iframe in the correct template:

components/com_fireboard/template/default/smile.class.php

Find the code:

[code:1] // img
$fb_message_txt = preg_replace("/[img size=([0-9][0-9][0-9])](.*?)[/img]/si", "", $fb_message_txt);
$fb_message_txt = preg_replace("/[img size=([0-9][0-9])](.*?)[/img]/si", "", $fb_message_txt);
$fb_message_txt = preg_replace("/[img](.*?)[/img]/si", "", $fb_message_txt);
$fb_message_txt = preg_replace("//si", _LINK_JS_REMOVED, $fb_message_txt);[/code:1]


EDIT: And replace with the screenshot code two post downhere
kerman (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/01 00:47 By kerman.
 
The administrator has disabled public write access.  
#29670
Re:¿HOW TO? Large images scroll 1 Year ago  
What's different? Looks the same.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#29671
Re:¿HOW TO? Large images scroll 1 Year ago  
Sorry, i don't know why, but i paste the other code and it replaces with the same other...

I think the word I-F-R-A-M-E is blocked for security reasons so.....I POST A SCREENSHOT!
kerman (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/01 00:46 By kerman.
 
The administrator has disabled public write access.  
#29672
Re:¿HOW TO? Large images scroll 1 Year ago  
Here is
kerman (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#29673
Re:¿HOW TO? Large images scroll 1 Year ago  
Excellent. Will sticky this.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#29675
Re:¿HOW TO? Large images scroll 1 Year ago  
One thing. Could you paste this into a text file and attach it here?
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
#29676
Re:¿HOW TO? Large images scroll 1 Year ago  
Great.

Maybe someone can improve this so it works also for CODE and QUOTE.

HERE IS THE REPLACEMENTE CODE IN TXT.
File Attachment:
File Name: code-a363d7c4ae90a429257872f6fc522fa8.zip
File Size: 361
kerman (User)
Junior Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/11/01 00:53 By kerman.
 
The administrator has disabled public write access.  
#29680
Re:¿HOW TO? Large images scroll 1 Year ago  
Thanks again.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The administrator has disabled public write access.  
Go to top