mangaupdates serie info

By chulian Last update Aug 23, 2010 — Installed 289 times.

Bug

in
Subscribe to Bug 13 posts, 2 voices



matrixik Scriptwright
FirefoxWindows

Hello,
can you update your script, please? Sponsored links don't have sContent class and because of that manga image move there (if sponsored link are at the left column).

Sponsored link at the left column (bad): http://www.mangaupdates.com/series.html?id=8161
Sponsored link at the right column (OK): http://www.mangaupdates.com/series.html?id=52253

Thank you

 
chulian Script's Author
FirefoxWindows

I think I fix it, and upgraded the script

 
matrixik Scriptwright
FirefoxWindows

Thank you for your excellent script. Mangaupdates have horrible page usability.

but...

With last version you cut too much :P

I don't know how big screen resolution you have but 5 columns is too much. Also I don't see search box or "Releases" link.

I create sample mockups how I think it should look like:
http://lumzy.com/access/?id=995D7403F118B78DD73...

Tell me what you think about that.

Cheers

 
chulian Script's Author
FirefoxWindows

Sorry matrixik cant see mockup :( can u send me pics?

 
matrixik Scriptwright
FirefoxWindows

http://i.imgur.com/mSyHH.jpg
http://i.imgur.com/a7KrI.jpg

Cheers

 
chulian Script's Author
FirefoxWindows

thanks will do ;)

 
chulian Script's Author
FirefoxWindows

Thanks will work on it ;)

 
matrixik Scriptwright
FirefoxWindows

Thank you.

Cheers

 
chulian Script's Author
FirefoxWindows

Done ^^ the categories are a bit all over the place :( u can now move the info horizontally

 
matrixik Scriptwright
FirefoxWindows

Thank you very much.

I only change line 181 to:

$('.sContainer').css('width','33%');
And now I have 3 columns :)

I think you can also add

$('.center_content').css('width','100%');
right panel will look better.

Cheers

 
matrixik Scriptwright
FirefoxWindows

One more thing: maybe you can add ids to each category div based at his name?
Get all with:

RegExp: /<div class="sCat"><b>.*</b>/g
extract names, add ids. With that, categories should always be at the same places, and you can even add option to collapse specified categories.
But I don't know how slow it will be...

Cheers

 
chulian Script's Author
FirefoxWindows

Thanks for the tips, ill will figure out how much sContainer width based on the screen, some day :P

 
matrixik Scriptwright
FirefoxWindows

I don't know if I understand you correctly but:
sContainer have width 331px (50% * 662px (#main_content))
To get user screen width use

window.innerWidth

Subtract menu width from
window.innerWidth
, next divide that by 330, round down and you have no. of columns. Divide 100 by no. of columns, round down (for 33.33333 etc.) and use as percentage width for .sContainer.

Cheers

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel