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 - d1eter

Pages: [1] 2 3
1
Mods & Plugins (Releases & Support) / Re: [MOD] Histogram
« on: February 19, 2010, 07:14:01 AM »
that'll look nice.. isn't it..
 :P

2
bulls-eye..!!

thank you very much..!!

3
hi mawenzi..

this is line 131-140
Code: [Select]
     if ( $user_info['user_level'] == GUEST ) {
         $comment_user_profile_link = "";
      } else {
             if ( $comment_user_id == -1 ) {
                  $comment_user_profile_link = "";
             } else {
                  $comment_user_profile_link = $site_sess->url(ROOT_PATH."member.php?action=showprofile&user_id=".$comment_user_id);
             }
      }
      $comment_user_link = ($comment_user_profile_link) ? "<a href=\"".$comment_user_profile_link."\">".$comment_user_name."</a>" : $comment_user_name;

and this is line 177
Code: [Select]
        "comment_user_name" => $comment_user_profile_link,

which one should I pay attention..

sorry.. my php knowledge is very poor...
 :cry:


4
Mods & Plugins (Releases & Support) / Re: [MOD] Paging for comments
« on: February 18, 2010, 04:08:56 AM »
problem solved v@no..
thanks!
 :D

5
hello mawenzi..,

I tried to apply this All Comments mod to my community gallery

there's one small strange thing..
the posted by:

if a registered user looks at the page it displays like this:


for a guest (non-regsitered) it displays like this:


for any other page the {comment_user_name} displays the correct value, just in this comments_all.php (comments_all.html) which shows like this..

please help.
thank you!

6
Mods & Plugins (Releases & Support) / Re: [MOD] Histogram
« on: February 18, 2010, 02:38:32 AM »
@ d1eter ...
... I just saw the perfect working histogram incl. a histogram-info translation in english on your website ...
... looks very nice ...

yes mawenzi...,
couldn't have done it without your perfectly working script...   :wink:
thank you!

the background gif still in german though...   :oops:

7
Mods & Plugins (Releases & Support) / Re: [MOD] Paging for comments
« on: February 18, 2010, 02:33:03 AM »
Thank you mawenzi..,
and of course.. I truly appreciate V@no for all his remarkable mods making 4images a superior image gallery.
and all other php gurus in the forum willing to help users in this forum..
especially users with limited php knowledge like me...  :D need your help to point the specified files or lines

ok..,
back to topic.. so I modified the Universal Paging Class paging.php .. and create a new class for "paginginput"
the paging button can still use the "button" class from the default template.., looks the same to me.

thank you!
:mrgreen:

8
Mods & Plugins (Releases & Support) / Re: [MOD] Paging for comments
« on: February 17, 2010, 08:06:40 AM »
hello..,
need help...

how do I change the GO button, to match the current template I'm using..
currently it looks like this
I want to change it to be the same style from the template, but I don;t know how...

thank you!

9
Mods & Plugins (Releases & Support) / Re: [MOD] Histogram
« on: February 10, 2010, 02:09:16 AM »
The file available for registered members only. Register then you can download the package.


thank you for the explanation V@no.., I wouldn't know..  :lol:
seeing a foreign language confused me already....

I'll try to register..
hopefully I don't get lost..   :lol:


oops.. registration failed, cannot register...
 :(

10
Mods & Plugins (Releases & Support) / Re: [MOD] Histogram
« on: February 09, 2010, 05:21:23 AM »

... you're certain ... ? ... and also this ... ?

@all
... I redesigned this MOD with some fixes ...
... you can download all neccesary files and the installations instruction ... here ...

I've checked and re-checked several times.. following the guidance from this thread.

the Histogram MOD in the link you provided is not downloadable.. it says OFF

thanx!

11
Mods & Plugins (Releases & Support) / Re: [MOD] Histogram
« on: February 08, 2010, 10:25:51 AM »
anyone..?
 :cry:

12
Mods & Plugins (Releases & Support) / Re: [MOD] Histogram
« on: February 04, 2010, 10:14:44 AM »
I believe I have followed all the steps correctly..,
yet the histogram is not showing.
in here

please help
thank you!

13
Mods & Plugins (Requests & Discussions) / Re: Changing Time Zone .
« on: February 04, 2010, 06:45:57 AM »
...
what is the correct syntax?....
Code: [Select]
define('TIME_OFFSET', 7);

I made the change.., and uploaded an image.
the display time didn't show correctly, it's the correct hour but in the wrong timezone.

is it like that by design?
what if I want to display the time in my timezone?

thank you!

14
Feedback & Suggestions / Re: Page 4
« on: February 04, 2010, 06:28:10 AM »


Quote
Quote
martrix wrote:
It would be very nice, if somebody could write how to add this nonono.gif modification to 4images and how to mask the {media_src} url.
it's pretty much simple 
open templates/<yourtemplate>/media/jpg.html (this example for jpg.html template, but u'll need do same thing for all others templates for images)
Replace
Code: [Select]
<img src="{media_src}" border="1" alt="{image_name}"{width_height} />
with:
Code: [Select]

<table style="background: url({media_src}) no-repeat; background-position: center center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="{template_url}/images/spacer.gif" border="1" alt="{image_name}"{width_height} /></td>
  </tr>
</table>


asume that u have spacer.gif file in /templates/<yourtemplate>/images/ folder.

V@no..,
how to get the same effect to thumbnail images..?
right-click and all it gets is a spacer.gif file and link.

thanx!

15
Mods & Plugins (Requests & Discussions) / Re: Changing Time Zone .
« on: February 04, 2010, 03:33:42 AM »
Hello...,

I changed the value in constants.php as to my timezone which is +7 GMT
what is the correct syntax?

currently it's as below:
define('TIME_OFFSET', '+7');

I've tried only '7'  or just 7 
but the uploaded image or comment still does not display the correct (current) time.

please help.
thank you.

Pages: [1] 2 3