Infotainment
News
News Archive
Link Me
Links
Gästebuch
Community
Forum
Movies
Tutorials
Blog
Portfolio
Designs
Anpassung
Logos
Services
Downloads
Addons
Banner
Templates
Enterpages
Playerrahmen
Header
webspell
Mods
Impressum
Kontakt
Über Mich
Impressum
PG-Designs|Free Webspell Addons and more. Dateien. Webspell Modifikationen.
Besucher:
12
Heute
103
Gestern
1970
Monat
39797
insgesamt
213
registrierte Benutzer
0 Benutzer
online
7 Gäste
online
Slider
Movies
Hier wurde nur eine Anpassung gemacht in der form Xhtml/Css/Valide
Hier wurde nur eine Anpassung gemacht in der form Xhtml/Css/Valide
Hier wurde nur eine Anpassung gemacht in der form Xhtml/Css/Valide
Hier hab ich derzeit nur das Design fertig
Gamer-Grafix
Ovaroo
Aw3some
Clantemplates
Pirates of the Caribbean 4
Moviecat:
Filme
Aufrufe: 662
TRON
Moviecat:
Filme
Aufrufe: 572
Transformers 3
Moviecat:
Filme
Aufrufe: 613
Der Adler der Neunten Legion
Moviecat:
Filme
Aufrufe: 570
Battle Los Angeles
Moviecat:
Filme
Aufrufe: 561
Get the Flash Player
to see this player.
Get the Flash Player
to see this player.
Get the Flash Player
to see this player.
Get the Flash Player
to see this player.
Get the Flash Player
to see this player.
Du befindest dich derzeit hier: »
Forum
»
Fragen und Antworten
»
sc_movie 03
Forum
»
PG Coding
»
Fragen und Antworten
»
sc_movie 03
Sortierung:
Autor:
Mitteilung:
joelkarn
Rank 2
11 Beiträge
18.06.2011, 19:49
i wonder if i have done something wrong when i installed this addon on my website. You can have a look here
http://referd.org/webspell
Autor:
Mitteilung:
Pascal
Administrator
57 Beiträge
18.06.2011, 20:24
Sorry I was so bad in English
Open sc_movie.php this change can
Code:
1.
2.
$playerwidth = "312"; // the width of the player
$playerheight = "250"; // the height of the player
css data back
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
.uploadercontent{
width:720px;
height:60px;
padding:5px 5px 5px 5px;
margin:2px 0px 0px 0px;
border:1px solid #111;
background-image:url(../images/playlist.jpg);
}
.uploadercontent:hover {
width:720px;
height:60px;
padding:5px 5px 5px 5px;
margin:2px 0px 0px 0px;
border:1px solid #111;
background-image:url(../images/playlist1.jpg);
}
.pics{
width:72px;
height:50px;
float:left;
}
.uploadertext {
width:195px;
height:50px;
float:left;
color:#FFF;
margin:0px 0px 0px 10px;
}
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
.uploadercontent{
width:280px;
height:60px;
padding:5px 5px 5px 5px;
margin:2px 0px 0px 0px;
border:1px solid #111;
background-image:url(../images/playlist.jpg);
}
.uploadercontent:hover {
width:280px;
height:60px;
padding:5px 5px 5px 5px;
margin:2px 0px 0px 0px;
border:1px solid #111;
background-image:url(../images/playlist1.jpg);
}
.pics{
width:72px;
height:50px;
float:left;
}
.uploadertext {
width:195px;
height:50px;
float:left;
color:#FFF;
margin:0px 0px 0px 10px;
}
(
Größe angepasst: 80x468px,
)
(
Größe angepasst: 135x300px,
)
Autor:
Mitteilung:
joelkarn
Rank 2
11 Beiträge
18.06.2011, 22:06
and when i are looking to the screenshot in the download section, it looks like something in the graphic are missing?
Autor:
Mitteilung:
Pascal
Administrator
57 Beiträge
18.06.2011, 22:14
sc_movie.php Search
Code:
1.
src="../images/movies/`.$ar[movscreenshot].
replace
Code:
1.
src="images/movies/`.$ar[movscreenshot].
css replace
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
.uploadercontent{
width:280px;
height:60px;
padding:5px 5px 5px 5px;
margin:2px 0px 0px 0px;
border:1px solid #111;
background-image:url(images/playlist.jpg);
}
.uploadercontent:hover {
width:280px;
height:60px;
padding:5px 5px 5px 5px;
margin:2px 0px 0px 0px;
border:1px solid #111;
background-image:url(images/playlist1.jpg);
}
.pics{
width:72px;
height:50px;
float:left;
}
.uploadertext {
width:195px;
height:50px;
float:left;
color:#FFF;
margin:0px 0px 0px 10px;
}
(
Größe angepasst: 80x468px,
)
(
Größe angepasst: 135x300px,
)
Autor:
Mitteilung:
joelkarn
Rank 2
11 Beiträge
18.06.2011, 23:29
now are the only the blue scroll missing.
Autor:
Mitteilung:
Pascal
Administrator
57 Beiträge
19.06.2011, 01:11
Open youre flexcrollstyles.css
replace
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.vscrollerbase {
width: 16px;
padding:5px 0px 5px 0px;
background-image:url(images/scroll_02.png);
background-color:black;
}
.vscrollerbar {
background-position:right;
background-repeat:no-repeat;
width: 14px;
background-image:url(images/handle_mid.png);
}
.hscrollerbase {
height: 10px;
background-color:black;
}
.hscrollerbar {
height: 10px;
background-color:black;
}
(
Größe angepasst: 80x468px,
)
(
Größe angepasst: 135x300px,
)
Autor:
Mitteilung:
joelkarn
Rank 2
11 Beiträge
19.06.2011, 01:42
thx for all your help
Autor:
Mitteilung:
joelkarn
Rank 2
11 Beiträge
28.07.2011, 16:27
one thing how can i get the blue line where the scroll are
Sortierung:
Um ein Thema zu eröffnen musst du registriert und eingeloggt sein!
•
Jetzt registrieren
•
Einloggen