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

Pages: [1] 2
1
Mods & Plugins (Requests & Discussions) / Re: latest subcategories
« on: October 11, 2007, 01:22:11 PM »
But the sub-categories receives an unique increment number. Is that not useful ?

Of course, if someone would do a proposition, please be my guest !

Thanx
Patrick

2
Mods & Plugins (Requests & Discussions) / latest subcategories
« on: October 11, 2007, 03:17:09 AM »
Hi everyone,

I searched the forum, but I couldn't find it.
Is there a way how I can display the latest subcategories that were created on the main page ?

So I don't want to see the images, only a list of the latest created sub categories...
I hope someone could help me out with this...

Thanks in advance !!

Patrick


3
Mods & Plugins (Releases & Support) / Re: [Mod] User upload limits
« on: March 05, 2007, 01:54:18 PM »
:)
The script very good...but I discovered 1 bug.
When I upload images this link   /member.php?action=uploadform    the upload limit script doesn't work.  :roll:
The script only work, if I upload the images to the categories.
What's the result.

Is this a confirmed bug ? I noticed that a user of my site uploaded to many pictures. I don't know how that could be. Maybe this is the same bug as mentioned above....
How could we solve this problem ?

Thankx in advance !

Patrick

4
Discussion & Troubleshooting / Re: [vers 1.7.4] CAPTCHA
« on: December 12, 2006, 11:17:07 AM »
I have installed a fresh new version, on a complete other server. But the same problem still occurs. The image is not dipslayed.
No one experience such problems ?

Thanks
Patrick

5
Discussion & Troubleshooting / [vers 1.7.4] CAPTCHA
« on: December 10, 2006, 11:23:08 AM »
I have great trouble to get captcha running. I've changed the config.php to the following:

Code: [Select]
$captcha_enable = 1;
$captcha_enable_comments = 0;
$captcha_enable_upload = 0;
$captcha_enable_postcards = 0;
$captcha_enable_registration = 1;

define("4IMAGES_ACTIVE", 1);
?>

At this way I only activate captcha for registration, because of the numerous spambots.
But when I register, I see a broken image link. And no way to pass through the registration. It's not showing an image.

I use GD to make the thumbnails, so GD should work fine. The directory captcha is present. Could it be permissons on that directory ?

Hopefully someone can make it clear why it's not working.

additional: It's not working in all other templates (upload, comments etc)
And the template has the captcha code inserted.

Patrick

6
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1
« on: November 01, 2006, 12:05:50 PM »
and works also with 1.7.4

7
works in 1.7.4

8
works in 1.7.4

9
and compatible with 1.7.4 (till stop here)

10
Mod works in 1.7.4

11
Mods & Plugins (Releases & Support) / Re: [MOD] Ban v1.7
« on: November 01, 2006, 11:40:09 AM »
Yes, works well with 1.7.4

12
Discussion & Troubleshooting / Re: Skype status shown at comments
« on: October 31, 2006, 04:58:54 PM »
I have added the user_skype in my database....
And I have adjusted member.php  and member_profile.html and member_editprofile.html

In member_profile.html the skype status has been shown...
I just want another tiny button in the comments.

Thanks for your respons !

13
Discussion & Troubleshooting / Skype status shown at comments
« on: October 31, 2006, 01:50:46 PM »
Hello there,

I've read: http://www.4homepages.de/forum/index.php?topic=10998.0

and I tried to make it work, but no succes, till now....
I'll show you my steps I did:

I changed in details.php

Added the database field to the sql statement:
  $sql = "SELECT c.comment_id, c.image_id, c.user_id, c.user_name AS comment_user_name, c.comment_headline, c.comment_text, c.comment_ip, c.comment_date".get_user_table_field(", u.", "user_level").get_user_table_field(", u.", "user_name").get_user_table_field(", u.", "user_email").get_user_table_field(", u.", "user_showemail").get_user_table_field(", u.", "user_invisible").get_user_table_field(", u.", "user_joindate").get_user_table_field(", u.", "user_lastaction").get_user_table_field(", u.", "user_comments").get_user_table_field(", u.", "user_homepage").get_user_table_field(", u.", "user_icq").get_user_table_field(", u.", "user_skype")."

Made a var:
     $comment_user_icq_button = "";
      $comment_user_skype_button = "";
      $comment_user_profile_button = "";

And I did some stuf with it, to make it appear:
$comment_user_skype = (isset($comment_row[$i][$user_table_fields['user_skype']])) ? format_text($comment_row[$i][$user_table_fields['user_skype']]) : "";
        if (!empty($comment_user_skype)) {
          $comment_user_skype_button = "<img src=\"http://ph15.net:8000/skype/".$comment_user_skype." width=\"18\" height=\"18\" border=\"0\" alt=\"".$comment_user_skype."\" />";
        }

And store it in the var:


        "comment_user_icq_button" => $comment_user_icq_button,
   "comment_user_skype_button" => $comment_user_skype_button,
        "comment_user_ip" => $comment_user_ip,


And in the comment_bit.html:

I've added:
{comment_user_skype_button}

Did I mis something...nothing is printed...
Thanx in advance !!

Patrick

14
Feedback & Suggestions / Re: Email problem
« on: August 06, 2006, 06:23:27 PM »
no, only the mails who couldn't delivered.
Strange isn't it....

15
Feedback & Suggestions / Email problem
« on: August 03, 2006, 07:18:16 PM »
Hi there,

When I'm sending an email message to all users, I get some of the mails back. In these mails I can see all adresses whereto the mail has been send. How is this possible. The adresses are in the BCC field ?

It's because of the mailscanner, because I get the sentence:

X-Mailscanner-To: <all adresses>

Are my member also seeing this adresses...?

Thankx

Patrick

Pages: [1] 2