News:

Northern Town [L-H]
Congratulations SlowBurnGirl & Shengami for completing your RP!

Main Menu

Some code commands aren't working

Started by SithMistress, October 18, 2023, 01:59:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

RedEve

Quote from: Vekseid on October 18, 2023, 12:43:10 PMAll existing posts will be fixxored

That's great news! Thanks for all your efforts Vekseid.
"I don't have a dirty mind, I have a sexy imagination."
My ons and offs- My F-list

scribus1000

Quote from: RedPhoenix on October 18, 2023, 10:02:20 AMGlow - was I the only one who ever used this? xD

Rest assured, I feel the sting of its absence too.
I have taken the Oath of the Drake for Group RPs.
My Ons & Offs (Updated 6/3/2022) and Ideas are here.

The Peak Elliquiy Experience™:
Quote from: roulette on March 15, 2014, 06:59:18 PM"What? Ewww... Well, maybe... actually." -adds to own O&Os-

Vekseid

Apparently they've decided a number of tags are legacy.

    // Define a list of deprecated BBC tags
    // Even when enabled, they'll only work in old posts and not new ones
    $context['legacy_bbc'] = array(
        'acronym', 'bdo', 'black', 'blue', 'flash', 'ftp', 'glow',
        'green', 'move', 'red', 'shadow', 'tt', 'white',
    );

Beware of editing old posts for now until I've fixed this.

Al Terego

Quote from: Vekseid on October 18, 2023, 02:54:56 PMApparently they've decided a number of tags are legacy.

    // Define a list of deprecated BBC tags
    // Even when enabled, they'll only work in old posts and not new ones
    $context['legacy_bbc'] = array(
        'acronym', 'bdo', 'black', 'blue', 'flash', 'ftp', 'glow',
        'green', 'move', 'red', 'shadow', 'tt', 'white',
    );

Beware of editing old posts for now until I've fixed this.

I use TT a lot for "inline code".  Hopefully it will be allowed.
ABBR is a shorter substitute for ACRONYM
                    

Al Terego

                    

Nowherewoman

No, but there's a shiny new code button in the editor for those specifically.
My eyes are a window to the storm that's getting close.

more me here now!  (O/Os, ideas and junk): https://elliquiy.com/forums/index.php?topic=215830.0

and mea culpas  (A/As): https://elliquiy.com/forums/index.php?topic=221151.0

Al Terego

#31
"youtube" tag.  Nice.

Edit: didn't work for me.  The embedded video displayed an error.
                    

Nowherewoman

Used it earlier (when I discovered they wouldn't auto-embed) and had no issues. Not sure what's up.

Just tested it here, too w/2 different vids, with no problems. Is it possible you clipped the last character on the address or something?




My eyes are a window to the storm that's getting close.

more me here now!  (O/Os, ideas and junk): https://elliquiy.com/forums/index.php?topic=215830.0

and mea culpas  (A/As): https://elliquiy.com/forums/index.php?topic=221151.0

Vekseid

Quote from: Al Terego on October 18, 2023, 09:50:28 PMI use TT a lot for "inline code".  Hopefully it will be allowed.
ABBR is a shorter substitute for ACRONYM
Fun fact, the way this worked when I tried to disable it was to block -all- bbcode.

I thought I was clever.

But those tags should all be working now. If you clobbered something with a post just edit it and it should fix itself.

Ellicode is implemented however I don't have the classes installed yet. So most things don't function properly at the moment.

Quote from: Nowherewoman on October 18, 2023, 11:04:50 PMUsed it earlier (when I discovered they wouldn't auto-embed) and had no issues. Not sure what's up.

Just tested it here, too w/2 different vids, with no problems. Is it possible you clipped the last character on the address or something?






May have had horrible timing with the above bug.

RedPhoenix

#34
Babe wake up purple blue spoiler tag just dropped.

(No I will not stop making that joke.)
Apologies & Absences | Ons & Offs | Canon in Red
I move the stars for no one.

Vekseid

Alright, is more or less working as before.

If someone wants to make some bbcode graphics in line with the new buttons, I can add them (within reason).

RedPhoenix

Glow looks like it's working good too! :D
Apologies & Absences | Ons & Offs | Canon in Red
I move the stars for no one.

Psi

#37
Quote from: Nowherewoman on October 18, 2023, 11:04:50 PMUsed it earlier (when I discovered they wouldn't auto-embed) and had no issues. Not sure what's up.

Just tested it here, too w/2 different vids, with no problems. Is it possible you clipped the last character on the address or something?


YouTube publishers have the option to allow/disallowing embedding videos.
You could be testing one of those links.

I did a quick test in the browser with https://www.youtube-nocookie.com/embed/MK6TXMsvgQg which I found does prevent embeding.
The issue isn't with that.

For reference about the embeded links there is two forms, but pay attention to the 11 character bold identifier in all the URL's.   Its the same
This is all you need to know to get the videos working.

Here is the normal URL in the address bar - https://www.youtube.com/watch?v=MK6TXMsvgQg
Here is the normal share link - https://youtu.be/MK6TXMsvgQg?si=La2ZrTHpzCauf1eZ
Here is the normal Embedded link - https://www.youtube.com/embed/MK6TXMsvgQg?si=cqR0gfGvmNgL3kws
This is the Privacy Enhanced Embedded link for https://www.youtube.com/watch?v=MK6TXMsvgQg?si=cqR0gfGvmNgL3kws

When I used the Youtube button and then viewed the source code it was (using round brackets so it doesn't tag)

(youtube)youtube-noc(/youtube)

It should have been either

(youtube)https://www.youtube-nocookie.com/embed/MK6TXMsvgQg(/youtube)
or
(youtube)MK6TXMsvgQg(/youtube)

Using the essential component of the link - its identifier gives you this (youtube)MK6TXMsvgQg(/youtube)

I am guessing that the processing behind the youtube tag gets around the embed restriction somehow, but you will need to put that identifier in via source or typing the tag.

Amaris

Hey, so I don't want to add on, but I wanted to make sure it was mentioned. My tables wont center align and for some reason the update added a lot of empty space above them as well.


Wistful Dream

Quote from: Amaris on October 19, 2023, 07:06:52 AMHey, so I don't want to add on, but I wanted to make sure it was mentioned. My tables wont center align and for some reason the update added a lot of empty space above them as well.

Same!

Praxis

Quote from: Amaris on October 19, 2023, 07:06:52 AMHey, so I don't want to add on, but I wanted to make sure it was mentioned. My tables wont center align and for some reason the update added a lot of empty space above them as well.

My tables are aligning properly (I think?) but ask me how I did it?  No idea.  You can look at my mess of code though.

https://elliquiy.com/forums/index.php?topic=352915.msg16536312#msg16536312

Vekseid

Quote from: Amaris on October 19, 2023, 07:06:52 AMHey, so I don't want to add on, but I wanted to make sure it was mentioned. My tables wont center align and for some reason the update added a lot of empty space above them as well.
Center only affects text. I have to offer something else to center block elements.

For the padding - link me to an example?

Deante

#42
I'm not receiving email notifications for posts in threads.

Went into profile and made sure it was marked, I'm set to in the thread, but no contact. Still getting notifications when someone sends me a PM.

Chasing Dreams

Quote from: Vekseid on October 19, 2023, 10:02:34 AMCenter only affects text. I have to offer something else to center block elements.

For the padding - link me to an example?
Here's an example from one of my posts for the padding.
Selectively Available for NEW stories.
Status ⋮ Around here somewhere.
Posts owed ⋮ 4 out of 11 
Posting Order (Click to see.)

Thank you Amaris for the beautiful signature!


Amaris

Yea, I fixed it in my first post of the thread, but here is an example from me: https://elliquiy.com/forums/index.php?msg=16215211


RedPhoenix

While we're on the topic of tables, my tables seem to be constantly getting "word wrapped" into the default text box size no matter how many times I put them all on one line.

Also while I'm talking about text box it would be awesome to be able to stretch it out like we used to be able to while writing replies again. I know there is a "full screen" version now but being able to stretch out the reply box like we used to would be great for me. :)

Really appreciate all the work that has gone into this!! More than happy to be patient!!
Apologies & Absences | Ons & Offs | Canon in Red
I move the stars for no one.

AutumnSun

Quote from: Deante on October 19, 2023, 11:21:05 AMI'm not receiving email notifications for posts in threads.

Went into profile and made sure it was marked, I'm set to in the thread, but no contact. Still getting notifications when someone sends me a PM.
Even if you set your defaults to receive emails on posts you're watching, the default setting for threads you're watching post-upgrade is just as alerts.

If you go to your Watched Topics then you'll see the Alert Preference is probably "Alerts".  Tick the box in the top right to select all topics, then hit the Use Default Preference button at the bottom.  If you're configured to receive emails for topics (set in Notification Preferences) then that'll update the Alert Preference to "Receive Emails and Alerts" or just "Receive Emails".

Deante


Al Terego

Quote from: Nowherewoman on October 18, 2023, 11:04:50 PMUsed it earlier (when I discovered they wouldn't auto-embed) and had no issues. Not sure what's up.

Just tested it here, too w/2 different vids, with no problems. Is it possible you clipped the last character on the address or something?

Weird thing

Trying to embed "https://www.youtube.com/watch?v=pHa4pvspCqc" fails.
But when I embed only "pHa4pvspCqc" it works.

On the other hand, "https://www.youtube.com/watch?v=EPEqRMVnZNU" seems to work both ways.
                    

Al Terego

Another float question:

The old [floatleft] and [floatright] had a corresponding "clear" codes.
Do those still work?