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 - Eagle Eye

Pages: 1 2 3 4 [5] 6 7 8 9 ... 13
61
@ aleem316

the gray background is controlled by  CSS class="head1" in the td tag in tables... so try removing it...Or best way is to fill the table which is holding the images below the heading "mini top" with the background color. This will keep the design style uniform.

Regarding the thumbnail holder,,, I think its possible, tough I have not checked out this MOD "mini top".
Currently I am on travel.. if u could not solve it.. please send me a PM by then end on this week and I will take a look at it...

regards :D



62
@ aleem316

It’s easy to achieve what u are trying to do...

1) go to admin control panel and go to “settings”
2) go to "Image settings" >> "Image table cells" >> enter 5
3) save settings and u should be getting similar results as in ur sample picture

MaxPaul  :D

63
Thanks for the reply... i guess me and all my friends will need a win fix now  :D :D :D

I meant to say u are using rewrite mod and not a particular mod..... :wink:

just interesting: anyone using IE 7 beta is getting such a problem?

64
Friends I have found a shocking bug in the mod: http://www.4homepages.de/forum/index.php?topic=6729.msg57268#msg57268  8O

do not know how serious it as SEO is concerned but has bad user experience!!!  :? :?

the problem: on sites using this: http://www.4homepages.de/forum/index.php?topic=6729.msg57268#msg57268  MOD…

go to an image, note the current url and page title, press the download to download any image… now go to home page or another image and u will be shocked to see that the browser url do not change anymore.. and so does not change the page title… (but I seen changes for few seconds when u click the images) but again the old url is show in page title!!!

I guess we need to fix this problem ASAP!!!  :(

I found this problem on V@no’s site too.. meaning all of us using these mod will be having this problem  8O

p.s I found this problem in IE only…. need to do more testing….

65
Try to change this line:
Code: [Select]
$file = ((is_local_file($image_row['image_media_file'])) ? dirname($image_row['image_media_file'])."/" : MEDIA_PATH."/".$image_row['cat_id']."/").$regs[1]."_".$size.".".$regs[2]; to
Code: [Select]
$file = ((is_local_file($image_row['image_media_file'])) ? dirname($image_row['image_media_file'])."/" : MEDIA_PATH."/".$image_row['cat_id']."/").'highres/'.$regs[1]."_".$size.".".$regs[2]; Now you can create a subfolders called "highres" and store the additional images in it.

Jan

Thanks for this MOD
I am using jan's original mod http://www.4homepages.de/forum/index.php?topic=1861.msg7846#msg7846 and with a little modification with http://www.4homepages.de/forum/index.php?topic=1861.msg9178#msg9178 and my own for the active buttons (cause it was showing the same donwload.gif) i got the buttons working...

but when i press download... it is downloading an empty file with 789 bytes.. and correct file name   8O

what must have gone wrong?

66
yea u read it correct ;) imagine a visitor is visiting your site and seeing this message <site name> will be updated with fresh images in 15 minutes…” and this happens every 15 minutes throughout the day!!!!  :D

The home page of each site is the most important area and imagine being able to keep it updated with fresh images at even intervals.. Wow that will look like a pro site!!!

Imagine u want to add 120 pics today.. If the script could automatically add 5 pics every 60 minutes… then in one day u will be able add all the images at even interval…

also to keep the visitor impressed.. a message like “the site will be updated in XX minutes…"

Anyone can throw some light on this idea… :wink:

Thanks in advance….

67
Hi,

I put the following two lines into categories.html and details.html

Code: [Select]
<script type="text/javascript" src="./templates/photofront/wz_tooltip.js" language="JavaScript" ></script>
<a href="index.php" onmouseover="return escape('asffsffsfasdf')">Homepage </a>

On both sites the link is displayed but not the tooltip.

thanks for helping me


try to put
Code: [Select]
<script type="text/javascript" src="{template_url}/wz_tooltip.js" language="JavaScript" ></script> in footer.html and it should work fine  :wink:

68
then replace $cat_id with 0 ;)

WOW! it did the trick.. thank you very much v@no

 :D

69
:oops: :oops: :oops: got the problem.. This one only shows sub-category if there is any further below the image that is being viewed...

What I wanted to show actually in the details.html page was, then entire category and sub-category as show in homepage on all detalil.html page... like showing the entire category structure shown in homepage


 :)

70
Yes its working on a fresh gallery...

but on my site its not working :( can it be due to other mods? like sitemap? i have the tag {categories_list} in my details.html page..  :?

71
in details.php below:
Code: [Select]
  "clickstream" => $clickstream,insert:
Code: [Select]
  "categories" => get_categories($cat_id),

Then you can use {categories} tag in details.html template

 :( not working....

72
I don´t really understand what you are looking for ...

Do you mean something like this: http://www.berlin-in-bildern.de/kategorien.php  :?:


yes if it was possible to show this on the details page....

73
Hi

Quote
Usually the toggle state is set to default (open) when the script did not find that info in the cookie..

How can I change this default into "close"?

Thanks

Unfortunately I will not be able to help you with it, I do not know java scripting good enough to make the changes to reverse the action…  :(

74
That's excellent, thanks for sharing this great stuff with us!

Just one remark. The toogle option is working properly for the left side menu but unfortunately not for the image details and user comments. If i close all three and go to the next image the left side menu will remain closed but the image details and comments are open again. Of course i modified the templates accordning to my needs, so i would assume that i broke something but i'm not able to identify the problem. Any hints are highly appreciated.

Thanks in advance, Martin


Usually the toggle state is set to default (open) when the script did not find that info in the cookie.. Try again with a fresh copy and try modifying step by step.. This way u will be able to find what changes u are making to make it non-functional.. Good luck  :)

Thanks maxpaul,

I understand this is probably a dumb question but I’m dumb so at least it fits.
How do I change the title and meta tags? Currently the title is “Bikes” and the meta keywords are “Harley Davidson, Bikes”.

Thanks again,
kimmy


Are you looking for the template file header.html ?  :wink:

Best would be if u can apply this MOD: (post by “bentleykf “ http://www.4homepages.de/forum/index.php?topic=6613.msg30955#msg30955

and then adjust the meta description and meta keywords tag in the header.html according to your requirements...

Good Luck

75
I was looking to find a way to implement the “Subcategories in Control Panel categories overview can be expanded/collapsed” function in the category and detailed image pages,

this could be a very good addition to improve user experience since 4images do not have a good navigation flow.. and some newbie on internet will find it very confusing.. cause the usual rule of left side main menu is not present….

Pages: 1 2 3 4 [5] 6 7 8 9 ... 13