| Author |
Message |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue Sep 13, 2005 6:58 am Post subject: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
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 |
|
|
AdBot
|
| Post subject: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
|
|
|
| Back to top |
|
 |
jib_intelli
Beginner


Joined: Jun 10, 2004 Posts: 14
|
Posted: Mon May 15, 2006 11:25 pm Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
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 |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Tue May 16, 2006 10:46 am Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
| both are noted already in these forums. |
|
| Back to top |
|
|
BeerFace
Beginner


Joined: Sep 15, 2003 Posts: 8
|
Posted: Wed May 17, 2006 7:43 am Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
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 |
|
|
fker
Beginner


Joined: Apr 24, 2005 Posts: 8
|
Posted: Fri May 19, 2006 4:23 pm Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
| 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 |
|
|
dari
Site Admin


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


Joined: Apr 24, 2005 Posts: 8
|
Posted: Fri May 19, 2006 9:20 pm Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
| 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 |
|
|
qwilan
Beginner


Joined: Oct 16, 2004 Posts: 1
|
Posted: Sun May 28, 2006 1:55 am Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
| Ignore this,... I need to learn to read I willl start a new thread |
|
| Back to top |
|
|
nerrad
Beginner


Joined: Aug 24, 2005 Posts: 1
|
Posted: Sun May 28, 2006 9:58 pm Post subject: Double posted Comments and/or albums - UPDATE |
|
|
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 |
|
|
dari
Site Admin


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


Joined: May 05, 2004 Posts: 24
|
Posted: Sat Jun 03, 2006 7:19 am Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
| 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 |
|
|
dari
Site Admin


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


Joined: Jul 20, 2006 Posts: 15
|
Posted: Fri Jul 21, 2006 5:39 am Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
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 |
|
|
dari
Site Admin


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


Joined: Aug 12, 2006 Posts: 1
|
Posted: Sun Aug 27, 2006 4:28 pm Post subject: Re: PHPNuke / Gallery 2 Integration Bugs and Wishlist |
|
|
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 |
|
|
|
|
|
|
|