Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Easier BBCode Sorting

Asked Modified Viewed 2,627 times
T
TalkFever
T
  • Member, joined since
  • Contributed 65 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
asked
Member

I have searched the forums trying to find an easier way to sort BB-Codes. A drag and drop feature like is available for Panels admin would be very nice for sites that have a lot of BB-Codes enabled and need to re-order them. Is something like this available and I am just overlooking it or are there any plans to develop something like this?
0 replies

7 posts

K
KasteR
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

I believe there were discussions about this in the dev forum for v8. Perhaps hein can respond when he gets a chance. Although it is a good idea.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

It was added to the Roadmap on the old site at but since that site is no longer in commission i guess that was removed. ;)

Take a look and see, you need to edit administation/bbcodes.php and look at administration/panels.php and panels updater file should help, or Site Links admin. Should not be a hard job to do.
Edited by N/A on 08-02-2014 13:09,
0 replies
T
TalkFever
T
  • Member, joined since
  • Contributed 65 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions
answered
Member

Thanks Jib. I will look at those files and see if I can figure it out. I am still learning PHP, am still in the beginner stages, but I will try it!
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Forum discussions is one thing, we can´t be expected to read and take in and consider each and every post. esp not from that site where many things where wide spread.

But if you have good ideas that affects the system, please post em to the Roadmap http://www.php-fusion.co.uk/infusions/roadmap/submit.php
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Np Domi, I always check all threads on the latest-active-forum-threads daily. But if roadmap is suspected missing, please rebuild them at roadmap please. Anyone can do it. I always review with great and careful consideration I promise.

Well, on point here. I can answer. I am working to take away the whole BBcode ordering at all. The reason BBcode ordering was needed was because of !autolink bbcode I assumed.

Says !autolink usage on 7's admin cp:

Quote


This bbcode has no button. MUST be above URL and Mail bbcode.


If I change the way this works, then we can remove entirely the BBcode ordering? I'm preferring the BBcode to link with ScEditor (parse-as-you-type) kind.. like you know Skype when you type ;) it becomes a smiley. So same as [b ], [u ] which after you type that becomes bold and underline on the next letter you type until you close it down. with [/u ] , [/b ].

Hence, I turned to the infuse_bbcode and defuse_bbcode with a one click button to insert row/remove row -> DB_BBCODES. Therefore more of that is like this (screenshot)

If any question. I will answer as best as I could (if I know how.. lol)

We have a table sorter API on 8, which is done like this


$bullet = load_tablesorter('table-id');
// now place the bullet to the table.
echo "<table id='table-id' class='$bullet'>\n";


It will have a up/down arrow to each table column you click it auto sorts. Very simple one. If you want it, its downright easy - no worry there. (I'll add it to BBcode table).
Edited by Chan on 08-02-2014 18:03,
Chan attached the following file:
editor_2.png [No information available / 47 Downloads]
editor_1.png [No information available / 38 Downloads]
0 replies
F
Falk
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

I know you do, and so do I. I was primarily referring to the closed site as a reference.
But we are and we try to keep a good eye on things here on main.
Again, I do encourage everyone with good ideas to always use the Roadmap. It will make it very easy to track, for each item submitted to the Roadmap a discussion thread will also automatically be created.
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

I agree.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

F
F
Falk 146
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
K
K
KasteR 10
  • Senior Member, joined since
  • Contributed 290 posts on the community forums.
  • Started 1 thread in the forums
T
T
  • Member, joined since
  • Contributed 65 posts on the community forums.
  • Started 26 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet