Invision Power Services: Integrate Gallery Index with Board Index - Invision Power Services

Jump to content

IP.Gallery Feedback

Do you need technical support?

You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Resources.

Did you find a bug in IP.Board?

If you believe you've found a bug please post it to the bug tracker.

Have a suggestion or feedback?

Post it here. Thanks!
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Integrate Gallery Index with Board Index

#1 User is offline   Usurper Icon

  • IPB Member
  • Icon
  • View blog
  • Group: +Active Customers
  • Posts: 90
  • Joined: 17-February 03

Posted 30 November 2004 - 11:44 PM

Seriously, nobody notices updates to the gallery. My board doesn't have a ton of forums, so it wouldn't be bad to have the option to see the gallery categories on the same page as the forum categories.
0

#2 User is offline   XanthicBB Icon

  • IPB Newbie
  • Pip
  • View blog
  • Group: Members
  • Posts: 30
  • Joined: 23-November 05

Posted 09 December 2004 - 03:50 PM

:thumbsup: :thumbsup: :thumbsup: If there's one feature suggestion I support, it's this one.

TheWalrus said it best in a prior post:

Quote

I'd like to see the "Galleries" be able to be included in the forum index (that is, the pane at the top of the Galleries page).  Clicking on the "Galleries" category in the forum index would take you to the Gallery page.

Also, the Gallery statistics should be integrated into the statistics at the bottom of the forum index page.

On the Gallery page, the Gallery statistics should be moved to after the Last 5 panes.

Basically, the Gallery should look and act as much like a forum except that Topics are albums.  Viewing an Album should be like viewing a Topic except that the contents of the Topic is a paged set of thumbnails with paged comments following.

The Album view should have Thumbnails (default) and Images modes (like the Topic View has Outline, Standard, and Linear+ modes).  In Images mode, the images would be full size one to a page, with paged comments following.  In Thumbnails mode, the top of the page would be a set of paged thumbnails (number of columns/rows configurable by admin) with all comments (paged) for any image in the album shown after the thumbnails (including comments on the whole album) with most recent comment first or last (configurable by admin).

Basically, I want the Gallery to feel like a completely integrated entity inside IPB rather than a separate entity that is gotten to only by the Gallery link in the header (I'd remove this link if that were the case).

Categories would be more like shared albums where the administrator would set up who is allowed to post images to the Category.  In fact, I would get rid of the specific notion of Category as it exists now and just have Albums that can be in Gallery Categories (like Forum Categories) including Root Categories that reside inside the Galleries Root Forum Category (that appears in the Forum Index).

If you do this, please make the Admin interface as similar to the IPB interface for Forums.  That is, in New Fourms, allow the creation of a Galleries Root Category.  Then in the New Galleries allow the creation of Gallery Categories that are very similar to creating Forums (same user interface).  Permissions should be handled just like IPB for posting/moderating to forums.  Moderation for albums should be like moderation for posts (with Inline moderation).  All other operations should be handled like topics (like New Image instead of New Topic and Add Comment instead of Add Reply, etc).

This would make me very happy.  There are just too many polished Gallery scripts out there that are better than IP Gallery except that they are not integrated into IPB.  The better the IPB integration, the more IP Gallery will appeal to me to be used on all my future websites where I need a community gallery.

Quote

One more addition. 

Don't necessarily segregate the Gallery Root Category on the Forum Index to one category.  Rather, just allow Gallery Categories to be created just like Forums and placed in any Forum Category or Forum that you want.

This goes along with the notion that the current Gallery Categories are really just a type of Forum that can contain Albums/Forums/Gallery Categories as needed.

0

#3 User is offline   goodfella_uk Icon

  • IPB Newbie
  • Icon
  • View blog
  • Group: +Active Customers
  • Posts: 10
  • Joined: 06-January 06

Posted 27 June 2009 - 02:42 PM

How do you move the "Recent Gallery Images" include on your Board Index...

I don't want it at the top.

Do anyone know what template and code it is?
0

#4 User is offline   bfarber Icon

  • RBT-KS
  • Icon
  • View blog
  • View gallery
  • Group: IPS Staff
  • Posts: 19,186
  • Joined: 14-April 04
  • Location:Lynchburg, VA

Posted 28 June 2009 - 04:44 PM

It's a hook, so you'd have to put the ACP into IN_DEV at the moment to change the hook location. We hope to improve this functionality in the future.

Brandon Farber

Developer / Senior Support


Posted Image
0

#5 User is offline   goodfella_uk Icon

  • IPB Newbie
  • Icon
  • View blog
  • Group: +Active Customers
  • Posts: 10
  • Joined: 06-January 06

Posted 28 June 2009 - 05:31 PM

Ok, thanks for your reply...

IN_DEV is a new one to me, how do I do that?

Andy
0

#6 User is offline   Andy D Icon

  • •–•
  • Icon
  • View blog
  • View gallery
  • Group: +Active Customers
  • Posts: 8,453
  • Joined: 27-June 09
  • Location:England

Posted 28 June 2009 - 05:37 PM

Change the line in your conf_global.php file from
define('IN_DEV', 0);
to:
define('IN_DEV', 1);

Don't forget to change it back after you've finished :)
0

#7 User is offline   goodfella_uk Icon

  • IPB Newbie
  • Icon
  • View blog
  • Group: +Active Customers
  • Posts: 10
  • Joined: 06-January 06

Posted 28 June 2009 - 08:26 PM

Cheers Andy Mate!

What does this actually do then?
0

#8 User is offline   DawPi Icon

  • random modder & codder :-)
  • PipPipPipPipPipPip
  • View blog
  • Group: Community Devs
  • Posts: 1,685
  • Joined: 15-November 06
  • Location:Cracow, Poland

Posted 28 June 2009 - 08:48 PM

View PostAndy D, on 28 June 2009 - 07:37 PM, said:

Change the line in your conf_global.php file from
define('IN_DEV', 0);
to:
define('IN_DEV', 1);

Don't forget to change it back after you've finished :)

initdata.php.
0

#9 User is offline   Lewis P Icon

  • I'm not Homer. My avatar just represents me.
  • PipPipPipPipPipPip
  • View blog
  • View gallery
  • Group: Community Devs
  • Posts: 1,091
  • Joined: 16-July 06
  • Location:London, England

Posted 28 June 2009 - 08:56 PM

View PostDawPi, on 28 June 2009 - 09:48 PM, said:

initdata.php.


The line was moved to conf_global.php in IPB3. :)
Lewis Putz: IPS Community Developer
My Twitter - My Facebook - My Site
0

#10 User is offline   Axel Wers Icon

  • MAD MAXel
  • Icon
  • View blog
  • View gallery
  • Group: +Active Customers
  • Posts: 2,075
  • Joined: 21-July 04
  • Location:Slovakia

Posted 28 June 2009 - 09:54 PM

That is cool

I switched Look Location

from

(outer.pre) Before the foreach loop stars)

to

(inner.pre) After the foreach loop starts

and I got:

Fatal error: Class 'skin_boards_1' not found in /ipb3/admin/sources/classes/output/publicOutput.php(2826) : eval()'d code on line 1

Although I switched it back I still get this error message (recache skins didn't work). Forum is totally broken.
FreeSpace Portal - simple home page created by IP.Content
FSP Forum - our most visited portal's page
Twitter - follow us!
Facebook - become Fan!
0

#11 User is online   BacTalan Icon

  • Nerd
  • Icon
  • View blog
  • Group: IPS Staff
  • Posts: 1,163
  • Joined: 08-November 08

Posted 29 June 2009 - 12:29 AM

Send a ticket to support and they'll be able to help you fix it.

View PostCharles, on 15 April 2009 - 06:00 AM, said:

Well we thought we would fix the obscure bugs but keep a few ones that impact almost everyone in there just to spice things up a bit.

View Postbfarber, on 19 June 2009 - 11:08 PM, said:

Generally when Charles notifies me he has found a bug, I go hunt it down (because he's usually reported it by that time) and mark it working as intended or not a bug.
Then I go back and try to fix it later.
0

#12 User is offline   Axel Wers Icon

  • MAD MAXel
  • Icon
  • View blog
  • View gallery
  • Group: +Active Customers
  • Posts: 2,075
  • Joined: 21-July 04
  • Location:Slovakia

Posted 29 June 2009 - 05:28 PM

I removed define('IN_DEV', 1); from conf_global.php and it's ok already. But Recent gallery photos disappeared from my board.
I uninstalled that hook and it's disappeared from ACP as well. How can I reinstall gallery hook?
FreeSpace Portal - simple home page created by IP.Content
FSP Forum - our most visited portal's page
Twitter - follow us!
Facebook - become Fan!
0

#13 User is offline   bfarber Icon

  • RBT-KS
  • Icon
  • View blog
  • View gallery
  • Group: IPS Staff
  • Posts: 19,186
  • Joined: 14-April 04
  • Location:Lynchburg, VA

Posted 30 June 2009 - 03:40 PM

You just reimport the XML hook file from the manage hooks page. The file is under admin/applications_addon/ips/gallery/xml/hooks

You won't be able to run your board with IN_DEV enabled without doing some other things, but you'll need to enable it to move hooks for now. We want to change this in a future version to make it easier to move hooks.

Brandon Farber

Developer / Senior Support


Posted Image
0

#14 User is offline   Axel Wers Icon

  • MAD MAXel
  • Icon
  • View blog
  • View gallery
  • Group: +Active Customers
  • Posts: 2,075
  • Joined: 21-July 04
  • Location:Slovakia

Posted 30 June 2009 - 08:15 PM

Thanks Brandon

Quote

We want to change this in a future version to make it easier to move hooks.

This would be good.
FreeSpace Portal - simple home page created by IP.Content
FSP Forum - our most visited portal's page
Twitter - follow us!
Facebook - become Fan!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users