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
Extra space created in [url] ... [/url] (1 viewing) (1) Guest
TOPIC: Extra space created in [url] ... [/url]
#58465
Extra space created in [url] ... [/url] 3 Months, 3 Weeks ago  
Issue: when inserting a url into the Fireboard
Code:

[url] [/url]
the resulting exposed URL has a space in it.

Example:
Code:

http://www.counterpunch.org/whitney09082008.html
becomes

Code:

http://www.counterpunch.org/ whitney09082008.html
(note the space before the "w" in whitney). The link itself is correct, but if someone copies and pastes the URL with the space they will get a page not found error.

I used Firebug in Firefox to see what was happening and this is what the HTML looks like:

Code:

<td valign="top" colspan="2">
<div class="msgtext">
<a href="http://www.counterpunch.org/whitney09082008.html/">http://www.counterpunch.org/ whitney09082008.html/</a>
</div>



Notice how the line break is after the forward slash and before "whitney."

Thnx in advance for the help.
erickaweb (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/16 02:42 By erickaweb.
 
 
#58472
Re:Extra space created in [url] ... [/url] 3 Months, 3 Weeks ago  
http://www.whatever.com/more-whatever.html

I'm unable to reproduce your problem, does this happen to you also here in BOJ?

what j! and FB versions are you using?

Code:

<div class="msgtext">
<a target="_blank" rel="nofollow" href="http://www.whatever.com/more-whatever.html">http://www.whatever.com/more-whatever.html</a>
<br/>
<br/>
I'm unable to reproduce your problem, does this happen to you also here in BOJ?
<br/>
<br/>
what j! and FB versions are you using?
</div>

johnnydement (Moderator)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
Last Edit: 2008/09/16 04:46 By johnnydement.
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
Go to top