| Author |
Message |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Sat Dec 19, 2009 3:36 pm |
|
Hello everyone,
I want to offer you this Modul , 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 |
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Sat Dec 19, 2009 7:35 pm |
|
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: 16987 Location: Kansas
|
Posted:
Sat Dec 19, 2009 9:50 pm |
|
tauhid,
Thank you for your generosity! We will look this over just as soon as possible  |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Sat Dec 19, 2009 10:08 pm |
|
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: 1364 Location: Texas, USA
|
Posted:
Sun Dec 20, 2009 9:32 am |
|
| 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.
|
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Sun Dec 20, 2009 9:55 am |
|
I'm sorry, I did not understand, can you explain it to me better. I have no idea of it. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Sun Dec 20, 2009 8:46 pm |
|
1. download this version of lightbox
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
(must be running current version of RN)
5. Give it a try, hopefully it works...  |
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Sun Dec 20, 2009 9:00 pm |
|
unfortunately not, I did what you told me, but unfortunately not |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Mon Dec 21, 2009 8:58 am |
|
ok i tried the module and it needs more work than I have time for
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 Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Mon Dec 21, 2009 7:20 pm |
|
I have tried to contact with who wrote it (programmed), but he gives no answer:( . and on his forum, I can not write.
Since you're my only hope |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Tue Dec 22, 2009 10:21 am |
|
@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'. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Tue Dec 22, 2009 6:44 pm |
|
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
|
|
|
|
 |
tauhid Hangin' Around

Joined: Apr 11, 2009 Posts: 48
|
Posted:
Tue Dec 22, 2009 9:36 pm |
|
I have it comes with a nuke.
who is not a solution there. is ok.
I have no other choice  |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Wed Dec 23, 2009 7:20 am |
|
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 which is based upon Google's Picasa. These are fine authors and active members of the community. |
|
|
|
 |
jestrella Moderator

Joined: Dec 01, 2005 Posts: 535 Location: Santiago, Dominican Republic
|
Posted:
Mon Feb 08, 2010 10:57 am |
|
|
|
 |
|
|
|
|