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  

PHPNuke / Gallery 2 Integration Bugs and Wishlist
Goto page 1, 2  Next
 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Author Message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Tue Sep 13, 2005 6:58 am    Post subject: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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.

Bugs
  • 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


Feature Requests
  • 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


Misc. TODO
  • 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

_________________
Back to top
Offline View user's profile Send private message Visit poster's website
AdBot
   Post subject: PHPNuke / Gallery 2 Integration Bugs and Wishlist  

Back to top
jib_intelli

Beginner
Beginner


Joined: Jun 10, 2004
Posts: 14

PostPosted: Mon May 15, 2006 11:25 pm    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Tue May 16, 2006 10:46 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

both are noted already in these forums.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
BeerFace

Beginner
Beginner


Joined: Sep 15, 2003
Posts: 8

PostPosted: Wed May 17, 2006 7:43 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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.
Back to top
Offline View user's profile Send private message
fker

Beginner
Beginner


Joined: Apr 24, 2005
Posts: 8

PostPosted: Fri May 19, 2006 4:23 pm    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Fri May 19, 2006 7:37 pm    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

look at the phpbb2 package, in the addons directory. that might be able to be ported.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
fker

Beginner
Beginner


Joined: Apr 24, 2005
Posts: 8

PostPosted: Fri May 19, 2006 9:20 pm    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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!
Back to top
Offline View user's profile Send private message
qwilan

Beginner
Beginner


Joined: Oct 16, 2004
Posts: 1

PostPosted: Sun May 28, 2006 1:55 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

Ignore this,... I need to learn to read I willl start a new thread
Back to top
Offline View user's profile Send private message
nerrad

Beginner
Beginner


Joined: Aug 24, 2005
Posts: 1

PostPosted: Sun May 28, 2006 9:58 pm    Post subject: Double posted Comments and/or albums - UPDATE Reply with quote

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Mon May 29, 2006 11:00 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

known issue, don't know why exactly it's occuring, but it's being researched Smile
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
Debz

Novice
Novice


Joined: May 05, 2004
Posts: 24

PostPosted: Sat Jun 03, 2006 7:19 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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.
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Sat Jun 03, 2006 7:23 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

it's a known issue, occuring when the imageblock/sidebar block is enabled.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
fenece

Beginner
Beginner


Joined: Jul 20, 2006
Posts: 14

PostPosted: Fri Jul 21, 2006 5:39 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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?
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6241
Location: Washington Township, NJ, USA

PostPosted: Mon Jul 24, 2006 6:52 am    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

do not double post. as i stated above, this is a known issue with no known solution at this time.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
bonelifer

Beginner
Beginner


Joined: Aug 12, 2006
Posts: 1

PostPosted: Sun Aug 27, 2006 4:28 pm    Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist Reply with quote

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
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 » PHP-Nuke Issues » Gallery 2 Integration View previous topicPrinter friendly versionView next topic
Goto page 1, 2  Next

 
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