Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: How to show users website linked in the profile?  (Read 2600 times)

0 Members and 1 Guest are viewing this topic.

Hagane

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
How to show users website linked in the profile?
« on: December 17, 2007, 07:04:26 am »

Hello everyone! :)
First of all, I'd like to thank the Coppermine developers, since I'm using it from a few days and it works like a charm!
Second, I have a small problem... I searched in all the Forum but I cannot find an answer, I think this could be the right section for posting my question.
When I open the profile of a registered user that provided his website url, I can read for example: "Website: http://www.websiteurl", but it's displayed as a simple text, not as a link.
So I'd simply like to know if it's possible to have the website linked in profiles.
I guess I should edit the profile.php file, but I don't know where and how... there are only a few lines of code that I understand.
Could you please help me or give me some hints/suggestions?
Thanks anyway! ;)
Bye!
« Last Edit: December 19, 2007, 08:52:06 am by GauGau »
Logged

Hagane

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: How to show users website linked in the profile?
« Reply #1 on: December 18, 2007, 10:19:20 pm »

Did I ask something stupid or unsolvable, or that requires too much time? ???
Or maybe my post was too much confused?
If so, please let me know.
Have a nice day! :)
Logged

Nibbler

  • Guest
Re: How to show users website linked in the profile?
« Reply #2 on: December 19, 2007, 12:10:27 am »

Look for the second occurrence of

Code: [Select]
'user_profile3' => $user_data['user_profile3'],
and change it to

Code: [Select]
'user_profile3' => make_clickable($user_data['user_profile3']),
Logged

Hagane

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: How to show users website linked in the profile?
« Reply #3 on: December 19, 2007, 02:06:20 am »

Thank you so much!
It worked perfectly, the link became clickable.
I'm so happy, my gallery is perfect now. :D
Thanks a lot again, have a great day! ^_^
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 20 queries.