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

Pages: 1 [2]
16
No, I skipped it. Since I do not know where to put them.

17
Tutorials / Re: Additional fields when loading images.
« on: September 05, 2013, 10:16:58 AM »
Quote
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, i.image_worar, c.cat_name, u.user_name FROM (4images_aaaimages i, 4images_aaacategories c) LEFT JOIN 4images_aaausers u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND c.cat_id = i.cat_id AND i.cat_id NOT IN (0) ORDER BY i.image_date DESC LIMIT 1
Unknown column 'i.image_worar' in 'field list'

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /virtual/autobusownia.cba.pl/galeria.autobusownia.cba.pl/includes/db_mysql.php on line 116
  :(

18
Hi, does
anyone know how to add a new field? Here in the
forum I can not find the MOD. Please help

19
Wie füge ich HTML Code <b> 13.07.211 </ b>?

20
Mods & Plugins (Requests & Discussions) / base vehicle
« on: July 13, 2013, 07:24:53 PM »
Welcome. If you can make the base vehicle in a table? I would like users to be added vehicle such as vehicle title, year, year of the appeal, the registration and VIN. What do you think is this a good idea? Welcome to the discussion.

21
Mods & Plugins (Requests & Discussions) / Random pictures
« on: April 27, 2013, 10:32:21 PM »
You can add some random photos?

22
Mods & Plugins (Releases & Support) / Re: [Mod] Graphic statistic
« on: April 22, 2013, 10:11:52 PM »
hello
if you can make graphical statistics for each
profile?
This is the Annex

23
Chit Chat / [proposal]
« on: April 20, 2013, 04:45:16 PM »
I figured the way:
I'm going to Home / New images

Is there a MOD?
If there is such a MOD or a bad idea, you can close the

24
Discussion & Troubleshooting / Re: User Edit of Their Photos
« on: April 20, 2013, 10:38:44 AM »
Thank You! ;)

25
Discussion & Troubleshooting / Re: User Edit of Their Photos
« on: April 19, 2013, 11:21:20 PM »
Whether the user can replace the old image for a
new one?

26
Mods & Plugins (Releases & Support) / Re: [Mod] Graphic statistic
« on: April 13, 2013, 09:10:55 PM »
+1

27
Mods & Plugins (Requests & Discussions) / Re: Date Picture Taken
« on: March 04, 2013, 02:17:02 PM »
Ok thanks.Even I forget, I want to show you how the date the photo was taken in details.php
I translate in English in English3 March 2013 year (Sunday)
Regards

28
Mods & Plugins (Requests & Discussions) / Date Picture Taken
« on: March 03, 2013, 08:08:43 PM »
Welcome.
I need help!
If you can make an additional field, for example, date the photo was taken - as in the Annex?
My version 1.7.10
Regards

29
Mods & Plugins (Releases & Support) / Re: [MOD] Last comments v1.2.0
« on: February 06, 2013, 01:19:57 AM »
I ask parcel version 1.7.10?

30
Discussion & Troubleshooting / Re: how to remove Verification code?
« on: January 26, 2013, 08:42:29 PM »
Welcome. I did this:

 ==========================================================
                        CAPTCHA
  ==========================================================

  Since version 1.7.3, 4images is able to protect forms by
  CAPTCHA.
  You'll find general informations about CAPTCHAS at:
  xxx: en. wikipedia. org/wiki/Captcha

  The following form can be protected by CAPTCHA:
    - Registration
    - E-Cards
    - Comments
    - Image-Upload

  The folder "captcha" contains all files for generating
  the CAPTCHA images.

  The folder "captcha/backgrounds" constain images
  for the background of the CAPTCHA images.
  A background is selected randomly from this folder.
  New images can be added to this folder and will be used
  for generation.

  The folder "images/fonts" contains fonts for generating
  the display CAPTCHA text.
  A font is selected randomly from this folder.
  New fonts can be added to this folder and will be used
  for generation.

  The file "captcha/wordlist.txt" contains a list of
  words which can be used instead of randomly generated
  strings. This function can be activated with the
  configuration option $captcha_wordfile.

  ----------------------------------------------------------
  How to enable the CAPTCHA system:
  ----------------------------------------------------------

  The CAPTCHA System is enabled by default.

  -- Advanced control of the CAPTCHA system ----------------

  You can control the CAPTCHA system in your config.php with
  the following configuration variables:

  - $captcha_enable = 0;
      A value of 1 enables the CAPTCHA system, 0 disables it.
      Default value is 1.

  - $captcha_enable_comments = 0;
      A value of 1 enables the CAPTCHA system for the comments
      form, 0 disables it.
      Default value is 1.

  - $captcha_enable_upload = 0;
      A value of 1 enables the CAPTCHA system for the upload
      form, 0 disables it.
      Default value is 1.

  - $captcha_enable_registration = 0;
      A value of 1 enables the CAPTCHA system for the
      registration form, 0 disables it.
      Default value is 1.

  - $captcha_enable_postcards = 0;
      A value of 1 enables the CAPTCHA system for the e-cards
      form, 0 disables it.
      Default value is 1.

  - $captcha_path = './captcha';
      Path to the folder which conatins the CAPTCHA files
      (backgrounds, fonts).

  - $captcha_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
      A list of letters which will be used for the
      randomly generated CAPTCHA strings
      Default value is "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".

  - $captcha_length = 5;
      Number of letters of the CAPTCHA strings
      Default value is 5.

  - $captcha_wordfile = 0;
      If this option is set to 1, a word from
      "captcha/wordlist.txt" is used.
      Default value is 0.

  - $captcha_width = 200;
      Width of the CAPTCHA image in pixel.
      Default value is 200.

  - $captcha_height = 70;
      Height of the CAPTCHA image in pixel.
      Default value is 70.

  - $captcha_text_color = "#000000";
      Color (Hex) of the CAPTCHA text.
      Default value is "#000000" (black).

  - $captcha_text_size = 25;
      Size of the CAPTCHA text.
      Default value is 25.

  - $captcha_text_transparency = 60;
      Transparency of the CAPTCHA text.
      Default value is 60.

  - $captcha_filter_text = 1;
      If this option is set to 1, the CAPTCHA text will
      be filtered ("obscured").
      Default value is 1.

  - $captcha_filter_bg = 1;
      If this option is set to 1, the CAPTCHA background
      image will be filtered ("obscured").
      Default value is 1.

Is it good? Next shows the code Verification

Pages: 1 [2]