Topic Title: PHPNuke / Gallery 2 Integration Bugs and Wishlist

Forum Index » Gallery 2 Integration » PHPNuke / Gallery 2 Integration Bugs and Wishlist
Topic URL: http://www.nukedgallery.net/postt1896.html

AuthorMessage
Post Title: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Tue Sep 13, 2005 6:58 am
This thread is for users posting bugs and feature requests about the PHPNuke / Gallery 2 integration package. If you simply need assistance in how to configure the installation package, please do not post in this thread, search the forums [nukedgallery.net], and then start a new thread if you can't find a solution to your issue. If your problem turns out to be a bug, I will copy over to this thread.

<a name="bugs">Bugs</a>
  • Update to EmbedAPI 1.1 to check for headers.
  • Need to take into account the missing @ in the javascript line in the header. Use the following template code: Fixed
    PHP: › <?php $pattern '/(@?)include\("includes\/javascript.php"\)\;/';
    $replacement '';

    $fh fopen("test.txt","r");
    while(!
    feof($fh)) {
      
    $string fgets($fh);
      
    $line preg_replace($pattern,$replacement,$string);
    ?>

  • Users added/deleted via User Admin do not get added/deleted from the Gallery.
  • Fix Your_Account hacks for new DB config. Fixed
  • Fix blocks for new DB config. Fixed
  • Add user agent check to export.php to account for blank popup. Fixed
  • Need to fix the $vars bug - http://www.nukedgallery.net/postp13126.html#13126 Fixed
  • Thumbnail size in imageblock is now size of thumbs in G2, instead of customizable. Fixed
  • Relative URLs (www.foo.com vs foo.com) seem to confuse the imageblock. See http://www.nukedgallery.net/postp10989.html#10989
  • Need to iron out the blank page issues when saving config / viewing G2 as a module Fixed
  • More robust error handling when importing users. Fixed
  • Proper counting of users for export (see http://www.nukedgallery.net/postp11584.html#11584) Fixed


<a name="features">Feature Requests</a>
  • Add EmbedAPI version check to admin/index.php
  • Add check to blocks to see if imageblock modules, etc are installed, activated. Added
  • Add usergroup support
  • Add link to user's gallery in Your_Account.
  • Add theme that uses nuke CSS automatically. (remove {g->mainDivAttributes} from theme.tpl and update theme.css to account for missing container id).
  • Add option to sync Gallery users into phpNuke.
  • Featured photo block for G2. Use specificItem and g2_itemId in the imageblock.
  • Make imageblock show multiple images and have scrolling as an option.
  • Make the configuration save to DB instead of text file. Added
  • Add in version information for the integration package. Added
  • Add in auto update checking for the integration package. Added
  • Bulk user deletion
  • Create PHPNuke user when account is activated. Added


<a name="todo">Misc. TODO</a>
  • Get package up to 2.1 specs w/ EmbedAPI
  • Modify admin cp so that export users (and eventually groups) box is only shown if it's the initial install. Done on mako
  • Modify admin cp so that the "export users" message shown upon save only appears if it's the first install. Done on mako

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
jib_intelli
Joined: Jun 10, 2004
Posts: 14

Posted: Mon May 15, 2006 11:25 pm
There are still basically two bugs I'd like to report about-

1.) The Sitemap module in G2.1.1 is not working in the PHPNuke environment while it is working in the direct path.

2.) The same problem is also existing with the RSS module.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Tue May 16, 2006 10:46 am
both are noted already in these forums.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
BeerFace
Joined: Sep 15, 2003
Posts: 8

Posted: Wed May 17, 2006 7:43 am
A suggestion is that you make a download package för phpnuke with everything configured for default settings and working right away. So its just to grab the package and upload it to your phpnukepath.

Then if anyone wants to change anything its up to them.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
fker
Joined: Apr 24, 2005
Posts: 8

Posted: Fri May 19, 2006 4:23 pm
Since I can't figure how to do this on my own, how about the "gallery link in profile" add-on for the nuke ported phpBB?

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Fri May 19, 2006 7:37 pm
look at the phpbb2 package, in the addons directory. that might be able to be ported.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
fker
Joined: Apr 24, 2005
Posts: 8

Posted: Fri May 19, 2006 9:20 pm
Yes, but I'm not too familar with php. I've been messing with it but have only messed up my site! I'll still work with it, if anyone else is interested in porting this addon to phpbb(nuke port) let me know!

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
qwilan
Joined: Oct 16, 2004
Posts: 1

Posted: Sun May 28, 2006 1:55 am
Ignore this,... I need to learn to read I willl start a new thread

AuthorMessage
Post Title: Double posted Comments and/or albums - UPDATE
nerrad
Joined: Aug 24, 2005
Posts: 1

Posted: Sun May 28, 2006 9:58 pm
Searched through the forums but didn't find a resolution to this problem. Thought this would be the best place to post this.

Using:
Gallery 2.1.1
PHP-Nuke 7.8

Location: naritus.org [naritus.org]

Problem:
Whenever a user posts a comment it gets posted twice. Whenever an album is added by admin it gets posted twice.

Current gallery configs that might be related:
- Sidebar is disabled (in nuke admin, gallery2 options)
- ImageBlock is displayed in left column.
- Theme used: Carbon (which has a sidebar link - that doesn't work when sidebar is disable in nuke admin)

Have there been any solutions to this?

We tried moving the image block to the right column and that seemed to fix it. Don't know why (except that it's not displayed when Gallery is loaded.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Mon May 29, 2006 11:00 am
known issue, don't know why exactly it's occuring, but it's being researched Smile

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
Debz
Joined: May 05, 2004
Posts: 24

Posted: Sat Jun 03, 2006 7:19 am
I am getting the same issue with doubling up albums.... and doubling up photos that are added also. Unsure if the same problem is happening for users as yet, but its definitely doubling up when logged in as admin.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Sat Jun 03, 2006 7:23 am
it's a known issue, occuring when the imageblock/sidebar block is enabled.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
fenece
Joined: Jul 20, 2006
Posts: 15

Posted: Fri Jul 21, 2006 5:39 am
I've the same problem: when a user post comments trought embedded gallery, the comment will be posted twice. If I:
- disable image block or move to the left all works fine.
- connect directly to gallery (and not in embedded mode) all works fine.
I want to keep my image block on the left!!!!
CAN SOMEONE HELP ME?

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Mon Jul 24, 2006 6:52 am
do not double post. as i stated above, this is a known issue with no known solution at this time.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
bonelifer
Joined: Aug 12, 2006
Posts: 1

Posted: Sun Aug 27, 2006 4:28 pm
Would it be possible to make this work with the eXtreme Styles mod. Right now I can't find the code for the template.php file as it's not part of eXtreme Styles version of the template.php file.

Here's a link for it:
http://www.phpbbhacks.com/download/1657

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
Tolwyn
Joined: May 07, 2005
Posts: 23

Posted: Wed Oct 11, 2006 1:42 pm
Is there a way to integration to work on PHP Nuke 8 with gallery2 configured as a "Multisite" ?

Or, simply to have the integration package work with Gallery installed as multisite?

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
tbird412
Joined: Nov 05, 2006
Posts: 4

Posted: Sun Nov 05, 2006 2:58 am
I have a strange one. Everything works great. But I click g2img (by the way can I rename that button with ease?) and everything is fine. I browse in the new window to a thumbnail, anyone causes the same error, even tried uploading new pictures. I click it, and it inserts the code. Everything seems fine right?

But the code is weird ....


[img]http://www.blackknightsclan.org/cgi-system/php.cgigallery2.php?g2_view=core.DownloadItem&g2_itemId=43[/img]

None of that is accurate. I double and tripple checked my configuration page. All the paths there are correct. Everything installed fine. Just for some reason it is generating bunk code (I had expected it to generate a thumbnail [img] tag with a [url] link to the full image)

Any help would be much appreciated[/code]

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Sun Nov 05, 2006 10:26 am
i don't know about multisite in an embedded environment. i won't test w/ phpnuke 8.0 as it's not freely available yet.

tbird412 - is this related to the phpbb2 integration? search for "cgi system" on these forums, solutions are available.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
tbird412
Joined: Nov 05, 2006
Posts: 4

Posted: Sun Nov 05, 2006 11:25 am
Sorry I didn't let you know in my first post. I already searched that and found this post [nukedgallery.net]. They are even using the same webhost as me. Seems their bugged URL that gets inserted is a bit different than mine. Either way, I REMed out the code as the solution stated, but I still get the same error.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Mon Nov 06, 2006 7:30 am
i'm looking at http://www.blackknightsclan.org/cms/ind ... _itemId=28 and not seeing any errors, did you fix it?

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
tbird412
Joined: Nov 05, 2006
Posts: 4

Posted: Mon Nov 06, 2006 10:39 pm
No. The gallery works fine. Everything works fine actually. But the error I am having is what I was saying in my first post. When I click the G2image button (during content creation, in the TinyMCE thingy). The new window pops up, you know where I select the album and hit go. Then it shows me thumbnails. And I click one to have the code inserted into the text box I was working in. The code it inserts into the text box is all screwy (I pasted it into my first post).

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Tue Nov 07, 2006 7:58 am
this is in regards to the phpbb2 integration package, correct? if so, copy your first post w/ the error and post a new topic in the phpbb2 integration forum on this site (http://www.nukedgallery.net/forum12.html).

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
GibsonXXI
Joined: Mar 11, 2005
Posts: 2

Posted: Sun Jan 21, 2007 6:30 pm
Fullscreen slideshow does not work within the Nuke Enviroment, but does work in standalone mode.

Initially, the java plugin shows, then dissapears to be replaced by a red X under IE7.

More specifically, this is using Nuke Evolution 2.0.1 Final and Gallery 2.1.2.

GibXXI.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
StarScream159
Joined: Apr 08, 2006
Posts: 117

Posted: Mon Jan 22, 2007 3:52 am
IE7 has very strict security rules. Ensure that your browser has proper settings to run javaplugin's.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
GibsonXXI
Joined: Mar 11, 2005
Posts: 2

Posted: Sun Mar 11, 2007 3:00 pm
That's got nothing to do with it. If it was down to security settings, it wouldn't run, period. That's not what happens. It runs without Gallery2 being embedded in nuke, but not the other way round.

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
vacoweb
Joined: Apr 01, 2007
Posts: 1

Posted: Sun Apr 01, 2007 1:16 pm
bonelifer wrote: › Would it be possible to make this work with the eXtreme Styles mod. Right now I can't find the code for the template.php file as it's not part of eXtreme Styles version of the template.php file.

Here's a link for it:
http://www.phpbbhacks.com/download/1657
it excuses but I need to obtain to a called file embed.php since if does not let to me work

Code: ›
Warning: require_once(modules/gallery2/embed.php) [function.require-once]: failed to open stream: No such file or directory in C:\AppServ\www\Letrillas\modules\gallery2\admin\index.php on line 100

Fatal error: require_once() [function.require]: Failed opening required 'modules/gallery2/embed.php' (include_path='.;C:\php5\pear') in C:\AppServ\www\Letrillas\modules\gallery2\admin\index.php on line 100

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
dari
Joined: Mar 03, 2003
Posts: 6287
Location: Washington Township, NJ, USA
Posted: Wed Apr 04, 2007 2:28 pm
did you install gallery 2?

AuthorMessage
Post Title: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist
bellydaniel
Joined: Jan 08, 2008
Posts: 4

Posted: Sun Jan 04, 2009 5:17 pm
check the database for gallery 2 there is double injection on some module Laughing
there's the install problem, . the problem consist like nuke evolution basic on block, check it.

All times are GMT - 5 Hours
Powered by PHPNuke and phpBB2 © 2006 phpBB Group