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

Pages: 1 [2]
16

I succefulley integrated 4images and vbuleltin board.

Which mod did you use?

this one.
http://www.vbulletin.org/forum/showthread.php?t=98640
It is for 3.5.x but it works with 3.x I presume, reading threads there

Hmm ... I only get this in Mozilla.
IE works fine.

17
Hi!

I have a question.
I succefulley integrated 4images and vbuleltin board.
When I click on the index.php page in 4images gallery index everuthing is nice.

When I click on the serach.php page I get this, appears only on this site:

Notice: Undefined index: userid in /home/vbulletinmysiste.com/www/forum/gallery/includes/page_header.php on line 45

The part of the code looks like this...

Code: [Select]
$cache_id = create_cache_id(
  'cat.data.auth_and_info',
  array($user_info[$user_table_fields['user_id']])
);

My homepage:

http://airliners-atc.com/forum/gallery/index.php  <--- working

http://airliners-atc.com/forum/gallery/search.php  <--- error message

18
Hi!

I have a question.
I succefulley integrated 4images and vbuleltin board.
When I click on the index.php page in 4images gallery index everuthing is nice.

When I click on the serach.php page I get this:

Notice: Undefined index: userid in /home/vbulletinmysiste.com/www/forum/gallery/includes/page_header.php on line 45

In that file the line looks like this

$cache_id = create_cache_id(
  'cat.data.auth_and_info',
  array($user_info[$user_table_fields['user_id']])
);

19
Hi!

I have a question.
I succefulley integrated 4images and vbuleltin board.
When I click on the index.php page in 4images gallery index everuthing is nice.

When I click on the serach.php page I get this:

Notice: Undefined index: userid in /home/vbulletinmysiste.com/www/forum/gallery/includes/page_header.php on line 45

20
Thank you very much,
I will do so :)


21
Hi guys, just discovered this script.

I wonder though if there is a mod for watermarking. Adds a text like: Copyright username on the uploaded image.

Second issue is more important. Since I want to have an aircraft image page.

I wonder if there is a possibility for users when uploading a picture to fill in criteria via textboxes or/and drop down lists, like:

1. in which category the picture needs to be uploaded ( I bet that is done)

2. what type of image it is - meaning, user chooses from a drop down list which type of aircraft it is

3. user chooses on which airport the image was taken (text area)

4 ... etc ... custom field can be either textarea or drop down.

Is that possible ??

Thanx in adcance!

Pages: 1 [2]