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
1
Hello,

Is that kind of a search engine possible to do within 4images.
The URL is www.jetphotos.net

Those categories like: Select Aircraft type:, Select Airline are also there when a user uploads a picture.
I can add/remove categories for search engine/upload at the same time.

Thank you in advance.

Best regards

/Artur

2
Installation, Update & Configuration / Re: install 2 galleries
« on: September 08, 2009, 09:36:20 AM »
Fantastic Sir! :)

3
Installation, Update & Configuration / Re: install 2 galleries
« on: September 08, 2009, 08:32:53 AM »
Thanx ... worked fine ..
I missed the session key part :)

Thank you very much Sir.

4
Installation, Update & Configuration / Re: adding to a webpage
« on: September 07, 2009, 03:48:51 PM »
It's better to include your pages to Gallry than the other way around

5
1. Check your DB settings, hostname, DB name, DB password etc ...
If that is wrong, you'll get this kind of message.

6
Installation, Update & Configuration / install 2 galleries
« on: September 07, 2009, 10:07:24 AM »
Hi folks,

It it possible to install two galleries in the same database with different table prefixes and let them share login sessions ???
Is it hard to modify ??
I'm a bit of a newbie guys .. but I gues that constant, session.php has to be modified pretty much?

Thanx


7
great!!

I have one problem....
I login via Gallery and when I go to forums in forum folder I am not logged in anymore.

I have changed in constants in the forum installation the sessions table to gallerysessions and users to galleryusers as told.
Allthough I get logged out when I go to forum from gallery log in.

Any ideas?

Best regardsa and great forum implementation :)

8
Mods & Plugins (Requests & Discussions) / Re: [addon] DREAMBOARD V 2.1
« on: September 03, 2009, 08:57:10 AM »
Hello,

I found that addon pretty awesome, did exactly what was told.
Now I can't create new topic cause of an ERROR message: ERROR, error request

Then in admin panel can't create a category due tio this:
ERROR Category field required. I did fill in category field.

What might be wrong here=? Someone solved that, I tried to search but with no answer.
My MySQL ver is 5*.

Thanx in advance...

Best regards

9
Mods & Plugins (Releases & Support) / Re: Integration 4images 1.7.x / phpBB
« on: September 02, 2009, 12:48:54 PM »


----

If you have problems with redirecting back to the gallery after login (404 Error), try this:
http://www.4homepages.de/forum/index.php?topic=1658.msg31328#msg31328

I cant find this link and I do have 404 error.
Can someone help out here regarding it? I have also invalid session at logout.

10
Hello there,

Just tried this mod.

When I log in via my gallery's login form I get transferred directly to phpbb3's forum directory and I am logged in.

When I go to my gallery's URL I'm not, or so it seems. No Admin control panel or no signs of me beeing logged in.

I did all the necessery things told in the first post.

Please help.

Thanx in advance.

11
Hello,

Just been tweaking with the 4images. Great product, outstands most of the payware out there.

I'm doing a airplane gallery site.
I want to add the additional fields for the upload page and for the search engine.

I took a look at the link given above which only corresponds to one field. What if I want to use a dropdown?


<SELECT NAME="airplanes">
<OPTION SELECTED VALUE="">Select...</OPTION>
<OPTION>boeing</OPTION>
<OPTION>airbus</OPTION>
<OPTION>helicopter</OPTION>
</SELECT>

Shold it be something similiar like,
ALTER TABLE 4images_wordmatch ADD photographer_match TINYINT(1) DEFAULT '0' NOT NULL;


image_airplanes" => "pairplane_match


Thanx in advance

12
Well,

Tricky part, eh? :)
Do not know that.

13
There is no such word as userid only user_id.

14
Notice: Undefined index: userid in /home/airliners-atc.com/www/forum/gallery/includes/page_header.php on line 45

http://airliners-atc.com/forum/gallery  <-- OKEJ
http://airliners-atc.com/forum/gallery/search.php <--- Not okej.

test those in Mozilla.
When logged in through vBulletin the line Notice: Undefined index: userid in /home/airliners-atc.com/www/forum/gallery/includes/page_header.php on line 45
disapears.

Line 45 in page_header.php

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

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

I no see userid in code but user_id ... if you have error line ... is no correct one for support ...

What do you mean writing this?
is no correct one for support ...

Pages: [1] 2