Forum Settings
Forums

[TOOLS] Fellow Writer - A set of tools for your css layout (by U531355)

New
May 1, 2014 8:36 AM
#1

Offline
Apr 2009
159
This topic on fixing your covers part of our Customizing your list section and Tools and Tips section.

All Cover Generators
Blink! * Genku * MalCat * Fellow Writer * MAL-Image * MAL Tool


Fix for Fall 2015
Fellow Writer users may have noticed that covers don't load or the layout loads slowly. Fellow Writer still works! To fix the problem, simply add an "s" after the http before Dropbox in your Fellow Writer code (remember there are two instances of http, add the s to the second one).

Example of a fixed anime list Fellow Writer import:
@import url("https://mal-fellow-writer.appspot.com/anime/Shishio-kun/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more");

Example of a fixed manga list Fellow Writer import:
@import url("https://mal-fellow-writer.appspot.com/manga/Shishio-kun/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more");

Of course, use your username in place of mine. Change http to https in any other imports that use Dropbox to fix similar loading problems.
Thanks to Kiokuzoku for this tip!


Fellow Writer


What is this?

Fellow Writer is an online-based css generator. It is used by importing the following:Depending on what you want to generate, you'll have to change the action and the parameters accordingly.

What can I generate?

1) CSS unique for myself

This is used by specifying a type (anime or manga and your username:
@import url(https://mal-fellow-writer.appspot.com/type/username/?parameters);

The parameters are a list of GET parameters. This is written as follows:
param1=value&param2=value&param3=value
The order of the parameters doesn't matter. You can choose the ones you want amongst the followings:

Covers
Parameter name: covers
Value: url
Where url is a link to a file containing a format. This format must include the special values &id and &img.

The classical more selector format is the following:
#more&id{background-image:url(&img);}
I provide this file at the following address: https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more
Which means everybody can use the following to generate his covers with the more selector:

2) Random css

This is used by specifying random as the action and a files parameter. The file is a link to a file containing a list of links to css files, one on each line. This can thus be used like this:
Don't forget to replace url by the actual url of the file.
Shishio-kunSep 4, 2016 10:57 PM
Reply Disabled for Non-Club Members
Pages (2) [1] 2 »
May 1, 2014 8:44 AM
#2

Offline
Apr 2009
159
There is more coming.
May 13, 2014 6:10 PM
#3

Offline
Feb 2010
12740
Early June updates? Interesting.

You released this at the two year anniversary of when you released the other generator! Was that on purpose?
http://myanimelist.net/forum/?topicid=436031

That was original program was the biggest changing factor on MAL lists I think, in its history. Only a few ppl (literally a few) had covers before that.
May 14, 2014 6:47 AM
#4

Offline
Jan 2012
58
im not exactly sure what this is, but it works! Thanks. This is what i got..so using will automatically generate anime or manga covers for your theme and update when new manga or anime is added to your list? then this generated list is stored on your website using the given format?
Jun 11, 2014 8:13 PM
#5

Offline
Dec 2011
46
Nvm its still working
KATEKYOJun 29, 2014 11:57 PM
Jun 11, 2014 8:27 PM
#6

Offline
Feb 2010
12740
U5 said he was going to make a change soon around this time, so I guess this is it.
Jul 2, 2014 11:36 PM
#7

Offline
Nov 2011
1753
I test it and its working fast..Thanks for this.
Btw..is this auto update?


Jul 13, 2014 1:02 PM
#8
Offline
Jul 2018
561867
This is fantastic, thanks for developing this.
Jul 29, 2014 1:07 PM
#9

Offline
Jan 2014
198
Awesome, the system of updating covers manually with the individual more selector was no longer working for me so this is precisely what I needed! Perfect, thanks a lot.
“We see what we want to see”
Aug 12, 2014 3:15 PM

Offline
Aug 2013
520
Thanks for this, it works like a charm!
Though I do wonder what happened to the June update :P




Aug 25, 2014 3:55 PM

Offline
Apr 2012
181
Change the word type by anime or manga, and also change the word username by your own username.

This is my anime generated list:
http://mal-fellow-writer.appspot.com/anime/al_exs/?covers=http://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more
Aug 28, 2014 9:09 AM

Offline
Jun 2013
41
al_exs said:
...


Reloaded page 20 times. 13/20 with this error.
Aug 29, 2014 7:10 AM

Offline
Jul 2013
196
al_exs said:
Change the word type by anime or manga, and also change the word username by your own username.

This is my anime generated list:
http://mal-fellow-writer.appspot.com/anime/al_exs/?covers=http://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more

I know how use since I started use, but now sometimes that generator don't generate covers.
Deividas said:
al_exs said:
...


Reloaded page 20 times. 13/20 with this error.

Same here.
[size=0]
[/size]
Aug 29, 2014 7:35 AM

Offline
Nov 2011
304
The Incapsula is to blame here. My own (new, online) application got banned too.
Precisely, this happens because instead of XML malappinfo.php gives you Incapsula HTML, which crashes the parser.
Aug 31, 2014 7:49 AM
Offline
Jul 2018
561867
Trying to just load the template results in a 509 error from Dropbox:


Hosting your own template file should fix the issue. At least it fixed the issue for me.

Steps:
1. Open notepad
2. Input
#more&id{background-image:url(&img);}

3. Save file in your dropbox
4. Copy the public URL for the file
5. Add the url to the file at the end of
http://mal-fellow-writer.appspot.com/type/username/?covers=

6. Don't forget to change type and username
removed-userAug 31, 2014 8:00 AM
Sep 2, 2014 4:48 PM

Offline
Jul 2011
2
I was using Fellow Writer for anime covers in my list and it was working really well. After the hacker attack the dropbox crashed so it didn't work and I knew that, but right now dropbox links are up and working, but covers still don't show up in my list.
I already change "type" with "anime" and "username" with mine.
I also tried to upload a css of mine on dropbox to put after "covers=" (as suggested in the post before me).
Right now I switched to a self-created CSS with Blink, but not having to keep it updated and such was very useful.

Is it a problem only for me or for everyone?
(Sorry for my poor english)
Sep 3, 2014 1:27 AM
Offline
Jul 2018
561867
Mine works fine, using fellow writer with a self-hosted template.
Sep 3, 2014 6:56 PM

Offline
Jul 2011
2
Blazeflack said:
Mine works fine, using fellow writer with a self-hosted template.

Actually I see no covers in your anime list.
It also doesn't work for a friend of mine, so I'm starting to think it's a problem of the app.
Sep 3, 2014 7:25 PM

Offline
Feb 2010
12740
Marsh940 said:
Blazeflack said:
Mine works fine, using fellow writer with a self-hosted template.

Actually I see no covers in your anime list.
It also doesn't work for a friend of mine, so I'm starting to think it's a problem of the app.


I don't see them either, it looks like the same error from before. I think this error started with the dropbox crashing and hacking attacks (mid last week)? (Damn we really got blindsided lol) speculation: So whatever caused the error might be connected to that and is still happening...?
Sep 4, 2014 3:07 AM
Offline
Jul 2018
561867
Shishio-kun said:
Marsh940 said:

Actually I see no covers in your anime list.
It also doesn't work for a friend of mine, so I'm starting to think it's a problem of the app.


I don't see them either, it looks like the same error from before. I think this error started with the dropbox crashing and hacking attacks (mid last week)? (Damn we really got blindsided lol) speculation: So whatever caused the error might be connected to that and is still happening...?


Yeah they are gone now. They were working at the time of posting (or perhaps they were still cached, that could probably be true).

Edit: 1 min after I first posted this they started working again. I guess the Fellow Writer app has a few issues staying connected or something.

Edit2: Yeah I tried loading my cover url directly (which worked fine) and then refreshing the page every 5 seconds or so. Out of 10 refreshes about half of them resulted in an error while the rest of the refreshes correctly loaded the entire list of "more" code. Error below:
Error on line 1: The element type "meta" must be terminated by the matching end-tag "</meta>".


It's safe to say the Fellow Writer app service is anything but stable right now :p
removed-userSep 5, 2014 2:11 AM
Sep 23, 2014 3:30 AM

Offline
Nov 2011
1753
this is not working anymore..any update please.


Sep 23, 2014 3:42 AM

Offline
Aug 2013
520
It has been out if commission for quite some time now, but I have not seen U5, the creator around in almost as long a time. I woukd suggest using another cover generator.




Oct 10, 2014 6:31 AM

Offline
May 2014
2191
It works perfectly to me. Thanks a lot! :D
Feb 18, 2015 10:50 PM

Offline
May 2012
1099
thanks so much, this is awesome!!!
Mar 2, 2015 5:01 PM

Offline
Oct 2013
31
T_____T idk y its not working all of a sudden!!
Mar 2, 2015 7:09 PM

Offline
Jan 2014
332
it stoped working Q_Q
Mar 3, 2015 2:39 AM

Offline
Aug 2013
520
U5's dropbox seems too be down.




Mar 6, 2015 11:15 AM

Offline
Sep 2010
703
Oiomi-chan said:
U5's dropbox seems too be down.

yup
Mar 7, 2015 10:14 AM
Offline
May 2013
6
Hello,
Fellow writer doesn't work anymore, is it because dropbox U35 links are down? If so, what should I do? there's no cover or anything in my anim list. Should I let anything as it is and it will go back to normal itself after the links are regenerated or should I change the codes?
Mar 7, 2015 12:44 PM

Offline
Aug 2013
520
Yes that's the reason. And yes it will go back to normal eventually, but if you want more stability I would recommend using a premade cover file, for example the one made by shishio, you can also make your own. You can check these options out in the forum index topic.




Mar 30, 2015 1:10 PM

Offline
Jul 2013
196
Does Fellow Writer works now again or still sometimes broke?
[size=0]
[/size]
Apr 3, 2015 7:15 PM
Offline
Feb 2015
2
It works again.
Apr 10, 2015 11:42 AM

Offline
Jun 2012
536
not entirely sure how it works but i finally got my covers back on lists which disappeared since other generator stopped working it was bothering me for a long period of time and i even quit MAL for some time so thanks a lot for this release seems a lot easier and now no covers missing so far so thanks again.
"When a flat-chested loli hugs you, she holds you closer to her heart"
"--I am a single bullet. It has no heart. Therefore, it does not think. It just flies straight towards its target."
Aug 27, 2015 3:14 PM

Offline
Apr 2015
2893
So what is the fix now? I'm missing some covers on my list and i'm using this one:
@import url(https://googledrive.com/host/0BxjwQr0BBXs-MVlzYkRVc0k0Q0k);

And it seems this fix isnt working either anymore.. So what can i use now?
Oct 23, 2015 7:08 AM

Offline
Dec 2014
1030
This doesn't seem to work anymore...
Oct 24, 2015 12:49 PM
Offline
Oct 2015
7
I confirm it still works fine, but you need to upload your own .CSS file containing the line :
#more&id{background-image:url(&img);}

Then you need to find a website which can provide you a direct link. For example I share mine : http://www.petit-fichier.fr/2015/10/24/anime/anime.css

Dropbox is no more direct link like this, that why some are encountering errors.

Then you just have to follow the instructions of the 1# message and write in your CSS :
@import url(http://mal-fellow-writer.appspot.com/"type"/"username"/?covers="your direct link");

Don't forget to replace the bold parts of this line by your own infos. Of course you can use my link but if it gets deleted you'll need a new one.

Good luck !

Au revoir
Oct 24, 2015 2:13 PM

Offline
Dec 2014
1030
Thanks, mate. A real help, that is.
Oct 24, 2015 10:42 PM

Offline
Feb 2010
12740
To fix the Fellow Writer issue, simply add an "s" after the second http in your Fellow Writer link. For example:

@import url("http://mal-fellow-writer.appspot.com/anime/Shishio-kun/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more");

Thanks to Kiokuzoku for this tip!
Oct 25, 2015 11:57 AM

Offline
Dec 2014
1030


EDIT: I figured it out. It turns out you shouldn't save it as "Unicode". Just saved it as "UTF-8" or "ANSI", and it started working again.
ShoichiOct 25, 2015 12:25 PM
Aug 24, 2016 12:56 AM
Offline
Jul 2018
561867
If you're missing covers on your list when using Fellow Writer, then make sure to change "http" to "https" in the fellow-writer URL.
Aug 24, 2016 2:08 AM

Offline
May 2014
60
Thanks for the fix :D
Aug 31, 2016 7:55 AM
Offline
Dec 2011
241
Covers stopped working for me, dropbox link isn't working
anyone has a fix for this please?
Aug 31, 2016 9:28 PM

Offline
Nov 2009
1632
kazurengan said:
Covers stopped working for me, dropbox link isn't working
anyone has a fix for this please?

The solution for your answer is 2 posts above.
Sep 1, 2016 2:37 AM
Offline
Dec 2011
241
Takana_no_Hana said:
kazurengan said:
Covers stopped working for me, dropbox link isn't working
anyone has a fix for this please?

The solution for your answer is 2 posts above.


i tried that, but it's not working.
Sep 1, 2016 4:58 AM

Offline
Nov 2011
304
Sep 1, 2016 11:55 AM
Offline
Dec 2011
241


inside the link i see this

#more&id{background-image:url(&img);}

wasn't there supposed to be the covers CSS or something?
Sep 1, 2016 9:53 PM

Offline
Nov 2011
304
kazurengan said:

inside the link i see this

#more&id{background-image:url(&img);}

wasn't there supposed to be the covers CSS or something?


Read first post.
Sep 2, 2016 11:35 AM
Offline
Dec 2011
241
VeriTi said:
kazurengan said:

inside the link i see this

#more&id{background-image:url(&img);}

wasn't there supposed to be the covers CSS or something?


Read first post.


i need to post the covers on "url" right?
but the covers link here don't work.
Sep 4, 2016 10:57 PM

Offline
Feb 2010
12740
To help me with sorting these topics, the author's names has been placed in the title and a list of all generators has been placed in the top of the OP
Reply Disabled for Non-Club Members
Pages (2) [1] 2 »

More topics from this board

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

Shishio-kun - Feb 16, 2023

64 by NightmareTala »»
Oct 5, 1:08 PM

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

Shishio-kun - Feb 16, 2023

35 by iluvmozu »»
Oct 4, 11:41 PM

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

Shishio-kun - Apr 15, 2010

7924 by Shishio-kun »»
Sep 24, 1:50 AM

» [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
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login