Lifelesspeople.com

 Forum FAQsForum FAQs  Knowledge BaseKnowledge Base  RulesRules   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   HostingHosting   RegisterRegister 
 DonateDonate   WikiWiki   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

More BBCode Support

 
Lifelesspeople.com Forum Index -> Community Feedback, Suggestions, and Comments
Post new topic   Reply to topic View previous topic :: View next topic  
Author Message
jthomsonmain
Ardent Poster


Joined: 11 Jan 2008
Posts: 80
Location: Albion, NY (USA)

PostPosted: Sat Jan 12, 2008 12:28 am    Post subject: More BBCode Support Reply with quote

Its been a problem in PhpBB for.... ever, but I have gotten used to it. You may want to look into a way to support more BBCode, such as:

The Ruler:
Code:
[hr]


The Email Link:
Code:
[email][/email]


The FTP Link:
Code:
[ftp][/ftp]


The Text Orientation Codes:
Code:
[right][/right][center][/center][left][/left]


The Preformated Text Code:
Code:
[pre][/pre]


The Marqee Code:
Code:
[move][/move]


Although, I suppose if you know HTML, you can solve that problem rather easly:
Code:
<pre></pre><center></center>...


Perhaps a tutorial on how to use HTML in posts? My main suggestion is that there be a button for it, but with with us computer geeks hope, there is no way to do this Wink
_________________
[img:8728bad64c]http://i212.photobucket.com/albums/cc118/jthomsonmain/l2psig.jpg[/img:8728bad64c]
Back to top
 
Jacky
President


Joined: 01 Jan 2005
Posts: 3746
Location: Earth Password: dd4b21e Sex: Male

PostPosted: Sat Jan 12, 2008 2:39 am    Post subject: Reply with quote

jthomsonmain wrote:
Its been a problem in PhpBB for.... ever, but I have gotten used to it. You may want to look into a way to support more BBCode, such as:

The Ruler:
Code:
[hr]


The Email Link:
Code:
[email][/email]


The FTP Link:
Code:
[ftp][/ftp]


The Text Orientation Codes:
Code:
[right][/right][center][/center][left][/left]


The Preformated Text Code:
Code:
[pre][/pre]


The Marqee Code:
Code:
[move][/move]


Although, I suppose if you know HTML, you can solve that problem rather easly:
Code:
<pre></pre><center></center>...


Perhaps a tutorial on how to use HTML in posts? My main suggestion is that there be a button for it, but with with us computer geeks hope, there is no way to do this Wink
I suppose you didn't do any lookup prior to this post.

Those BBCodes are added through MODs. If you are used to it, you are probably used to using a MODDed phpBB forum.

And if you don't know, phpBB3 is out and it's a matter of time before we upgrade. phpBB3 allows custom BBCodes to be added through the Admin Control Panel.
_________________
Jacky
Back to top
 
jthomsonmain
Ardent Poster


Joined: 11 Jan 2008
Posts: 80
Location: Albion, NY (USA)

PostPosted: Sat Jan 12, 2008 7:32 pm    Post subject: Reply with quote

Jacky wrote:
I suppose you didn't do any lookup prior to this post.

Those BBCodes are added through MODs. If you are used to it, you are probably used to using a MODDed phpBB forum.

And if you don't know, phpBB3 is out and it's a matter of time before we upgrade. phpBB3 allows custom BBCodes to be added through the Admin Control Panel.

Yes, I know that those BBCodes are added through mods, I was just suggesting that you add one of the mods. As for the other statement, thats cool, I knew phpBB3 was out, but I did not know that it had that feature. That is one of the reasons I am here. I want to open a phpBB forum and play w/ phpBB, but no other host will really work with phpBB, but I know l2p does because a friend of mine, m0ose, goes through you guys. Also, sorry for droning on and on in the suggestions section!
_________________
[img:8728bad64c]http://i212.photobucket.com/albums/cc118/jthomsonmain/l2psig.jpg[/img:8728bad64c]
Back to top
 
Scott
tutorialtoday.com


Joined: 24 Mar 2005
Posts: 2600
Location: Mississauga, Ontario

PostPosted: Sat Jan 12, 2008 9:16 pm    Post subject: Reply with quote

I don't see the point in [ftp][/ftp] when you can already just type ftp://mysite.com without any BBCode at all.
_________________
Tutorial Management Script - Version 1.3 Released
TutorialToday - Up and running, submit your tutorials!
Linux Tutorials - Coming Soon
Back to top
 
jthomsonmain
Ardent Poster


Joined: 11 Jan 2008
Posts: 80
Location: Albion, NY (USA)

PostPosted: Sat Jan 12, 2008 11:41 pm    Post subject: Reply with quote

Scott wrote:
I don't see the point in [ftp][/ftp] when you can already just type ftp://mysite.com without any BBCode at all.

very true, although that also makes the [url][/url] pointless...

http://somsite.idk
_________________
[img:8728bad64c]http://i212.photobucket.com/albums/cc118/jthomsonmain/l2psig.jpg[/img:8728bad64c]
Back to top
 
krt
...


Joined: 11 Jan 2005
Posts: 4627
Location: Down Under

PostPosted: Sun Jan 13, 2008 1:58 am    Post subject: Reply with quote

jthomsonmain wrote:
Scott wrote:
I don't see the point in [ftp][/ftp] when you can already just type ftp://mysite.com without any BBCode at all.

very true, although that also makes the [url][/url] pointless...

http://somsite.idk
No, it doesn't. The "url" tag has the ability to created named links.

As for the rest of the BBCodes, there is usually a reason why they are not included.

[ email ] would just be a haven for email harvesters to spam you, unless the BBCode is combined with some obfuscation techniques.
[ pre ] is almost the same [ code ]
[ hr ] would rarely be used, maybe use some hyphens if there is a need for a separator though I can hardly see a need for it in forum posts
[ center/right ] has little purpose, maybe for some poems but that is about it
[ move ] would just be outright annoying
Back to top
 
Jacky
President


Joined: 01 Jan 2005
Posts: 3746
Location: Earth Password: dd4b21e Sex: Male

PostPosted: Sun Jan 13, 2008 4:51 am    Post subject: Reply with quote

The URL BBCode allows the URL enclosed to work.

If you specify a URL followed by a full-stop (http://yourdomain.com.), the dot gets included in the URL, making it invalid.

By enclosing it in the URL tag, you can add a full-stop behind the URL without worrying about making the link invalid, for example http://yourdomain.com.
_________________
Jacky
Back to top
 
Display posts from previous:   
Post new topic   Reply to topic    Lifelesspeople.com Forum Index -> Community Feedback, Suggestions, and Comments All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Home | Hosting | News | Forum | Links | System Status | About | Archive | Donate ]
Powered by phpBB © 2001, 2002 phpBB Group
All trademarks and copyrights on this page are owned by their respective owners. Posts and comments are owned by the poster. Everything else © 2001 - 2007 Lifelesspeople.com