Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 168
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 170
Total: 170

Author Topic: links in profile / pics in multiple categories / post counts / quotas by post gr  (Read 23686 times)

0 Members and 1 Guest are viewing this topic.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Code: [Select]
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: [Select]
// 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 »
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline dano1

  • Member
  • *
  • Posts: 13
    • View Profile
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

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline RWL

  • Full Member
  • ***
  • Posts: 100
    • View Profile
    • RWL
Hi Hacks,

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

Regards,

Wilsy.
RewindLancs.com Management


Offline dano1

  • Member
  • *
  • Posts: 13
    • View Profile
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

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Yeah that is optional. Either you can show the link for personal galleries or not.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline dano1

  • Member
  • *
  • Posts: 13
    • View Profile
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

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
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.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline dano1

  • Member
  • *
  • Posts: 13
    • View Profile
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

Offline RWL

  • Full Member
  • ***
  • Posts: 100
    • View Profile
    • RWL
Hi Hacks,

I would be up for testing a beta version again  ;D

Regards,

Wilsy.
RewindLancs.com Management


Offline dano1

  • Member
  • *
  • Posts: 13
    • View Profile
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

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Its actually the entire next release. Since there was a good amount changes that went into effect to make that happen.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Dano

  • Member
  • *
  • Posts: 4
    • View Profile
    • The Gourd Reserve
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....  ;)
 
   Thank You,

Offline sduford

  • Member
  • *
  • Posts: 16
    • View Profile
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.

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
7053 Views
Last post March 06, 2008, 08:48:03 pm
by bluedevil
1 Replies
3795 Views
Last post October 24, 2007, 06:34:34 pm
by SMFHacks
0 Replies
4188 Views
Last post May 05, 2008, 11:20:57 pm
by MaryLou
1 Replies
3951 Views
Last post January 17, 2012, 01:15:36 pm
by SMFHacks
0 Replies
5041 Views
Last post August 31, 2013, 03:24:51 pm
by Draffi

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal