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

Pages: [1]
1
Still looking for a way to put members into usergroups as in vbulletin.
Ie, when a user subscribes via VBulletin, i give them special priveledges. One of which will be to access the gallery.

If this cant be integrated, can anyone give an idea on how to implement it.

Maybe via an access file of something.

2
If your directories are set out like you say,

htdocs/forum
&
htdocs/4images

Then your config file should look like this:

Code: [Select]
define('VBULLETIN3_BRIDGE_ON', true);
define('VBULLETIN3_PATH', realpath(realpath(dirname(__FILE__)).'/../forum/').'/');
define('VBULLETIN3_URL', '/forum/');

Nickys server is just an example, but his is set out differently.

Ie:

htdocs/forum/
&
htdocs/forum/4images/

Notice the gallery is inside the forums direcory.

Hope this helps.  :lol:


3

info:
usergroups are to be done by both systems..

this Bridge which is done by denis is ONLY: 1 user account for both systems, nothing more.

Thats a shame.  :(
How hard would it be to do, that nobody can see the files unless in a certain VB usergroup, or possibly someone has a workaround without manually moving people.
Thanks in advance. :D

4
Thanks for this, its simple but FANTASTIC!

Is there any way to transfer usergroups to 4images, so only members of a certain usergroup on my forum can download images?
That would be great.
Thanks again

5
Templates & Styles (Requests & Discussions) / [SORTED]PHP Templates
« on: February 24, 2007, 03:26:31 PM »
SORTED IT :lol:
How would i go about changing all my .html templates in the templates directory to .php. Would this be possible?
I am trying to include a file into the templates, to help my amember integration work. I need to insert this into the top of each template page.
Code: [Select]
<?php session_start(); ?>
Any help is appreciated  :lol:

6
Discussion & Troubleshooting / Re: Iframe tags
« on: February 17, 2007, 05:30:54 PM »
I think i explained the situation wrong.
What i want to do, is set the link so the full image opens in an iframe calles "images" on the categories.html page.

Sorry

7
Discussion & Troubleshooting / Re: Iframe tags
« on: February 17, 2007, 04:49:21 PM »
No, it doesnt work.

I think it will go in the function file, but i just cant find out where. I keep getting errors

8
Discussion & Troubleshooting / Iframe tags
« on: February 17, 2007, 02:48:29 PM »
Can anyone advise me on where to place the
Code: [Select]
<iframe target="****"></iframe> tags so the thumbnails open up in my iframe??

I think it will be in functions .php, but it gives me errors.
Thankyou :?

9
Hi,

i think, no mod aviably...

But it's only a iframe in the categories.html
And the link for the thumbs open in this frame.

cu
Kurt

Thanks for the quick reply.
any info on how i would achieve this would be great!
Thanks again :D

10
Mods & Plugins (Requests & Discussions) / thumbnail view modifications
« on: October 06, 2006, 10:45:58 PM »
Can anyone remember seeing a mod to do this
http://www.tattoodles.com/gallery/tour/
show the thumbnail images below a larger image.
Thanks

11
Thanks for the reply. Your quicker than my hosts!

I have tried chmod always and every way. 644 666 755 777.
I have installed gallery on quite a few sites over the years without a problem. It usually works straight from the tin with only the documented files to be chmodded.

If i do a fresh install, surely things should work.
I will try once more, then just wait for my hosts to reply......... :(

12
Hi,

Hope that title will attract someones attention who has maybe had the same problem.

I have deleted my old installation of 4images after problems with the phpbb integration.
I have done a fresh install and everything seems fine until i go into the admin panel.
I can add categories, users etc and pretty much everything apart from when i go to edit the "settings".
When i click the save changes button i get this message:
FORBIDDEN
You don't have permission to access /gallery/admin/settings.php on this server

Strange i know, but just spent 12 hrs trying to get permissions correct etc. I am not a noob, but just cannot figure this one out.
I have tried 1.72 and 1.71 and am getting the same error with each installation.

thanks in advance for your help 8O

Pages: [1]