Duplicate entry \'0\' for key 1 SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1223334464\', \'remove tables ?\',\'\',\'\',\'view\',\'/index.php?option=com_fireboard&Itemid=42&func=view&id=5104&catid=8\', \'38.103.63.59\', \'0\')
remove tables ? (0 viewing)
Favoured: 0
|
|
|
TOPIC: remove tables ?
|
cdm (User)
Fresh Boarder
Posts: 8
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
cdm (User)
Fresh Boarder
Posts: 8
|
|
Re:remove tables ? 10 Months, 1 Week ago
|
Karma: 0
|
|
well I solved this.
I just edited file:
/..._estateagent/gui/templates/extended/details.php
now how could I add border to image gallery thumbs ?
tnx
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
finbiro (User)
Fresh Boarder
Posts: 7
|
|
Re:remove tables ? 10 Months ago
|
Karma: 1
|
|
1) In ME template file find table/cell which is used for image display,
2) add to css file:
.your_class img {
padding:1px;
margin-left:1px;
margin-bottom:1px;
border:1px solid #666666;
}
- where "your_class" is class of table/cell
- padding is distance between image and border (can be increased by 2px, 3px ...)
- margin is distance from other pictures (use "margin-left" & "margin-bottom" only for extended template. That way images shown in next row won't connect with one above. For default template use only "margin-bottom" style).
- can be "id" not "class". In that way use "#" instead "." in front of "your_class"
Pozdrav<br><br>Post edited by: finbiro, at: 2007/12/07 13:21
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
cdm (User)
Fresh Boarder
Posts: 8
|
|
Re:remove tables ? 9 Months, 3 Weeks ago
|
Karma: 0
|
|
thank you for your answer.
But still can't figure which files I should edited, not very good with css, sorry.
Could you point me to files.
zahvaljujem
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:remove tables ? 9 Months ago
|
Karma: 1
|
|
Hi,
Choose the extend template in the configuration in he back-end.
Open in a CSS editor (Dreamweaver for example) the file template_css.css in the folder components/com_estateagent/gui/templates/extend/
After :
div.MEBlock1 {
width: 100%;
text-align: center;
Add :
.MEBlock1 img {
padding:1px;
margin-left:1px;
margin-bottom:1px;
border:1px solid #FF9900;
Change the #FF9900 with your color
It's done
|
|
|
|
|
|
|
Gilles Pegasedev.com
|
|
|
The administrator has disabled public write access.
|
cdm (User)
Fresh Boarder
Posts: 8
|
|
Re:remove tables ? 7 Months, 3 Weeks ago
|
Karma: 0
|
|
thank you,
It's working well in IE but not in Firefox. In Firefox it works only on mouse hover. Anyway I'm pleased.
greets
|
|
|
|
|
|
|
The administrator has disabled public write access.
|
|
|
|
|
|