Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
BUG REPORT: m.e.t.a. substring (1 viewing) (1) Guest
TOPIC: BUG REPORT: m.e.t.a. substring
#22751
BUG REPORT: m.e.t.a. substring 1 Year, 3 Months ago  
If I type an url like www.metacafe.com/watch/816457/ron_mueck/ the link is modified with two underscores.

But here not!
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
Last Edit: 2007/09/14 22:26 By blastingproton.
 
 
#22951
Re:BUG REPORT: m.e.t.a. substring 1 Year, 3 Months ago  
blastingproton wrote:
If I type an url like www.metacafe.com/watch/816457/ron_mueck/ the link is modified with two underscores.

But here not!

See the solve:

www.bestofjoomla.com/component/option,co...w/id,20437/catid,73/
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
 
#22982
Re:BUG REPORT: m.e.t.a. substring 1 Year, 3 Months ago  
tnx a lot, but...mmm...vietnamese is hard to understand for me...can you be a bit clearer?
blastingproton (User)
Fresh Boarder
Posts: 19
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Italy
Logged Logged
 
Last Edit: 2007/09/16 10:13 By blastingproton.
 
 
#22983
Re:BUG REPORT: m.e.t.a. substring 1 Year, 3 Months ago  
Ok, just do simple way such as:

Look into the file components/com_fireboard//class.fireboard.php at line 551
[code:1]
$ra1 = Array('javascript', 'vbscript',....

just changed into

$ra1 = Array('javascript');[/code:1]

That mean only javascript will be _javascript_ .

Good luck.
viet4777 (User)
Senior Boarder
Posts: 291
graphgraph
User Offline Click here to see the profile of this user
Luyenkim.NET
Logged Logged
 
Last Edit: 2007/09/16 10:21 By viet4777.
 
Luyenkim.Net
utf-8 Vietnamese language package will be complete in mid of Oct.
luyenkim.net/home9/index.php?option=com_...5&id=282#282
 
 
Go to top