Author |
Topic |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 13:57:21
|
What if you use a div layer for the content? Similar to that I have used in the NewCard for testing purposes... That way you have the scrollbar only inside the layer. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 14:08:55
|
quote: Originally posted by JDommi
What if you use a div layer for the content?
It is already inside a div (because each tab is a div layer) and that is the bug in IE if a table is inside a div layer the div layer gets expanded beyond the boundaries of the page.
Outside a div layer tables work, but that is not an option because a tab is a div layer. |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 14:27:56
|
Found a workaround:
I have to set the div container to a fixed height, then everything works. So now the Tabs are now all 350px height. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 14:30:11
|
Just found on google this workaround: <div style="position:absolute; top 100px; left:200px; width:auto;margin-right:10px"> <div style="width:100%"> <table width="100%"> .....5 columns of tabular data..... </table> </div> </div>
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 16:25:46
|
- Many small style fixes on all Cards - Added Tabs to the Actors Card - Actor Bio will be divided in 3 Parts(Tabs): Additional Info, Bio, Trivia
Additional Actors Info is supported from the following import Sites:
- IMDB.COM
- adultdvdempire.com/pornstardata.com
- excaliburfilms.com
http://www.mediafire.com/?pc14plyl9g4f023 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 17:52:32
|
Stupid question: What is additional actors info? |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
merlino
Starting Member
19 Posts |
Posted - 11 Apr 2011 : 18:38:22
|
[quote]Originally posted by Prinz
- Many small style fixes on all Cards - Added Tabs to the Actors Card - Actor Bio will be divided in 3 Parts(Tabs): Additional Info, Bio, Trivia
Additional Actors Info is supported from the following import Sites:
- IMDB.COM
- adultdvdempire.com/pornstardata.com
- excaliburfilms.com
Filmography data and label seem to disappeared after update from IMDB.com ?! |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 19:00:00
|
quote: Originally posted by JDommi
Stupid question: What is additional actors info?
Examples:
On IMDB.COM:
Alternate Names: Nickname: Height: Spouse:
On the Adult Sites:
Measurements: Weight: Hair Color: Eye Color: Ethnicity: Tattoos: Known Alias: Years Active: Piercings: Alias: Contracted Studio: |
Edited by - Prinz on 11 Apr 2011 19:00:45 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 19:17:43
|
Aah, thanks. I would have allocated that to the bio 'til now. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 19:30:43
|
quote: Originally posted by JDommi
Aah, thanks. I would have allocated that to the bio 'til now.
Yeah it's imported in the Actor Bio Field. But now it's parsed (into a Table) and moved to the Additional Info Tab via Javascript.
- Added support for the _ACTOR_FILMOGRAPHY_ Field if _TACTOR_FILMOGRAPHY2_ is empty (some script don't import that data) Edit: - Added support for ADDITIONAL INFO<BR>------- marker in Bio Field for additional info
http://www.mediafire.com/?9g96w27faxgrw6d |
Edited by - Prinz on 11 Apr 2011 19:55:00 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 19:59:37
|
Just an additional thought: today I have seen a site with additional info on the characters of some series. Would it be possible/usefull to add that to the series main card? And are there enough sites to get those info?
And what about season plots? The frame story of the show itself and the story of each episode are there but the story of each season can differ from the whole show's story! As example "Dexter". |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 20:06:27
|
quote: Originally posted by JDommi
Just an additional thought: today I have seen a site with additional info on the characters of some series. Would it be possible/usefull to add that to the series main card? And are there enough sites to get those info?
Example? But i don't think that the data will fit in any available field.
quote: And what about season plots? The frame story of the show itself and the story of each episode are there but the story of each season can differ from the whole show's story! As example "Dexter".
I think that is something for it own new field.
For TV Shows many things (Fields and more) are missing. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 20:30:45
|
I have saved the link to (german) site that provides those info. I will paste the link tomorrow as the info is easier to extract than from here: http://de.wikipedia.org/wiki/Bones_-_Die_Knochenjägerin
And yes, there is really much missing. But in this special case: the episode card contains a field Rahmenhandlung (frame story) that could be used for. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 20:45:37
|
quote: Originally posted by JDommi
And yes, there is really much missing. But in this special case: the episode card contains a field Rahmenhandlung (frame story) that could be used for.
First of all that Field is in the Episode Level and can only be used on the Episode Card. And that is only a short Text Field (max 250 Chars) |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 20:56:09
|
*think* As mostly none or less custom fields are used for TVShows - why not storing the info in a free field? Then you could pass it to every episode of the season And you can add an additional info to the seasons part of the main movie card. But I fully agree with you, we need more fields.
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 21:07:40
|
The IMDB.COM (TVSeries) For Rel.7 uses piratically all Custom Fields... At least all Big Fields. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 21:19:57
|
Okay, that I don't know as I have used only few info from imdb. I wanna have only german info - except for the awards and missing crew/actors. It's also killing that I have too much actors with english bio, etc. And language-mixed info is even more... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 11 Apr 2011 : 21:36:48
|
The Problem is that there is no site that comes even close (content) to imdb.com in german and properly most other languages. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 11 Apr 2011 : 21:43:30
|
Yes, that's the sad truth... And merging all info from different scripts are extremly time-consuming. And highly killing when you overwrite your data because of missing options for pre-selecting what you wanna import additionally. For that I'm really glad about your last option for TVShows to exclude the main info! |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4653 Posts |
|
Topic |
|
|