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 25, 2012, 05:59:47 am
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Stats
Members
Total Members: 10073
Latest:
makablue
Stats
Total Posts: 28687
Total Topics: 4977
Online Today: 81
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 80
Total: 80
SMFHacks.com
Forum
SMF Gallery Pro
Support
link to personal gallery on the users profiles
0 Members and 1 Guest are viewing this topic.
« previous
next »
Pages:
[
1
]
2
Author
Topic: link to personal gallery on the users profiles (Read 1097 times)
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
link to personal gallery on the users profiles
«
on:
October 09, 2011, 02:01:31 pm »
Hello
I use the newest version of smf gallery pro.
I have many users in my forum, but there is not all my users, there have pictures in the gallery.
I want a solution with a link to the gallery on the profiles, there have pictures in the personal galleries.
Is it possible?
If a user don't have pictures in the gallery, the system should not show the link.
Best regards
Smporten
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: link to personal gallery on the users profiles
«
Reply #1 on:
October 09, 2011, 03:15:20 pm »
Have a profilelink addon found in the addons forum.
http://www.smfhacks.com/index.php/topic,162.0.html
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #2 on:
October 09, 2011, 06:17:14 pm »
Hello Again
I have now installed the mod, but if i click on a users profil, i don't have a link to the gallery.
If i read a post, a user have written, i can find a link to the gallery.
Is it possible to get a link to the gallery on the profile.
thanks in advance
Best Regards
Smporten
«
Last Edit: October 09, 2011, 06:25:40 pm by smporten
»
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: link to personal gallery on the users profiles
«
Reply #3 on:
October 09, 2011, 06:27:19 pm »
What SMF version are you using?
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #4 on:
October 09, 2011, 10:40:13 pm »
I use version smf 2.01
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: link to personal gallery on the users profiles
«
Reply #5 on:
October 10, 2011, 11:33:48 am »
The link should be on the main summary page in the profile
Example:
admin
Administrator
* Email
Online Online
View Gallery
If you are using multiple languages you need to copy the language string from modifications.english.php to your themes/default/languages/modifications.yourlanguage.php
After that clear your file cache in SMF 2.0
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #6 on:
October 10, 2011, 03:32:47 pm »
Hello Again
If i read a post, i should see a link to view the gallery.
But if i click on the profile i can't see the link to gallery.
I have cleared my file cache, but it don't help.
What can i do, so i can see the link to a users gallery on a users profile.
I hope you can give me a hint.
Best regards
smporten
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: link to personal gallery on the users profiles
«
Reply #7 on:
October 10, 2011, 03:37:23 pm »
Are you using english language on your board or another?
If another you need to copy the language strings to your languages modificatiosn.*.php file
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #8 on:
October 10, 2011, 05:21:15 pm »
I am using Danish, but i have tryed to set my language to english, and it can not solve the problem.
Did you know a text string i can insert in a file, so i can see the link to the gallery on the profile page.
Thanks in advance.
Best regards
smporten.
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: link to personal gallery on the users profiles
«
Reply #9 on:
October 10, 2011, 09:19:13 pm »
Text that should be added
Code:
//Begin SMF Gallery Profile Link Text Strings
$txt['smfgallery_profilelink'] = 'View Gallery';
$txt['smfgallery_profile_title'] = 'User Images';
//END SMF Gallery Profile Link Text Strings
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #10 on:
October 11, 2011, 05:24:49 am »
Hello Again
I have tryed that, but it don't work.
I can't see the link view profile on the member profile.
That can i do now, i hope you have a other solution.
Thanks in advance.
Best regards
Smporten
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #11 on:
October 11, 2011, 08:29:11 am »
I have attached the files, maybee you can find a error in the files, i have tryed the parser, and i can't find something wrong.
I have taken the files from the themes/default folder.
I hope you have a solution.
Thanks in advance.
Best regards
Smporten
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 9678
Re: link to personal gallery on the users profiles
«
Reply #12 on:
October 11, 2011, 09:05:13 am »
Do you see the link in the thread? Aslo missing Profile.php
All text should be in the modifications.*.php files
Also for SMF 2.0 under Forum Maintenance you have to clear the cache.
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #13 on:
October 11, 2011, 10:09:39 am »
Quote from: SMFHacks on October 11, 2011, 09:05:13 am
Do you see the link in the thread? Aslo missing Profile.php
What do you mean?
I have attached the modification file for the danish language.
All text should be in the modifications.*.php files
Also for SMF 2.0 under Forum Maintenance you have to clear the cache.
I have cleared the file cache.
I have attached some files in my last message, did you see any errors in the files?
Are there other files, you should see.
The link view gallery is in a post, but if a view a members profile, there is no view gallery.
Logged
smporten
SMF Gallery Pro Customer
Newbie
Offline
Posts: 15
Re: link to personal gallery on the users profiles
«
Reply #14 on:
October 11, 2011, 10:21:56 am »
I have now attached the profile.template.php, i can see, that i have forget to post that.
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
[May 24, 2012, 08:02:50 am]
Custom Fields
by
davejo
[May 24, 2012, 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...