Home | Support Forums | Your Account | Gallery [2] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

General news

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Issues » Olympus (phpBB3) / Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 907

PostPosted: Thu Apr 24, 2008 9:15 am    Post subject: General news Reply with quote

Since lightbox has just been brought up, I'll go ahead and mention this.

I am currently writing a new g2image selector from the ground up that will be a much better fit for phpbb3 and the integration. It is about 75% finished at this point. It makes use of the phpbb template system, language system, session management system, cache system and makes far less use of Gallery and server resources the way the current g2image does.
*edit* Oh yeah, also will support resized images instead of just the original image.

Along the lines of lightbox, I've been looking at using slimbox instead. It is a much smaller and simpler type of lightbox and from the integration stand point it will be a lot easier to implement.
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: General news  

Back to top
PoPoutdoor

Guru
Guru


Joined: Jan 20, 2006
Posts: 54

PostPosted: Sun Apr 27, 2008 3:50 pm    Post subject: Re: General news Reply with quote

Just install phpbb3 on my test server.

Hoped that I'm get used to do phpbb3 mods by the time you released the new g2image selector code Smile
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 907

PostPosted: Sun Apr 27, 2008 9:57 pm    Post subject: Re: General news Reply with quote

Cool you're giving phpbb3 a trial...I think you will like it a lot better once you get used to it.

I have slimbox working now and it's much easier to build into the integration since it only requires 2 js files, 1 css file and 4 image files and the entire package is smaller than lightbox and easier to put in the template directories instead of it's own separate directory.

I have most of the php written for the image selector. There are still some features I want to add to it, but I'm to the point I need to get the javascript working to do the actual bbcode insertion in the message post form. This may be the hardest part for me because I know next to nothing about programming js. Right now I'm trying to hack Kirk's original js code just to make something work. Any js coders care to help out?
Back to top
Offline View user's profile Send private message
PoPoutdoor

Guru
Guru


Joined: Jan 20, 2006
Posts: 54

PostPosted: Sat May 03, 2008 10:55 am    Post subject: Re: General news Reply with quote

WoW! This looks good!

I'm getting used to phpbb3 after trying some simple MODs, I can be your tester if you're ready to release the beta code. Smile
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 907

PostPosted: Sun May 04, 2008 8:08 pm    Post subject: Re: General news Reply with quote

Cool, help is always good! Smile Unfortunately, I've had no time to work on this in the last week, so nothing has been done and I'm still at the javascript hangup. Just haven't had time to work on it.

PoPoutdoor, how is your js skills? I know you modified the phpbb2 g2image for resized images and was going to look at what you did, but haven't yet. I can send you what I have if you want to spend some time and take a crack at it...
Back to top
Offline View user's profile Send private message
PoPoutdoor

Guru
Guru


Joined: Jan 20, 2006
Posts: 54

PostPosted: Sun May 11, 2008 1:57 pm    Post subject: Re: General news Reply with quote

Sorry for late reply!

Been busy playing around the phpBB3 code, and will start the phpbbplus integration by next week.

If you still stuck with the javascripts, I can try to see what I can do about that... but don't expect too much and may take sometime for me to understand the code logic.
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 907

PostPosted: Tue May 13, 2008 9:16 am    Post subject: Re: General news Reply with quote

Had some time to work on the javascript yesterday and things are starting to work. Should be able to finish up the features/details soon. I think I see a light at the end of the tunnel now! Smile
Back to top
Offline View user's profile Send private message
BDS

Beginner
Beginner


Joined: Apr 18, 2008
Posts: 5
Location: Florida

PostPosted: Tue May 13, 2008 12:01 pm    Post subject: Re: General news Reply with quote

oh this is gonna be great!!!!
Back to top
Offline View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 907

PostPosted: Thu May 15, 2008 4:01 pm    Post subject: Re: General news Reply with quote

Ok, had the javascript stuff mostly working in firefox. Fired up microsoft IE to try it out and...choke, puke, die...what a PITA! Evil or Very Mad

Spent the last day and half of my free time rewriting the js again. Had to add mods to the build_hidden_fields function in phpbb so it could add hidden fields with id->value instead of just name->value. Apparently there are differences in the way firefox and IE handle getElementsByName() and also firefox seems to handle associative arrays just fine while IE does not. So everything is changed to use getElementById() now and seems to be happy on both browsers.

But, in the end, all the javascript functions are working now and I think the new image selector is about 90% there now. Just mainly need to add php code for Next/Previous buttons and some code to navigate larger albums that have more than a scree full of images. Should be a cakewalk after fighting this js stuff!
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 907

PostPosted: Fri May 16, 2008 4:31 pm    Post subject: Re: General news Reply with quote

Quote: › Just mainly need to add php code for Next/Previous buttons and some code to navigate larger albums that have more than a scree full of images. Should be a cakewalk after fighting this js stuff!

Since phpbb already has pagination functions for navigating large forums and threads, it was even easier than I thought! All done...

Just need to thrash through the main integration code now and make sure everything still works with slimbox and make sure the ucp stuff I just added that was using the old image chooser still works with the new image selector.

I am hoping Gallery 2.3 will be out soon so the next integration version can be released around the same time. Smile
Back to top
Offline View user's profile Send private message
jettyrat

Moderator
Moderator


Joined: Nov 28, 2005
Posts: 907

PostPosted: Fri May 16, 2008 4:34 pm    Post subject: Re: General news Reply with quote

Of course the phpbb mod team as changed their packaging requirements again, so I have to repackage everything again...ugh.

I'll probably remove the screenshots this time because they are too much trouble to keep updated and it will make the whole package a lot smaller.
Back to top
Offline View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » phpBB Issues » Olympus (phpBB3) / Gallery 2 Integration View previous topicPrinter friendly versionView next topic

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDomain NamesDedicated ServersDedicated Web HostingDomain Name RegistrationWeb hosting AustraliaSEO Web DesignWeb Design New YorkSearch Engine OptimizationSearch Engine Optimisation

6th year online! 2003-2008
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia