Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - novw

Pages: [1]
1
@2.2 should ofcourse read:

Code: [Select]
<a href="{next_image_url}">{next_image_name}</a>

replace with

Code: [Select]
<a href="{next_image_url}" onMouseOver="a('{next_image_name}');return true"
onMouseOut="b()">{next_image_name}</a>
[/url]

(replaced all prev_ with next_) ?

2
huh ? in 4images 1.7.2 when I search for

Code: [Select]
$org_search_keywords = $search_keywords;

if (isset($HTTP_POST_VARS['search_user']) || isset($HTTP_GET_VARS['search_user'])) {

I turn up blank ? I can locate

Code: [Select]
$org_search_keywords = $search_keywords;
$org_search_user = $search_user;

if (isset($HTTP_GET_VARS['search_terms']) || isset($HTTP_POST_VARS['search_terms'])) {

Somehow it does not feel the same ? Sounds like a great mod !

3
hm... the "file upload in progress" window opens and refuses to close when it is finished ? (using 4images 1.7.2) ? Superb add-on when you are adding 1000's of pics in a run ! Thank you !

4
so... if I understand correctly I must install

[MOD] eCard Counter / Postkartenzähler
Save Votes in DB type A
Birthday Mod v1.0
Shoutbox Mod
Profile Hits Mod
Guestbook Mod
[MOD] Member personal photo v1.1.1 by V@no

for this to work ? what happens if I don't install any of these ?

5
hm. thanks ! The lightbox ICON remains under all pictures ?

(edit: removing

Code: [Select]
    isset($user_info['lightbox_image_ids']) ? substr(md5($user_info['lightbox_image_ids']), 0, 8) : 0,

from index.php does not do the trick)

(edit2: killer sollution :lol: replace the lightbox*.gif images with spacer.gif  :mrgreen: )

6
duh... the new files thing has been solved.

(admin->settings->Number of days each image is marked as new->set to 0)

2 remains open. Thank you  :mrgreen:

7
I do not know where to ask, if this is the wrong area, please somebody move me ?

---
I have two questions:

1-how long will files remain marked as "new", and is there a way to change this (to not marked) ?

2-I really do not want or need the "lightbox" function. How do I remove it ?

Pages: [1]