We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-01-19 03:00 AM - last edited on 2023-05-09 11:04 AM by Noemi Balogh
Hi all,
My forum signature is longer than the recommended max number of lines, so I was thinking of right aligning some portions of it since each line is relatively short. The issue is that the forum does not seem to accept the <p style="float: right; text-align: right;"> command... Anyone know a work around for this? Or would someone with access to the forum backend be able to enable this functionality?
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
Solved! Go to Solution.
2023-01-20 08:21 AM
Hi Ling,
Allow me to jump in as the person working the most with the backend. The HTML functionality you are looking for is tied to a permission which is not available for regular user profiles currently - as you figured out, to prevent advanced spamming. I saw your post yesterday and discussed it with my colleagues, we agreed that we will enable this for certain ranks - people who are actively participate in conversations here.
I can't commit to change the settings this week (because we need to evaluate that what is the entry level of getting this permission), but I will follow up with you once the Community has the new settings.
Let me know if you have any further questions.
N.
Noémi Balogh
Community Expert, Admin
2023-01-19 03:10 AM
I don't know if the forum accepts right justified HTML.
For my signature (nothing fancy there!), I just used an on-line HTML editor, then just copy & paste the results.
You may still find it will not right justify on the forum even if the editor does (as you say the command may just not be allowed).
https://html-online.com/editor/
You could try that or just type info on the same line with a bit of space between?
Barry.
2023-01-19 03:14 AM - edited 2023-01-30 02:44 AM
Just found out that you cannot use this command (text-align: right) on a single line of text as it forces a new line... will try another method later...
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2023-01-19 04:25 AM - edited 2023-01-19 04:28 AM
Found the Float command that should work, but the forum does not accept it...
<font color="#868686"><font size="-1"><p style="float: left;"><em>AC22-23 AUS 7000<br />Self-taught, bend it till it breaks.<br />Win10 | R5 2600 | 16GB | GTX1660<br /></em></p>
<p style="float: right; text-align: right;"><em><a href="https://community.graphisoft.com/t5/What-s-new/Profile-Signatures-Help-Those-Helping-You/td-p/364038">Help Those Help You - Add a Signature</a></em><br /><a href="https://community.graphisoft.com/t5/What-s-new/Creating-a-Thread/td-p/361315">Creating a Thread</a></p></font></font>
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2023-01-19 07:54 AM - edited 2023-01-19 07:56 AM
Looking at the actual rendered HTML of your signature, it looks like it's stripping out all the paragraph tags. It's probably an anti-spam / code injection protection technique.
Might be a case for some strategic white underscores to manually float some text to align right.
EDIT: Just tested it and this worked pretty well:
<font color="FFFFFF">__________________</font>
2023-01-20 02:37 AM
Ah. Khoros seems to include a HTML stipper, which will strip all HTML except for those specifically allowed...
<#assign stripperOptions = utils.html.stripper.from.owasp.optionsBuilder.allowElement("p").build() />
@rjakab, would someone with access to the forum backend be able to add the "p" tag to the HTML strippers allowed elements, or is there some bigger reason to not allow it?
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2023-01-20 08:21 AM
Hi Ling,
Allow me to jump in as the person working the most with the backend. The HTML functionality you are looking for is tied to a permission which is not available for regular user profiles currently - as you figured out, to prevent advanced spamming. I saw your post yesterday and discussed it with my colleagues, we agreed that we will enable this for certain ranks - people who are actively participate in conversations here.
I can't commit to change the settings this week (because we need to evaluate that what is the entry level of getting this permission), but I will follow up with you once the Community has the new settings.
Let me know if you have any further questions.
N.
Noémi Balogh
Community Expert, Admin
2023-01-27 02:40 PM
Dear All,
We discussed internally and made the decision to grant advance HTML in signatures for the following ranks:
Existing members got the update on their profiles and new users will grant the permission automatically in the future. We decided to tie it for active users from Enthusiast level to promote the active participation on our Community.
Thank you @Lingwisyer for the suggestion!
N.
Noémi Balogh
Community Expert, Admin
2023-01-30 02:44 AM
So, I see the <p> paragraph tag itself is no longer getting removed, but it cannot be used to set a style?
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2023-01-31 02:34 AM
Following up on this, it would appear that some commands such as the float that I was attempting to use are simply not supported by the forum engine. It would appear that the forum engine documentation has a few holes... On the otherhand we now have access to more text formatting options.
Ling.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |