Forum Settings
Forums

[CSS - CLASSIC] How to embed Youtube videos on your anime or manga list

New
Jan 28, 2013 1:26 AM
#1

Online
Feb 2010
12686
This topic is part of our CSS Tutorials and Add-ons section:
http://myanimelist.net/forum/?topicid=419405


Thanks IntroverTurtle for letting me know this was possible!

Embedded Youtube video on .hack sign on my list. Great opening video, terrible anime!!



How to- very easy!
1. Youtube embedded video links have to be written with BBcode into the comments section on an anime's more panel (seen by clicking "More" link next to the title). If you click the Edit link next to the anime title, the comment section is on the bottom of the panel that comes up. Put the BBcode in there. See here how to write BBcode for posting Youtube videos:
http://myanimelist.net/forum/?topicid=496203

btw other BBcode can be written in that box!

2. After you write the Youtube BBcode into the comments section save it and refresh the page. When you click that more button next to the anime title, the video will be visible there in the comments.

Thats all! CSS not even needed unless you wanna customize the area.




Codes for these parts!
Now you can code the rest of the section if you want! Let me know if u do, it might help me improve this tutorial later..

Control the more button

#list_surround small a {
background: none repeat scroll 0 0 black;
color: cyan;
}


Control the edit button
Since you customize the more button, you'll need to effect this one as well separately.

a.List_LightBox {
background: none repeat scroll 0 0 blue !important;
color: cyan;
}


Control the more panel
I reduced the text to 0 and turned it transparent, so it fits the video better. This is the code I used but you will probably have to adjust it for your layout till I can come up with a more universal format.

borderRBL {
background: url("http://i.imgur.com/A4Vc9Px.png") no-repeat scroll 0 0 transparent !important;
color: transparent;
font-size: 0;
height: 232px;
left: 75px;
padding-bottom: 0;
padding-right: 381px;
position: relative;
}
.borderRBL:hover {
background: url("http://i.imgur.com/A4Vc9Px.png") no-repeat scroll 0 0 black !important;
height: 412px;
}


Control the hide section
/hide is related to this part, so if you also use it for DVD covers you're probably in for a lot of conflicting codes. .hide with position relative and starting a video crashed the background for me in Chrome!


.hide{
background: orange;
}



Control the player size
This is the code I've been using to control the size of the player, very useful with hover and % codes. With % width and height it fills up as much as the more section as it can, I think. Some of it is probably not necessary I'll cut it down later when I know.

object[classid*=":D27CDB6E-AE6D-11cf-96B8-444553540000"], object[codebase*="swflash.cab"], object[data*=".swf"], object[type="application/x-shockwave-flash"], object[src*=".swf"], embed[type="application/x-shockwave-flash"], embed[src*=".swf"], embed[allowaccess], embed[flashvars], embed[wmode] {
height: 100% !important;
width: 100% !important;
}

object[classid*=":D27CDB6E-AE6D-11cf-96B8-444553540000"]:hover, object[codebase*="swflash.cab"]:hover, object[data*=".swf"]:hover, object[type="application/x-shockwave-flash"]:hover, object[src*=".swf"]:hover, embed[type="application/x-shockwave-flash"]:hover, embed[src*=".swf"]:hover, embed[allowaccess]:hover, embed[flashvars]:hover, embed[wmode]:hover {
height: 100%;
width: 100%;
}



Expand the vid and section on hover to give your visitors more video size!





Issues I ran into
* if you give the videos a fixed (and I think absolute) position on hover, they all stay in the same place and cover one another. This sucks cuz the ones that are down on the list will cover the ones higher up on the list no matter when they are opened!

* (Chrome) if Hide is set to position: relative and a video is opened up, it caused the background image and menu bar to glitch out when scrolling in a way I never seen before. It might not be just this, or it might only be this code under certain conditions. I'm not sure yet, need more info or feedback...

* normally more panel should collapse when pressed again, but it doesn't on my layout. I'm not sure why. It would be nice to know why...

* video play doesn't work well with transition codes that take it to/from positions fixed and absolute.. this makes the Youtube video stutter if you make a transition while the video is playing.

* I'm not sure if the page loads the flash players when you open it or when you open the more panel. It would be nice to know, if it does open them on page start then you probably shouldn't have more then ten maybe youtube videos per category page, since it has to load them all. Combined with hundreds of DVD covers will slow down load times. Would like to know..
Shishio-kunSep 1, 2016 9:20 PM
Reply Disabled for Non-Club Members
Jan 30, 2013 3:32 PM
#2

Offline
Feb 2011
6109
Awesome, thanks for this. I will surely play around with this. I have a few ideas now.
Jan 30, 2013 4:13 PM
#3
Offline
Jul 2012
9027
Thanks!
Jan 30, 2013 5:03 PM
#4

Offline
Feb 2011
6109
Shishio-kun said:
* normally more panel should collapse when pressed again, but it doesn't on my layout. I'm not sure why. It would be nice to know why...



Trying to figure this out as well. If I can figure it out, I believe I've solved my menu problem. :)

EDIT: On that note, it seems to stem from your CSS guide style.

http://myanimelist.net/animelist/ShishiExample

Notice the More's don't work there either.

EDIT AGAIN:

Figured out the problem.

Delete

.hide {
display: inline-block !important;
}
dperolioJan 30, 2013 6:01 PM
Jan 30, 2013 9:29 PM
#5

Online
Feb 2010
12686
OK good job. I need that setting on my own list tho or else the videos won't show up, tho it doesn't matter for mine anymore since the videos only cover the pic when not in use.

When I get to perfecting this topic I'll have to work with this on other layouts and see if they need this code too or not.
Feb 23, 2013 4:27 AM
#6

Offline
Jan 2012
1578
With new version of Covers Uploder you can automatically generate YouTube video codes and paste them to the comment box (after app got list of anime/manga titles you just need to click arrow to the right of 'Go!' button and check 'Videos' and then hit 'Go!' again). To download the app:
http://myanimelist.net/forum/?topicid=442261
Feb 23, 2013 10:43 AM
#7

Online
Feb 2010
12686
Hahaido said:
With new version of Covers Uploder you can automatically generate YouTube video codes and paste them to the comment box (after app got list of anime/manga titles you just need to click arrow to the right of 'Go!' button and check 'Videos' and then hit 'Go!' again). To download the app:
http://myanimelist.net/forum/?topicid=442261


Wow! Excellent work. So much convenient if adding it to many anime. Now the only problem is... finding good Youtube videos for your anime! Sometimes I get good ones but I can't find a Bleach second OP vid in high quality.. the best I could find was
http://www.youtube.com/watch?v=QmK8EiuFKFs which isn't bad since its Youtube, but its not in perfect sync. I should just upload it myself...



/rant
http://www.youtube.com/watch?v=YdTvTuDs-Hc

Man wtf is this, this guy slowed down the music of ONE OF THE BEST ANIME OPENINGS OF ALL TIME to avoid copyright or something? Whats the point of uploading something thats half based on the music if its shitty sounding! Why not just put AVGN shitting the Zelda theme over the original to avoid copyright on that, makes as much sense... yeah I wanna listen to music that way! ok rant over...
Feb 23, 2013 9:11 PM
#8

Offline
Jan 2012
1578
Thanks! Maybe I should to add some more searching criteria? Now the app searches for the video on 'anime_name op' keywords.
Shishio-kun said:

/rant
http://www.youtube.com/watch?v=YdTvTuDs-Hc

Man wtf is this, this guy slowed down the music of ONE OF THE BEST ANIME OPENINGS OF ALL TIME to avoid copyright or something? Whats the point of uploading something thats half based on the music if its shitty sounding! Why not just put AVGN shitting the Zelda theme over the original to avoid copyright on that, makes as much sense... yeah I wanna listen to music that way! ok rant over...

That is why I don't like Youtube. You need that opening to put it in your list or just to make it the part of your collection?
Feb 24, 2013 1:31 AM
#9

Online
Feb 2010
12686
Hahaido said:
Thanks! Maybe I should to add some more searching criteria? Now the app searches for the video on 'anime_name op' keywords.
Shishio-kun said:

/rant
http://www.youtube.com/watch?v=YdTvTuDs-Hc

Man wtf is this, this guy slowed down the music of ONE OF THE BEST ANIME OPENINGS OF ALL TIME to avoid copyright or something? Whats the point of uploading something thats half based on the music if its shitty sounding! Why not just put AVGN shitting the Zelda theme over the original to avoid copyright on that, makes as much sense... yeah I wanna listen to music that way! ok rant over...

That is why I don't like Youtube. You need that opening to put it in your list or just to make it the part of your collection?


Wow! Well OP is good, also:
opening
intro
theme
ED
ending
closing
scene
fight
would be good search terms... can't think of anything else!

Thank you but I don't need the opening I'm sure I have it somewhere and can get it off anywhere online. Tho I would like a higher quality opening for Bleach to link my list too when I get around to doing something it again (it doesn't even show anime atm lol). But I think its safest to go with one thats been up a while so it won't have to be replaced later so I'll stick with the one I was using.
Mar 6, 2013 3:37 PM

Offline
Dec 2012
147
Oh my God, this function is fantastic !!!

Too bad I don't know how to extract "Comments" out of "More" like "inlinecontent" not ".hide", and this way have youtube video's outside of the table...

Heh, I even noticed you can use DVD covers, youtube video's (in my case: 1 / Boku wa Tomodachi ga Sukunai NEXT Airing / Edit - More) and kick any column outside of the table(like on my manga list in "Preview" where tags are shown --> without effecting anything). Additionly this could all be done at the same time on my anime layout !!!
MonsterguyMar 6, 2013 4:09 PM


Mar 6, 2013 4:38 PM

Online
Feb 2010
12686
Monsterguy said:

Heh, I even noticed you can use DVD covers, youtube video's (in my case: 1 / Boku wa Tomodachi ga Sukunai NEXT Airing / Edit - More) and kick any column outside of the table(like on my manga list in "Preview" where tags are shown --> without effecting anything). Additionly this could all be done at the same time on my anime layout !!!


? What are you referring to exactly?
Mar 7, 2013 2:49 AM

Offline
Dec 2012
147
Shishio-kun said:

? What are you referring to exactly?



1) Well let's say you want DVD covers and youtube videos at the same time. But only with function".hide" this does not work, so I found from someone, simply using a trick here is solution !!!

Trick described:




2) kicking a colummn like Tags (another trick described below) under DVD covers which are imported like shown in spoilers above, and at the same time still watching youtube videos as you described above is also possible.

Described another trick for kicking Tags as a column out of the table and moving them where you wish:



What means you can do all 3 things at the same time now, like watching youtube videos, having DVD covers, and lastly showing Tags under DVD covers !!!


For more info look at codes for my "anime list" that I'm currently using:
https://dl.dropbox.com/u/144008148/List_Anime/Anime%20List.css



PS: Now try it on my anime list, and click on "More" for "Boku wa Tomodachi ga Sukunai NEXT Airing" that is first on my currently watching list. Click on video as in youtube, than you can go exploring my list with music as a background (just scroll down, without clicking on "More" again, why if you do click "More", than the youtube video will hide itself and stop playing) !!!
MonsterguyMar 7, 2013 3:56 AM


Mar 7, 2013 10:26 AM

Online
Feb 2010
12686
Yeah we always had all three at the same time. In the top post pics I deliberately put the video over the DVD cover so there wouldn't be so much crowding in the anime's spot, it didn't take anything away. But I think what you're saying with the codes is you want tags and video to appear only when you click the more button, right? That would be a nice trick, but it doesn't seem to be in effect on your list atm. btw it would be way more convenient for everyone and easy to understand the codes you're explaining if you just posted a full CSS that had the imports completed then we could just paste the CSS in and see the trick for ourselves on our lists rather than editing it, importing it, and adding the other necessary codes.

Also if you click 'more' twice on your list atm so it stops the video- not one click- which is pretty inconvenient more so when you have to click that small link after it opens up this huge panel. Its far more convenient imo to simply pause the video and then it shrinks away when you move the cursor from it, as I did on the example pics from the first post. Maybe you can have a more panel that closes down when the anime's row isn't pointed to anymore.
Mar 7, 2013 11:06 AM

Offline
Dec 2012
147
Shishio-kun said:
Yeah we always had all three at the same time. In the top post pics I deliberately put the video over the DVD cover so there wouldn't be so much crowding in the anime's spot, it didn't take anything away. But I think what you're saying with the codes is you want tags and video to appear only when you click the more button, right? That would be a nice trick, but it doesn't seem to be in effect on your list atm. btw it would be way more convenient for everyone and easy to understand the codes you're explaining if you just posted a full CSS that had the imports completed then we could just paste the CSS in and see the trick for ourselves on our lists rather than editing it, importing it, and adding the other necessary codes.

Also if you click 'more' twice on your list atm so it stops the video- not one click- which is pretty inconvenient more so when you have to click that small link after it opens up this huge panel. Its far more convenient imo to simply pause the video and then it shrinks away when you move the cursor from it, as I did on the example pics from the first post. Maybe you can have a more panel that closes down when the anime's row isn't pointed to anymore.


I didn't realize that you already know all this, how stupid of me. More than I learn, less I realize I know, what contradiction...:XD

Well your knowlage about CSS is overhelming, while I just learned the basic stuff. That's why I'm limited in a lot of ways, but as you said "try this function on your list", so I did...

Nonetheless good pointers there, but personally I like it that I managed to come at least this far...hehehe


Mar 7, 2013 11:58 AM

Online
Feb 2010
12686
Monsterguy said:
Shishio-kun said:
Yeah we always had all three at the same time. In the top post pics I deliberately put the video over the DVD cover so there wouldn't be so much crowding in the anime's spot, it didn't take anything away. But I think what you're saying with the codes is you want tags and video to appear only when you click the more button, right? That would be a nice trick, but it doesn't seem to be in effect on your list atm. btw it would be way more convenient for everyone and easy to understand the codes you're explaining if you just posted a full CSS that had the imports completed then we could just paste the CSS in and see the trick for ourselves on our lists rather than editing it, importing it, and adding the other necessary codes.

Also if you click 'more' twice on your list atm so it stops the video- not one click- which is pretty inconvenient more so when you have to click that small link after it opens up this huge panel. Its far more convenient imo to simply pause the video and then it shrinks away when you move the cursor from it, as I did on the example pics from the first post. Maybe you can have a more panel that closes down when the anime's row isn't pointed to anymore.


I didn't realize that you already know all this, how stupid of me. More than I learn, less I realize I know, what contradiction...:XD

Well your knowlage about CSS is overhelming, while I just learned the basic stuff. That's why I'm limited in a lot of ways, but as you said "try this function on your list", so I did...

Nonetheless good pointers there, but personally I like it that I managed to come at least this far...hehehe


Its not stupid and I'm not saying you're limited... it has nothing to do with what each person knows I'm just pointing out you don't need to recode it to show the DVD pics and Youtube videos at the same time cuz they always appear together.

Not clear to me how you took my comments but I'm pointing out how you can display things better so people can use what you're displaying.. cuz otherwise no one is going to benefit from it since its so inconvenient to go thru all the steps you mentioned to see it if you can just post a default layout (or post a visual example).

Also I'm saying the thing you mentioned at the bottom "if you click more and scroll down the page" doesn't work as you're thinking. I don't want you to think something works when it doesn't.
Mar 8, 2013 6:41 AM

Offline
Dec 2012
147
Shishio-kun said:
Also I'm saying the thing you mentioned at the bottom "if you click more and scroll down the page" doesn't work as you're thinking. I don't want you to think something works when it doesn't.


I don't understand how it does not work for you, if it should...

No matter if you are logged in, or logged out, you can start playing a video when opening "More" function from any anime or manga on your list (preferably the one at the top). Than you start scrolling down the list and exploring it, while the video will not be showing itself at the screen(a part of the list hides from display), but the music will still be playing. So it's great for background music, if you ask me (sometimes finding what kind of music you want as a background is a pain in the a**, at least for me) !!!

Looking at this from the other side, let me just ask you if there is a possibility to insert music for the background of the layout as well, but I don't know how ???


Mar 9, 2013 3:34 PM

Online
Feb 2010
12686
Monsterguy said:
Shishio-kun said:
Also I'm saying the thing you mentioned at the bottom "if you click more and scroll down the page" doesn't work as you're thinking. I don't want you to think something works when it doesn't.


I don't understand how it does not work for you, if it should...

No matter if you are logged in, or logged out, you can start playing a video when opening "More" function from any anime or manga on your list (preferably the one at the top). Than you start scrolling down the list and exploring it, while the video will not be showing itself at the screen(a part of the list hides from display), but the music will still be playing. So it's great for background music, if you ask me (sometimes finding what kind of music you want as a background is a pain in the a**, at least for me) !!!

Looking at this from the other side, let me just ask you if there is a possibility to insert music for the background of the layout as well, but I don't know how ???


Yes it continues playing when you scroll down the page. But when you click the more button it doesn't turn off the video as you said. It just keeps playing.

I haven't looked into that yet. btw music playing automatically on a web page is something a lot of ppl hate. Maybe you could set it so a single more button for a particular anime covers the whole screen and then when you click it the video is set to go away or is invisible in someway. I'll probably look into someday but not time atm.

A particular #more button code would be something like a#xmenu269, which is the more button for anime #269. I used this code to turn them into music notes and play buttons before.
Jul 9, 2013 2:10 PM
Offline
Oct 2012
81
Shishio-kun, in your list, you have a little button you press that makes the YouTube video appear. Some other styles here in the club also have a setup to where hovering over an anime title opens a new box on the side with a cover image and/or tags. What I'd like to know is if it's possible to make it so that hovering over a title or clicking a little "play" button on the list could open up a separate "window" over to the side with the YouTube video in it. Like, my list is on the left side of the screen, so I think it'd be cool to be able to have YouTube videos open on the right side of the list in a new box. Is that doable? My apologies if this post is in the wrong thread.
Jul 12, 2013 3:27 AM

Online
Feb 2010
12686
AstralAxolotl said:
Shishio-kun, in your list, you have a little button you press that makes the YouTube video appear. Some other styles here in the club also have a setup to where hovering over an anime title opens a new box on the side with a cover image and/or tags. What I'd like to know is if it's possible to make it so that hovering over a title or clicking a little "play" button on the list could open up a separate "window" over to the side with the YouTube video in it. Like, my list is on the left side of the screen, so I think it'd be cool to be able to have YouTube videos open on the right side of the list in a new box. Is that doable? My apologies if this post is in the wrong thread.


maybe but what setup exactly do you want, if mine, I can look into it. btw when I get back in a week or so I will be showing another covers setup you can do that is more friendly to youtube layouts and those more buttons, that might be what you will want to change your cover styles too so you have more options later
Dec 13, 2013 2:35 PM
ざわ・・ ざわ・・

Offline
Oct 2012
323
i tried to put on a video on a anime in my list.. and then i`ve suddenly been denied access to the site!! i`m currently logged in with firefox as i cannot acces the site with chrome anymore..
Dec 13, 2013 3:18 PM

Online
Feb 2010
12686
yhfxirai said:
i tried to put on a video on a anime in my list.. and then i`ve suddenly been denied access to the site!! i`m currently logged in with firefox as i cannot acces the site with chrome anymore..


You can't go on Youtube.com at all anymore in Chrome? That shouldn't have anything to do with this since you're only embedding videos. They want you to embed videos on other sites its why they give you the link for it.

Anyways it looks like they don't let you embed Youtube videos on your list atm after they turned off new YT tags in summer. Doesn't matter if its in Chrome of Firefox.
Dec 13, 2013 3:49 PM

Offline
Nov 2010
26413
Shishio-kun said:
yhfxirai said:
i tried to put on a video on a anime in my list.. and then i`ve suddenly been denied access to the site!! i`m currently logged in with firefox as i cannot acces the site with chrome anymore..


You can't go on Youtube.com at all anymore in Chrome? That shouldn't have anything to do with this since you're only embedding videos. They want you to embed videos on other sites its why they give you the link for it.

Anyways it looks like they don't let you embed Youtube videos on your list atm after they turned off new YT tags in summer. Doesn't matter if its in Chrome of Firefox.
He's talking about incapsula. If it thinks you're trying to do something bad to the site, it locks you out and you have to use a different browser or incognito mode, etc to get back on. It's happened to many people while they were trying to update their CSS.
Dec 13, 2013 4:17 PM

Online
Feb 2010
12686
IntroverTurtle said:
Shishio-kun said:
yhfxirai said:
i tried to put on a video on a anime in my list.. and then i`ve suddenly been denied access to the site!! i`m currently logged in with firefox as i cannot acces the site with chrome anymore..


You can't go on Youtube.com at all anymore in Chrome? That shouldn't have anything to do with this since you're only embedding videos. They want you to embed videos on other sites its why they give you the link for it.

Anyways it looks like they don't let you embed Youtube videos on your list atm after they turned off new YT tags in summer. Doesn't matter if its in Chrome of Firefox.


He's talking about incapsula. If it thinks you're trying to do something bad to the site, it locks you out and you have to use a different browser or incognito mode, etc to get back on. It's happened to many people while they were trying to update their CSS.


ok can u give me more info on this pls, so what exactly happens:

I try to embed a video from youtube -> encapsula blocks youtube.com

? What happened when updating CSS, encapsula blocks MAL altogether?
Dec 13, 2013 4:24 PM

Offline
Nov 2010
26413
Shishio-kun said:
IntroverTurtle said:
Shishio-kun said:
yhfxirai said:
i tried to put on a video on a anime in my list.. and then i`ve suddenly been denied access to the site!! i`m currently logged in with firefox as i cannot acces the site with chrome anymore..


You can't go on Youtube.com at all anymore in Chrome? That shouldn't have anything to do with this since you're only embedding videos. They want you to embed videos on other sites its why they give you the link for it.

Anyways it looks like they don't let you embed Youtube videos on your list atm after they turned off new YT tags in summer. Doesn't matter if its in Chrome of Firefox.


He's talking about incapsula. If it thinks you're trying to do something bad to the site, it locks you out and you have to use a different browser or incognito mode, etc to get back on. It's happened to many people while they were trying to update their CSS.


ok can u give me more info on this pls, so what exactly happens:

I try to embed a video from youtube -> encapsula blocks youtube.com

? What happened when updating CSS, encapsula blocks MAL altogether?
Incapsula blocks you if the code looks shady I believe. I don't know much about it other than that, I'm not a big programmer person. Here are threads about it though.

http://myanimelist.net/forum/?topicid=702303
http://myanimelist.net/forum/?topicid=672963
http://myanimelist.net/forum/?topicid=685567&show=0
Dec 13, 2013 7:58 PM

Online
Feb 2010
12686
@IntroverTurtle

Alright, I see. Thanks a bunch man. Sorry, I should have known about this weeks ago but I haven't been looking into support forums since September as we've been really overwhelmed with problems and needed updates here.. however, no one here has reported anything like this problem tho till now and thankfully many new ppl have been able to update and install new layouts since then

So it blocks you from MAL under certain circumstances, as well as totally blocking third party programs. It looks like many of the circumstances users were blocked are random and accidental, where no harm was intended.. I even see a topic where someone got blocked for writing "boobs" wtf? It also seems the solutions are random like a single refresh fixing it

Based on what I've read (lots of wonky information) what I think solutions to fix the problem are:

1) refresh page
2) wait for it to stop blocking you (not sure how long it takes?)
3) refresh browser (delete cookies etc)
4) import code (hard)
5) use different browser (lame)

What do you think? I'll ask some ppl who have encountered the issue as well to try to gather the best possible solutions to the issue. Maybe it will go away after whitelist.



@yhfxirai: So disregard what I told you earlier, your Chrome got blocked from MAL because they have a flawed security system Incapsula that mistakenly blocks users on accident for a variety of dumb reasons. Try to refresh the page a bit and if you can't see MAL in Chrome refresh the browser by deleting the cookies (ask if you don't know how), and maybe wait a bit to see if it lets you back on. That seems to work with other ppl. You won't be able to use the Youtube trick till after 2014 starts anyways because of another bad change they made.
Shishio-kunDec 13, 2013 8:02 PM
Dec 13, 2013 8:09 PM

Offline
Nov 2010
26413
Shishio-kun said:
@IntroverTurtle

Alright, I see. Thanks a bunch man. Sorry, I should have known about this weeks ago but I haven't been looking into support forums since September as we've been really overwhelmed with problems and needed updates here.. however, no one here has reported anything like this problem tho till now and thankfully many new ppl have been able to update and install new layouts since then

So it blocks you from MAL under certain circumstances, as well as totally blocking third party programs. It looks like many of the circumstances users were blocked are random and accidental, where no harm was intended.. I even see a topic where someone got blocked for writing "boobs" wtf? It also seems the solutions are random like a single refresh fixing it

Based on what I've read (lots of wonky information) what I think solutions to fix the problem are:

1) refresh page
2) wait for it to stop blocking you (not sure how long it takes?)
3) refresh browser (delete cookies etc)
4) import code (hard)
5) use different browser (lame)

What do you think? I'll ask some ppl who have encountered the issue as well to try to gather the best possible solutions to the issue. Maybe it will go away after whitelist.
No problem, well it's to be expected since like you said, it hasn't happened to any users in this club. Maybe they're still trying to get the kinks out. It probably only happens when there's something different or wrong in their code, which is why it doesn't happen to everyone. Though it could also just be kind of random.

I'm pretty sure Incognito or private browsing mode also helps you get past it.

Hopefully it will, and I think your list is fine. I don't know if I posted all the threads, so there may be more solutions out there.
Dec 13, 2013 9:05 PM

Online
Feb 2010
12686
IntroverTurtle said:
Shishio-kun said:
@IntroverTurtle

Alright, I see. Thanks a bunch man. Sorry, I should have known about this weeks ago but I haven't been looking into support forums since September as we've been really overwhelmed with problems and needed updates here.. however, no one here has reported anything like this problem tho till now and thankfully many new ppl have been able to update and install new layouts since then

So it blocks you from MAL under certain circumstances, as well as totally blocking third party programs. It looks like many of the circumstances users were blocked are random and accidental, where no harm was intended.. I even see a topic where someone got blocked for writing "boobs" wtf? It also seems the solutions are random like a single refresh fixing it

Based on what I've read (lots of wonky information) what I think solutions to fix the problem are:

1) refresh page
2) wait for it to stop blocking you (not sure how long it takes?)
3) refresh browser (delete cookies etc)
4) import code (hard)
5) use different browser (lame)

What do you think? I'll ask some ppl who have encountered the issue as well to try to gather the best possible solutions to the issue. Maybe it will go away after whitelist.
No problem, well it's to be expected since like you said, it hasn't happened to any users in this club. Maybe they're still trying to get the kinks out. It probably only happens when there's something different or wrong in their code, which is why it doesn't happen to everyone. Though it could also just be kind of random.

I'm pretty sure Incognito or private browsing mode also helps you get past it.

Hopefully it will, and I think your list is fine. I don't know if I posted all the threads, so there may be more solutions out there.


Thanks for responding- I found like 2 or 3 other topics about it from those you linked and still doesn't seem to be any perfect solution.. I don't think I saw any mod response with a solution, just seems like they are trying to work the kinks out as you say!
Dec 15, 2013 2:14 PM

Offline
Jun 2013
19
Damn ! That prety cool !
If only MAL re-add it...

But.. Does that mean we can add a youtube video as background ?
This can be awesome !µLike this for example: http://www.elpsyproject.tk/
Dec 15, 2013 4:43 PM

Online
Feb 2010
12686
hatomike said:
Damn ! That prety cool !
If only MAL re-add it...

But.. Does that mean we can add a youtube video as background ?
This can be awesome !µLike this for example: http://www.elpsyproject.tk/


Yes you coulda added a video as a background (but it would need to be clicked twice to start as far as I can think) but that wasn't even the half of it! Using BBcode, you could also link to anywhere on the web from your list with custom pics, as long as you willing to give up the comments on a single anime for those pics and links. You could also add "list music" if it was on Youtube, but the user would have to click start it so its not so convenient but still cool. I wish I explored it more but I kept putting it off, now I can't till 2014 lol


I had a very unique cool idea to link to my designer friend's' lists from my list with a preview thingie using the BBcode links. Rough blueprint here (not a true screenshot):
http://i.imgur.com/YwAtbcb.png
(Added some red text to point out stuff)

There would small character portraits on the bottom lined up in a row. The portraits would be xmenus (similar to the play buttons on my completed category now). With CSS, when you put your cursor on the portrait, it would highlight and the name of a user would pop up with a big render of the character in the icon. If you clicked a certain icon twice, the BBcode code link behind that button would take you directly to the user's list!

I got the idea from video game character select screens like this. I might even have been able to animate the renders pop up similar to a game, but it would take high level CSS3 animation skill and probably need someone like Hahaido's help
https://www.youtube.com/watch?v=UYrYyJmu6fQ

That woulda been the dopest shit ever lol and been really original which is my main goal with personal designs, and given more hits to my friends exceptional lists (such as Lirina and Hahaido). It woulda been fun giving them personalized icons and renders too...

BUT NO... FUN SHUT DOWN FOR EVERYONE
https://www.youtube.com/watch?v=ekxn5KLv9XQ
Shishio-kunDec 15, 2013 4:51 PM
Dec 16, 2013 8:16 AM

Offline
Jun 2013
19
Shishio-kun said:
hatomike said:
Damn ! That prety cool !
If only MAL re-add it...

But.. Does that mean we can add a youtube video as background ?
This can be awesome !µLike this for example: http://www.elpsyproject.tk/


Yes you coulda added a video as a background (but it would need to be clicked twice to start as far as I can think) but that wasn't even the half of it! Using BBcode, you could also link to anywhere on the web from your list with custom pics, as long as you willing to give up the comments on a single anime for those pics and links. You could also add "list music" if it was on Youtube, but the user would have to click start it so its not so convenient but still cool. I wish I explored it more but I kept putting it off, now I can't till 2014 lol


I had a very unique cool idea to link to my designer friend's' lists from my list with a preview thingie using the BBcode links. Rough blueprint here (not a true screenshot):
http://i.imgur.com/YwAtbcb.png
(Added some red text to point out stuff)

There would small character portraits on the bottom lined up in a row. The portraits would be xmenus (similar to the play buttons on my completed category now). With CSS, when you put your cursor on the portrait, it would highlight and the name of a user would pop up with a big render of the character in the icon. If you clicked a certain icon twice, the BBcode code link behind that button would take you directly to the user's list!

I got the idea from video game character select screens like this. I might even have been able to animate the renders pop up similar to a game, but it would take high level CSS3 animation skill and probably need someone like Hahaido's help
https://www.youtube.com/watch?v=UYrYyJmu6fQ

That woulda been the dopest shit ever lol and been really original which is my main goal with personal designs, and given more hits to my friends exceptional lists (such as Lirina and Hahaido). It woulda been fun giving them personalized icons and renders too...

BUT NO... FUN SHUT DOWN FOR EVERYONE
https://www.youtube.com/watch?v=ekxn5KLv9XQ


This would be so easy with HTML... ^^'
Reply Disabled for Non-Club Members

More topics from this board

» ❓ Ask for help here + See Frequently Asked Questions ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Apr 15, 2010

7924 by Shishio-kun »»
6 hours ago

» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )

Valerio_Lyndon - Apr 19, 2018

1262 by Shishio-kun »»
Sep 22, 4:35 AM

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

382 by Shishio-kun »»
Sep 22, 4:29 AM

Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )

Shishio-kun - Feb 16, 2023

57 by Shishio-kun »»
Sep 22, 4:27 AM

Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templates

Shishio-kun - Feb 16, 2023

31 by Shishio-kun »»
Sep 22, 4:14 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login