peterha
Goto Top

Joomla mit Agroa Forensoftware - seltsamer leere Stelle - wie kommt das?

Hallo liebe Gemeinde,
hallo Timo,

ich habe mich nun für agora als forensoftware entschieden.

hier die seite: www.ohmeingottwirwerdenallesterben.de

wenn ihr oben auf forum klickt, dass erscheint im forum oben eine riesige freie stelle.

das sieht es blöd aus. Hat von euch jemand ne idee wie wir das korrigieren können?!?

bin für jeden hinweis dankbar!!!

vg
Peter

Content-ID: 148545

Url: https://administrator.de/forum/joomla-mit-agroa-forensoftware-seltsamer-leere-stelle-wie-kommt-das-148545.html

Ausgedruckt am: 15.04.2025 um 01:04 Uhr

DockMaster-de
DockMaster-de 07.08.2010 um 15:22:14 Uhr
Goto Top
Hallo,

ich kenne die Forensoftware zwar nicht, aber diese wird wohl auch über Styles gesteuert. In den Styles sollte sich eine Datei "header.php" o.ä. befinden. Hier würde ich mal die Suche starten.

have a nice day...

DockM@ster
mrtux
mrtux 07.08.2010 um 15:47:47 Uhr
Goto Top
Hi !

Zitat von @peterha:
hier die seite: www.ohmeingottwirwerdenallesterben.de

Bitte Links so einstellen, dass man drauf klicken kann, wir sind Admins, wir müssen den lieben langen Tag genug herumtippen, hier dürfen wir auchmal faul sein... :-P

Zum Thema: Vermutlich ist die freie Fläche ein Platzhalter im Template für ein Image...

mrtux
peterha
peterha 07.08.2010 um 16:29:28 Uhr
Goto Top
sorry für die sache mit dem link! bin von joomla so verwöhnt, dass es automatisch zum link wird...

habe herausgefunden:

WENN ich das template nutze, dass ich nutze, DANN ist da der komische Platz. Wenn ich das joomla default template nehme, dann ist das nicht der fall!

Wie kann das denn bitte sein!? Ich verstehe mom nicht ob jetzt das Forum oder das Template schuld ist... Ich habe eben im template im css mal die template breite vergrößert. Ich hätte mir vorstellen können, dass es eine größere breit braucht und deswegen aufgrund eines Konfliktes nach unten rutscht.

eine header php gibts nicht im agora. sollte da ein bild rein, dann wäre ja es auch im def template weiter unten gewesen...

Habt ihr ne Idee?

VIELEN DANK für eure bisherigen und kommenden Antworten. Ihr seid klasse.

gruß aus dem sonnigen hamburg!
Peter
mrtux
mrtux 07.08.2010 um 16:36:58 Uhr
Goto Top
Zitat von @peterha:
sorry für die sache mit dem link! bin von joomla so verwöhnt, dass es automatisch zum link wird...

Du musst nur das fehlende //http://// ergänzen dann funktioniert das schon, etwa so:

http://www.ohmeingottwirwerdenallesterben.de

siehst Du und schon kann man den Link auch anklicken.... face-wink

WENN ich das template nutze, dass ich nutze, DANN ist da der komische Platz. Wenn ich das joomla default template nehme, dann ist
das nicht der fall!

Dann würde ich erstmal auf einen Fehler im Template tippen, schau dir den Bereich mal etwas genauer im Template an, normalerweise solltest Du das finden, hast Du auch mal geschaut ob das nur bei einem bestimmten Browser passiert, also nur mit dem IE? oder nur mit dem Firefox? Die Browser reagieren da nämlich oftmals unterschiedlich...

mrtux
peterha
peterha 07.08.2010 um 17:26:16 Uhr
Goto Top
Hallo tux,

ich denke auch es liegt am template. allerdings würde ich es ungern switchen... Hier einmal ein auszug aus der template css. wenn ich sie umbennne, dann ist die freie fläche weg. natürlich auch der andere rest.... css halt.

kannst du hier vllt einen fehler erkennnen? ich sehe da nix falsches...

vg
peter

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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
@charset "utf-8"; 
/* CSS Document */


body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	margin-top:0px;
	margin-bottom:0px;
}


#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	line-height: 1.5em;
}

#header {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}

#content {
	width:650px;
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #bbbbbb;
}

#right {
	float:right;
	width:218px;
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #bbbbbb;
	margin-bottom:20px;
}

#footer {
	width:920px;
	background-color:#ffffff;
	padding: 15px;
	border: 1px solid #bbbbbb;
	margin-top:20px;
	text-align:center;
	clear:both;
}

a img {
	border:none;
}

fieldset {
	border:none;
}

.button {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #bbbbbb;	
}

.inputbox 	{
	border: 1px solid #bbbbbb;
}

#menu {
	width:950px;
	height: 56px;
	background-image: url(../images/body_bg.jpg);
}

#menu li {
	border-left:1px solid #fff;
	list-style: none;
	display:inline;
	margin-top: 0px;
	margin-bottom: 0px;
}
 #menu li:first-child {
	border-left:none;
 }

#menu ul {
	margin:0;
	padding:0;
}

#menu a{
	line-height: 55px;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}


/** Module **/

.moduletable_menu h3, .moduletable h3 {
	font-size:12px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	margin-bottom:5px;
	margin-top:15px;
	padding-left:28px;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

.moduletable_menu ul, .moduletable ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.moduletable_menu li, .moduletable li {
	padding-bottom:3px;
	padding-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;

}

.moduletable_menu li a, .moduletable li a  {
	color:#950e04;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:25px;
	font-weight:bold;
	padding-left:10px;

}

.moduletable_menu li a:hover, .moduletable li a:hover {
	color:#454545;
}
/** Module End **/


.contentheading, h1 {
	font-size:16px;
	font-weight:bold;
}

h2,h3,h4,h5,h6 {
	font-size:14px;
	font-weight:bold;
}

p {
	line-height: 18px;
}

a { 
	color: #626262;
	text-decoration:underline;
}
.modifydate, .createdate, .small {
	font-size:9px;
	color:#b8151c;
}

.componentheading {
	font-size:16px;
	font-weight:bold;
	color:#b8151c;
	background-image: url(../images/contentp_line.gif);
	background-position: right bottom;
	margin-bottom: 10px;
	margin-left: 2px;
	background-repeat: no-repeat;
}

.componentheading a{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color: #626262;
	background-image: url(../images/spacer.gif);
}

#webmedie {
	padding-top:7px;
	text-align:center;
	font-size:9px;
}



Hier die index php des templates:


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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >  
<head>
<jdoc:include type="head" />  
<link rel="stylesheet" href="templates/_system/css/general.css" type="text/css" />  
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />  
</head>


<body>

<div id="wrapper">  

	<div id="menu">  
		<jdoc:include type="modules" name="user3" style="" />  
	</div>

	<div id="header">  
    	<img src="templates/<?php echo $this->template ?>/images/logo.png" alt="<?php echo $siteName; ?>" title="<?php echo $siteName; ?>" />  
    </div>
    
    <div id="mainsite">  
    
        <div id="right">  
       		<jdoc:include type="modules" name="left" style="xhtml" />  
        	<jdoc:include type="modules" name="right" style="xhtml" />  
        </div>
    
    	<div id="content">  
   	    <?php if (JRequest::getVar('view') == 'frontpage')  
{
echo '<img src="templates/wm_08_j15/images/frontimage.jpg" alt="" class="frontimage" />';   

}

?>
			<jdoc:include type="component" />  
        </div>
        
    </div>
    
    <div id="footer">  
    	<jdoc:include type="modules" name="footer" style="" />  
    </div>
	<div id="webmedie">  
    	<a href="http://www.webmedie.dk/" title="seo">Design and SEO by Webmedie</a><br />  
   		<a href="http://www.peaker.dk/seo.html"><img src="templates/<?php echo $this->template ?>/images/copy.jpg" alt="SEO" title="SEO" /></a>  
        <a href="http://www.mit-bredbaand.dk/"><img src="templates/<?php echo $this->template ?>/images/copy.jpg" alt="Bredb&aring;nd" title="Bredb&aring;nd" /></a>  
        <a href="http://www.dan-udvikling.dk/"><img src="templates/<?php echo $this->template ?>/images/copy.jpg" alt="Udvikling" title="Udvikling" /></a>  
        <a href="http://www.amene.dk/"><img src="templates/<?php echo $this->template ?>/images/copy.jpg" alt="Internet" title="Internet" /></a>  
    </div>
</div>


</body>
</html>