• Before posting a question, please check our Frequently Asked Questions page as well as previous threads here. Odds are you aren't the first to ask, and you may find the answer without having to post!

Links In Accordions

White Masquerade

QuirkyAngel's Red Oni
Roleplay Availability
Roleplay Type(s)
Hello. When a link is placed within an accordion, it works. After the post is edited again, the link does not work and appears broken. Is there a workaround or any way to fix this?
 



That's my name now. I guess.




Alright. Here we go! Another of my dumb-ass stuff!


So, as @White Masquerade said, links are a little bit buggy when it comes to accordions. I don't know why, but they are. Anyways, to fixing them!


First of all, we open the editor (I'm pretty sure we all know how to do that), and edit the accordion slide with the link. Double clicking is the way, if some of you did not know.


temp6.PNG


As you can see here, the code for links are no longer the old [ url ], but rather the html ones < a href >. Highlighted above is what is causing the strange bug. Apparently, if links are copied onto the accordion slide, it ends up this way. All the hrefs have the same link address, and this is confusing the code. (I have no idea what I'm saying here.)


So, to make the link work again, like old times, we replace the new html code < a href >, with the old one [ url ]. You might say it won't work 'cause its bbcode, but it will be auto-translated, so don't worry.


temp7.PNG


Now that we've changed that, we can save the edit, and the link will now work in the accordion!


temp8.PNG


Now, if you're wondering what in the world just happened, let me show you.


temp5.PNG


The old [ url ] code we used was translated in to the current coding system < a href >, and has no errors! The repetitions of the link on the hrefs are gone, so the code is no longer confused. (I guess. Still no idea.)


I hope this solved the problem, and helped you in any way!
 
That's my name now. I guess.




Alright. Here we go! Another of my dumb-ass stuff!


So, as @White Masquerade said, links are a little bit buggy when it comes to accordions. I don't know why, but they are. Anyways, to fixing them!


First of all, we open the editor (I'm pretty sure we all know how to do that), and edit the accordion slide with the link. Double clicking is the way, if some of you did not know.


View attachment 155229


As you can see here, the code for links are no longer the old [ url ], but rather the html ones < a href >. Highlighted above is what is causing the strange bug. Apparently, if links are copied onto the accordion slide, it ends up this way. All the hrefs have the same link address, and this is confusing the code. (I have no idea what I'm saying here.)


So, to make the link work again, like old times, we replace the new html code < a href >, with the old one [ url ]. You might say it won't work 'cause its bbcode, but it will be auto-translated, so don't worry.


View attachment 155234


Now that we've changed that, we can save the edit, and the link will now work in the accordion!


View attachment 155235


Now, if you're wondering what in the world just happened, let me show you.


View attachment 155236


The old [ url ] code we used was translated in to the current coding system < a href >, and has no errors! The repetitions of the link on the hrefs are gone, so the code is no longer confused. (I guess. Still no idea.)


I hope this solved the problem, and helped you in any way!



*nods*


Oh my. I still don't get it, but thank you so much. 
 

Users who are viewing this thread

Back
Top