ForumPostAssistant / FPA

The Forum Post Assistant (FPA) script has been developed to assist Joomla!® forum posters to be able to post relevant system, instance, PHP and troubleshooting information directly in to a pre-formatted forum post. This will save a few hours of posting back and forth, asking for, and explaining how to acquire useful information in order for other forum users to help troubleshoot a problem.
https://forumpostassistant.github.io/docs/
GNU General Public License v2.0
25 stars 15 forks source link

BBCode issues #27

Closed frostmakk closed 7 years ago

frostmakk commented 7 years ago

Fixed a bug that slightly messed up the BBCode when show plugins was deselected. Changed color for 3rdParty extensions for better readability. Removed some BBCode tags to reduce the post size.

mandville commented 7 years ago

not sure the dull orange colour works. ` thanks so far

orange.jpg

frostmakk commented 7 years ago

Agree. That's why i changed the colour in this PR. Looks like this now: screen

I'm working on another improvement. Will be ready in a couple of hours.

frostmakk commented 7 years ago

One last commit added to the PR. Changes are: Fixed one more PHP7.1 error. Changed "Owner" and "Group" to protected information in the post output. Many users masked this anyway. Added a feature to count the number of characters in the post output.

image

frostmakk commented 7 years ago

M. The PR #27 is ready to be merged, if You approve.

mandville commented 7 years ago

under test

frostmakk commented 7 years ago

Nice. 👍

mandville commented 7 years ago

can you explain the ""1"" after the extensions

frostmakk commented 7 years ago

It show if the extension is enabled (1) or not (0)