4images Forum & Community
The forum for all 4images gallery administrators
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
[2023-01-23] 4images 1.10 released
Home
Help
Search
Login
Register
4images Forum & Community
»
4images Issues / Ausgaben
»
Installation, Update & Configuration
(Moderator:
Acidgod
) »
No big image in ACP editimage
« previous
next »
Print
Pages: [
1
]
Author
Topic: No big image in ACP editimage (Read 3196 times)
0 Members and 1 Guest are viewing this topic.
Moinsen
Newbie
Posts: 18
No big image in ACP editimage
«
on:
September 12, 2009, 01:22:02 PM »
Hi,
how can I delete the table row with the big image in the ACP (editimage)? Not the thumbnail row!
Thank you!
Logged
V@no
If you don't tell me what to do, I won't tell you where you should go :)
Global Moderator
4images Guru
Posts: 17.849
mmm PHP...
Re: No big image in ACP editimage
«
Reply #1 on:
September 12, 2009, 11:47:18 PM »
you can try replacing in admin/images.php
$file_src
=
get_file_path
(
$image_row
[
'image_media_file'
],
"media"
,
$image_row
[
'cat_id'
],
1
);
with:
$file_src
=
TEMPLATE_PATH
.
"/images/spacer.gif"
;
Logged
Your first three "must do" before you ask a question:
Forum rules
FAQ
Error messages
Bug Fixes & Patches
Search
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer.
(
forum rule #6
)
Extension for Firefox/Thunderbird:
Master Password+
Back/Forward History Tweaks (restartless)
Cookies Manager+
Fit Images (restartless for Thunderbird)
Print
Pages: [
1
]
« previous
next »
4images Forum & Community
»
4images Issues / Ausgaben
»
Installation, Update & Configuration
(Moderator:
Acidgod
) »
No big image in ACP editimage