SMFHacks.com
SMFHacks
Community Suite
SMF Gallery Pro
SMF Store
SMF Classifieds
Newsletter Pro
Downloads System Pro
Ad Seller Pro
Hacks and Mods
Latest SMF Hacks
TopTen Hacks
Styles and Themes
Add a Hack
Manage Hacks
Earn Money from Your Forum with these tips
SMF Theme Generator
SMF Package Parser
Free SMF Hosting
HostRocket Webhosting for SMF
Site Showcase
Search Forums
Advanced search
User
Welcome,
Guest
. Please
login
or
register
.
May 24, 2012, 09:54:19 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Stats
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
SMFHacks.com
Forum
SMF Gallery Pro
Support
Feature Requests
links in profile / pics in multiple categories / post counts / quotas by post gr
0 Members and 2 Guests are viewing this topic.
« previous
next »
Pages:
1
[
2
]
Author
Topic: links in profile / pics in multiple categories / post counts / quotas by post gr (Read 9854 times)
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: links in profile / pics in multiple categories / post counts / quotas by pos
«
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"> </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
Posts: 13
Re: links in profile / pics in multiple categories / post counts / quotas by pos
«
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
Posts: 9678
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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
Posts: 100
Re: links in profile / pics in multiple categories / post counts / quotas by pos
«
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?
Regards,
Wilsy.
Logged
RewindLancs.com Management
dano1
Newbie
Offline
Posts: 13
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
Reply #19 on:
April 07, 2007, 12:26:41 pm »
Quote from: SMFHacks 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.
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
Posts: 9678
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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
Posts: 13
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
Reply #21 on:
April 07, 2007, 05:39:59 pm »
Quote from: SMFHacks on April 07, 2007, 04:08:50 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
Posts: 9678
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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
Posts: 13
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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
Posts: 100
Re: links in profile / pics in multiple categories / post counts / quotas by pos
«
Reply #24 on:
April 08, 2007, 04:06:12 am »
Hi Hacks,
I would be up for testing a beta version again
Regards,
Wilsy.
Logged
RewindLancs.com Management
dano1
Newbie
Offline
Posts: 13
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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
Posts: 9678
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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
Posts: 4
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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....
Thank You,
Logged
sduford
Newbie
Offline
Posts: 16
Re: links in profile / pics in multiple categories / post counts / quotas by post gr
«
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
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMFHacks.com
-----------------------------
=> News
=> Site Discussion
===> Suggestions
===> Bugs
-----------------------------
SMF Gallery Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
SMF Store
-----------------------------
=> Announcements
=> Presales
=> Support
===> Guides and Tips
===> Feature Requests
===> Bugs
-----------------------------
SMF Classifieds
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
Downloads System Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Feature Requests
===> Bugs
-----------------------------
Ad Seller Pro
-----------------------------
=> Presales
=> Support
-----------------------------
Newsletter Pro
-----------------------------
=> Presales
=> Support
===> Feature Requests
-----------------------------
Social Login Pro
-----------------------------
=> Presales
-----------------------------
Badge Awards
-----------------------------
=> Presales
-----------------------------
Tweet Topics/FB Post System
-----------------------------
=> Presales
-----------------------------
SMF Gallery Lite
-----------------------------
=> SMF Gallery Lite
-----------------------------
Modifications/Themes
-----------------------------
=> General SMF Forum
=> Modifications Talk
===> Latest Mods
===> Modification Showcase
=> Theme Talk
===> Theme Showcase
===> Latest Themes
Recent
Feature Request: Ban indi...
by
ApplianceJunk
[
Today
at 08:02:50 am]
Custom Fields
by
davejo
[
Today
at 04:11:41 am]
Store IPN AMOUNT CHANGE
by
ApplianceJunk
[May 21, 2012, 08:54:11 am]
Transferring Db data from...
by
~ Phåråoh ~
[May 20, 2012, 11:06:52 am]
SMF vs PhpBB
by
channgam
[May 20, 2012, 05:58:11 am]
Any news?
by
SMFHacks
[May 19, 2012, 06:16:58 pm]
Social Login Pro domain c...
by
SMFHacks
[May 19, 2012, 05:42:37 pm]
licence information and q...
by
SMFHacks
[May 18, 2012, 03:08:38 pm]
no pictures after upgrade
by
SMFHacks
[May 17, 2012, 06:07:46 pm]
Viewers?
by
ApplianceJunk
[May 17, 2012, 02:22:07 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Loading...