PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
tauhid
Hangin' Around


Joined: Apr 11, 2009
Posts: 48

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

Hello everyone,

I want to offer you this Modul
Only registered users can see links on this board!
Get registered or login to the forums!
, 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
Hangin' Around


Joined: Apr 11, 2009
Posts: 48

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

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
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

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

tauhid,

Thank you for your generosity! We will look this over just as soon as possible Smile
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
tauhid
Hangin' Around


Joined: Apr 11, 2009
Posts: 48

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

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

DANKE
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


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

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

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.

Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
tauhid
Hangin' Around


Joined: Apr 11, 2009
Posts: 48

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

I'm sorry, I did not understand, can you explain it to me better. I have no idea of it.
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


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

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

1. download this version of lightbox
Only registered users can see links on this board!
Get registered or login to the forums!


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 to the forums!

(must be running current version of RN)

5. Give it a try, hopefully it works... Smile
View user's profile Send private message
tauhid
Hangin' Around


Joined: Apr 11, 2009
Posts: 48

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

unfortunately not, I did what you told me, but unfortunately not
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


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

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

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....
View user's profile Send private message
tauhid
Hangin' Around


Joined: Apr 11, 2009
Posts: 48

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

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
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

@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 Visit poster's website
spasticdonkey
RavenNuke(tm) Development Team


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

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

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 to the forums!
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
tauhid
Hangin' Around


Joined: Apr 11, 2009
Posts: 48

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

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


who is not a solution there. is ok.

I have no other choice Sad
View user's profile Send private message
montego
Site Admin


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

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

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
Only registered users can see links on this board!
Get registered or login to the forums!
which is based upon Google's Picasa. These are fine authors and active members of the community.
View user's profile Send private message Visit poster's website
jestrella
Moderator


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

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

@spastic check this post
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum