Enable table function in this forum

Post any general comments regarding Bulk Rename Utility here. Open to all registered users.

Enable table function in this forum

Postby Stefan » Wed Aug 01, 2007 10:38 pm

Hi Jim,
would be nice if we could insert BBCode tables in the postings:

[table][tr][td]one is here[/td][td]two[/td][td]juhu[/td][/tr]
[tr][td]-[/td][td]H[/td][td]J[/td][/tr]
[tr][td]G[/td][td]H[/td][td]F[/td][/tr][/table]
This BBcode works at http://www.DonationCoder.com


This way we could better format the message text and examples.

best regards
Stefan
Last edited by Stefan on Thu Aug 02, 2007 12:15 pm, edited 1 time in total.
Stefan
 
Posts: 736
Joined: Fri Mar 11, 2005 7:46 pm
Location: Germany, EU

Postby Admin » Thu Aug 02, 2007 7:32 am

Hi,

Not sure this is something I have any control over, all BB code functionality is enabled already.

If you use the
Code: Select all
code
tags the formatting is usually retained.


Jim
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Postby Stefan » Thu Aug 02, 2007 12:10 pm

> the formatting is usually retained.
Not really if we see, the equal signs = should be vertically aligned (i inserted spaces while composing this post):
Code: Select all
(.+)              =>find all, till
(\s*msgrid_) =>none or more space followed by 'msgrid' and by an underscore
(\d{7})        => followed by 7 digits


BBCode is ON.
But Table tags didn't work.
OK, i don't want to make you more work :lol:


-------

Upps, i found an solution, modify your text in an editor and
align with tabs:
Code: Select all
(.+)          =>find all, till
(\s*msgrid_)  =>none or more space followed by 'msgrid' and by an underscore
(\d{7})       => followed by 7 digits


It must be CODE as you sad, QUOTE didn't work here:
(.+) =>find all, till
(\s*msgrid_) =>none or more space followed by 'msgrid' and by an underscore
(\d{7}) => followed by 7 digits


---

I will test this FF ex, would come in handy for this task:

It's All Text! FireFox extension
https://addons.mozilla.org/de/firefox/addon/4125
Edit textareas using an external editor, because it's all text!
Right click on a textarea, select "It's All Text!" and edit the text in the editor of your choice.
Stefan
 
Posts: 736
Joined: Fri Mar 11, 2005 7:46 pm
Location: Germany, EU


Return to General Comments