Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
tauhid
Hangin' Around



Joined: Apr 11, 2009
Posts: 48

PostPosted: Sat Dec 19, 2009 3:36 pm Reply with quote

Hello everyone,

I want to offer you this Modul http://themeservice.skynetit.com/Downloads/modules/Photo_Gallery4.rar, but the language file is incomplete. And there are no blocks|!!

lightbox has worked with the PHP_Nuke, but not with Raven-Nuke

I hope to complete any one of the files missing


Last edited by tauhid on Sat Dec 19, 2009 7:48 pm; edited 1 time in total 
View user's profile Send private message
tauhid







PostPosted: Sat Dec 19, 2009 7:35 pm Reply with quote

There is a small bug when displaying images from templates, modifying only the following files:

modules/Photo_Gallery/images/tmpl.html
from
Code:
<TABLE dir="ltr" BORDER=0 CELLPADDING=0 CELLSPACING=0>

   <TR>
      <TD><IMG SRC="modules/Photo_gallery/images/tmpl/tmpl_01.gif" WIDTH=17 HEIGHT=17 ALT=""></TD>
      <TD background="modules/Photo_gallery/images/tmpl/tmpl_02.gif" HEIGHT=17></TD>
      <TD><IMG SRC="modules/Photo_gallery/images/tmpl/tmpl_03.gif" WIDTH=19 HEIGHT=17 ALT=""></TD>
   </TR>
   <TR>
      <TD background="modules/Photo_gallery/images/tmpl/tmpl_04.gif" WIDTH=17></TD>
      <TD background="modules/Photo_gallery/images/tmpl/tmpl_05.gif">{image}</TD>
      <TD background="modules/Photo_gallery/images/tmpl/tmpl_06.gif" WIDTH=19></TD>
   </TR>
   <TR>
      <TD><IMG SRC="modules/Photo_gallery/images/tmpl/tmpl_07.gif" WIDTH=17 HEIGHT=16 ALT=""></TD>
      <TD background="modules/Photo_gallery/images/tmpl/tmpl_08.gif" HEIGHT=16></TD>
      <TD><IMG SRC="modules/Photo_gallery/images/tmpl/tmpl_09.gif" WIDTH=19 HEIGHT=16 ALT=""></TD>
   </TR>
</TABLE>


to
Code:
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>

   <TR>
      <TD><IMG SRC="modules/Photo_Gallery/images/tmpl/tmpl_01.gif" WIDTH=17 HEIGHT=17 ALT=""></TD>
      <TD background="modules/Photo_Gallery/images/tmpl/tmpl_02.gif" HEIGHT=17></TD>
      <TD><IMG SRC="modules/Photo_Gallery/images/tmpl/tmpl_03.gif" WIDTH=19 HEIGHT=17 ALT=""></TD>
   </TR>
   <TR>
      <TD background="modules/Photo_Gallery/images/tmpl/tmpl_04.gif" WIDTH=17></TD>
      <TD background="modules/Photo_Gallery/images/tmpl/tmpl_05.gif">{image}</TD>
      <TD background="modules/Photo_Gallery/images/tmpl/tmpl_06.gif" WIDTH=19></TD>
   </TR>
   <TR>
      <TD><IMG SRC="modules/Photo_Gallery/images/tmpl/tmpl_07.gif" WIDTH=17 HEIGHT=16 ALT=""></TD>
      <TD background="modules/Photo_Gallery/images/tmpl/tmpl_08.gif" HEIGHT=16></TD>
      <TD><IMG SRC="modules/Photo_Gallery/images/tmpl/tmpl_09.gif" WIDTH=19 HEIGHT=16 ALT=""></TD>
   </TR>
</TABLE>


only one error in this file is: Photo Gallery would be lowercase, so Photo_gallery.But correct is Photo_Gallery
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Sat Dec 19, 2009 9:50 pm Reply with quote

tauhid,

Thank you for your generosity! We will look this over just as soon as possible Smile
 
View user's profile Send private message
tauhid







PostPosted: Sat Dec 19, 2009 10:08 pm Reply with quote

I thank you in advance that you make yourselves the trouble to read my questions.

DANKE
 
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Sun Dec 20, 2009 9:32 am Reply with quote

tauhid wrote:
lightbox has worked with the PHP_Nuke, but not with Raven-Nuke

if it's a version of lightbox that uses the prototype and scriptaculous libraries they conflict with the jquery library, which RN uses. there are jquery versions of lightbox, or i previously used shadowbox which recognizes the same rel="lightbox" tag that lightbox uses, which means less editing to convert.

http://www.shadowbox-js.com/index.html
 
View user's profile Send private message Visit poster's website
tauhid







PostPosted: Sun Dec 20, 2009 9:55 am Reply with quote

I'm sorry, I did not understand, can you explain it to me better. I have no idea of it.
 
spasticdonkey







PostPosted: Sun Dec 20, 2009 8:46 pm Reply with quote

1. download this version of lightbox [ Only registered users can see links on this board! Get registered or login! ]

2. Extract to: modules/Photo_Gallery/java/lightbox2.04/

3. Remove changes instructed in Photo_Gallery install lightbox.txt

4. Download and extract this to includes/addons [ Only registered users can see links on this board! Get registered or login! ]
(must be running current version of RN)

5. Give it a try, hopefully it works... Smile
 
tauhid







PostPosted: Sun Dec 20, 2009 9:00 pm Reply with quote

unfortunately not, I did what you told me, but unfortunately not
 
spasticdonkey







PostPosted: Mon Dec 21, 2009 8:58 am Reply with quote

ok i tried the module and it needs more work than I have time for Sad

It's missing 2/3 of the English language definitions (originally in Thai) as well as using Thai in some of the JS files....
 
tauhid







PostPosted: Mon Dec 21, 2009 7:20 pm Reply with quote

I have tried to contact with who wrote it (programmed), but he gives no answer:( . and on his forum, I can not write. Confused
Since you're my only hope
 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Tue Dec 22, 2009 10:21 am Reply with quote

@spastic - I haven tried this module but do you remember what sort of functionality it had? Does it allow image uploading/commenting etc or is it a basic 'show whatever files are in XXX directory'.
 
View user's profile Send private message Send e-mail
spasticdonkey







PostPosted: Tue Dec 22, 2009 6:44 pm Reply with quote

Well there was capability for user albums and uploading, but it wasn't working. That combined with the missing language defines and no install documentation made me throw in the towel fairly early...

Still keeping my eyes on iGallery, has all the features I would want and sure looks nice Smile [ Only registered users can see links on this board! Get registered or login! ] [ Only registered users can see links on this board! Get registered or login! ]
 
tauhid







PostPosted: Tue Dec 22, 2009 9:36 pm Reply with quote

I have it comes with a nuke.Idea [ Only registered users can see links on this board! Get registered or login! ]

who is not a solution there. is ok.

I have no other choice Sad
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Wed Dec 23, 2009 7:20 am Reply with quote

If you cannot get support for it from the author, you are taking a big risk if you cannot maintain it yourself. We try to help where we can, but that is not to say we can support every *nuke based script out there...

jestrella is the author of the iGallery referenced above by spasticdonkey and he is a member of the RavenNuke(tm) development team as well. You would be in good hands if you were to go with iGallery. In addition, Guardian2003, another team member, has CA Gallery which is based upon Google's Picasa. These are fine authors and active members of the community.

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
jestrella
Moderator



Joined: Dec 01, 2005
Posts: 593
Location: Santiago, Dominican Republic

PostPosted: Mon Feb 08, 2010 10:57 am Reply with quote

@spastic check this post [ Only registered users can see links on this board! Get registered or login! ]

_________________
"For those whom have not reach the sky... Every mountain seems high"

Best Regards
Jonathan Estrella [ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

View next topic
View previous topic
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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©