SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
May 24, 2012, 09:54:19 pm

Login with username, password and session length
Members
Total Members: 10071
Latest: cdavidson012
Stats
Total Posts: 28687
Total Topics: 4977
Online Today: 94
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 46
Total: 46
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
| | | | |-+ 
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: links in profile / pics in multiple categories / post counts / quotas by post gr  (Read 9854 times)
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #15 on: April 06, 2007, 08:10:35 pm »

Code:
1. The subcategory count works the same as SMF but is only for normal galleries and not user galleries.
To remove the picture totals for user galleries
Open Themes/default/UserGallery.template.php
Find
[Code]
// Show total pictures in the category
echo '<td align="center">', $totalpics, '</td>';
Change to
Code:
// Show total pictures in the category
echo '<td align="center">&nbsp;</td>';



2. To customize the main index would require you to edit Gallery.template.php from there you can look in the template_main function and look into moving the user gallery link
[/code]
« Last Edit: April 06, 2007, 08:16:08 pm by SMFHacks » Logged
dano1
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #16 on: April 07, 2007, 07:45:16 am »

Thank you,

   Sorry if I missed that code in a previous post.  I fixed that and also put a null in place of the "Total Images" in the gallery.english.php so people aren't looking for a count.  It remove the Total images from the regular galleries which still shows the count, but I'll rely on peoples intuition to figure out what the number is there for.

I'm going in to see about moving the Users Gallery up on tha main page now (gallery.template.php), and see if I can figure that one out without causing a problem, in the mean time I have made my own navigation bar to assist in people finding the galleries easier, and it shows up on every page of the forum, not just in the gallery.  Here is a screen shot of the page, the added navigation bar is gold and directly under the regular navigation bar.

Thanks again for your help and support,
Dan
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #17 on: April 07, 2007, 08:54:08 am »

Finished the user gallery link update for the next release. User Galleries are now their own category on gallery index which you can edit and move around.
Logged
RWL
Full Member
***
Offline Offline

Posts: 100



View Profile WWW
« Reply #18 on: April 07, 2007, 10:19:38 am »

Hi Hacks,

Is there another update on the way shortly - been waiting for this for ages?  Grin

Regards,

Wilsy.
Logged

RewindLancs.com Management

dano1
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #19 on: April 07, 2007, 12:26:41 pm »

Finished the user gallery link update for the next release. User Galleries are now their own category on gallery index which you can edit and move around.
Awesome!  Thank you so much...  The users won't be so buried now.

   I'm one who will definately use that, but is it an optional choice? some people may not want a users gallery.  Deletable would be good for them, but for me that would be excellent!  I haven't had time to dig into the files yet to see about moving it on my own, and my PHP knowledge is little, though I'm working on it. :-)

Dan
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #20 on: April 07, 2007, 04:08:50 pm »

Yeah that is optional. Either you can show the link for personal galleries or not.
Logged
dano1
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #21 on: April 07, 2007, 05:39:59 pm »

Yeah that is optional. Either you can show the link for personal galleries or not.

Cool,
  I really appreciate that update.  Do I have to wait long, or was it an easy fix in the gallery.template file?  I was gone all morning so I still haven't had a chance to check it out.

  Either way, I'll be waiting for it, :-)

Dano
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #22 on: April 07, 2007, 06:24:49 pm »

Depends I could release a beta version of 1.3 with the work I have done so far.  But it is no easy fix required a good amount of code changes.
Logged
dano1
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #23 on: April 07, 2007, 07:30:56 pm »

OK, I can wait,

   Thanks for making that part of the change.  I'll get by for now, ig you saw my screen shot, I have a quick and easy access link at the top of the page for the members gallery.  I'll keep my eye open for the new release.

   Dan
Logged
RWL
Full Member
***
Offline Offline

Posts: 100



View Profile WWW
« Reply #24 on: April 08, 2007, 04:06:12 am »

Hi Hacks,

I would be up for testing a beta version again  Grin

Regards,

Wilsy.
Logged

RewindLancs.com Management

dano1
Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #25 on: April 09, 2007, 12:42:47 pm »

I would be happy if the gallery.template.php with the users in tha main category section could be emailed to me, (if that is the only file that fixes the users gallery location).

   If this can't be done, I understand... :-(

Dano
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 9678


View Profile
« Reply #26 on: April 09, 2007, 06:51:50 pm »

Its actually the entire next release. Since there was a good amount changes that went into effect to make that happen.
Logged
Dano
Newbie
*
Offline Offline

Posts: 4


View Profile WWW
« Reply #27 on: April 12, 2007, 02:21:40 pm »

OK, I can understand that.

   Have any idea how soon you might be releasing this update?

   I have another small problem, I don't know why people are confused by it, but people will create a category in the users gallery, then fro some reason instead of entering the category they created, they go back to the main gallery and upload their images.  Is there some way to automatically put them into the new category they just created?  I know this is going to depend on how the programming is written, since until that category is created, it doesn't exist, and therefore may be difficult to redirect to that point.

   I may just need to write a tutorial for the users gallery.  So far, two signups, and both had the same problem...  I went in and checked it out, and didn't see a problem, but you know people....  Wink
 
   Thank You,
Logged
sduford
Newbie
*
Offline Offline

Posts: 16


View Profile
« Reply #28 on: April 13, 2007, 07:56:47 am »

I run a photography website and also have a need for a picture to show in multiple categories. Or more importantly, to show in both a user gallery and a main gallery category. Here's the scenario: someone has a nice piture of landscape that they wan to showcase int their personal gallery, but they also want it to show in the main gallery's "Landscape" category.

I se three ways of approaching this:
1. allow the selection of two categories for a picture
2. allow a user to link his personal categories to a main category, the way you currently allow linking a category to a forum
3. and this is probably the most elegant, allow the tagging of images with multiple (but preset) keywords, and then allow "views". So we could query for images that have been tagged as "Landscape", and this would show as a gallery, except that you wouldn't be able to add pictures directly to this "view".

Thanks for the great work BTW, I really like your gallery.
Logged
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 08:02:50 am]

[Today at 04:11:41 am]

[May 21, 2012, 08:54:11 am]

[May 20, 2012, 11:06:52 am]

[May 20, 2012, 05:58:11 am]

[May 19, 2012, 06:16:58 pm]

[May 19, 2012, 05:42:37 pm]

[May 18, 2012, 03:08:38 pm]

[May 17, 2012, 06:07:46 pm]

[May 17, 2012, 02:22:07 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.16 | SMF © 2006-2011, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 0.282 seconds with 20 queries.