Author Topic: [MOD Req] Members favorite links - Profile  (Read 12196 times)

0 Members and 1 Guest are viewing this topic.

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
[MOD Req] Members favorite links - Profile
« on: September 04, 2007, 08:43:14 AM »
Does anyone have mod, that users can add favorite links so they are seen in thier profile?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #1 on: September 04, 2007, 11:42:32 PM »
Incomplete request ... favorite of what so they see in profile ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: [MOD Req] Members favorite links - Profile
« Reply #2 on: September 04, 2007, 11:46:00 PM »
Yeah, like a blogroll in blogs, so that links would be seen in profile.

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #3 on: September 04, 2007, 11:46:37 PM »
Screenshot / exact URL ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: [MOD Req] Members favorite links - Profile
« Reply #4 on: September 04, 2007, 11:48:40 PM »
I am requestion that mod becouse I can't do it by my self. Where do you think I should get screenshot or link if it doesn't exist yet?

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #5 on: September 04, 2007, 11:51:48 PM »
Quote
Where do you think I should get screenshot or link if it doesn't exist yet?

If can post other site have this ... I chek.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: [MOD Req] Members favorite links - Profile
« Reply #6 on: September 04, 2007, 11:53:41 PM »
This site isn't running on 4images sistem, but on lower right site you'll see Blogroll:
http://www.peterbernik.com/

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #7 on: September 05, 2007, 12:02:07 AM »
@Lucifix
... search for additional_user_fields ...
... e.g. ... http://www.4homepages.de/forum/index.php?topic=10164.0 ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #8 on: September 05, 2007, 01:06:06 AM »
This site isn't running on 4images sistem, but on lower right site you'll see Blogroll:
http://www.peterbernik.com/

Ok so ... what I chek in page ?
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #9 on: September 05, 2007, 02:54:56 AM »
... I think ... individual favorite links in users profile ... edited by user himself ...
... therefore use additional_user_fields ....
... one field for one link ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: [MOD Req] Members favorite links - Profile
« Reply #10 on: September 05, 2007, 01:02:36 PM »
Wouldn't be more propriet to use new table, where you are able to enter title and link?

Code: [Select]
CREATE TABLE `4images_links` (
  `link_id` mediumint(3) NOT NULL auto_increment,
  `link_user` mediumint(8) NOT NULL default '0',
  `link_url` varchar(60) collate latin1_general_ci NOT NULL default '',
  `link_name` varchar(60) collate latin1_general_ci NOT NULL default '',
  PRIMARY KEY  (`link_id`)
)

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #11 on: September 05, 2007, 01:33:50 PM »
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #12 on: September 05, 2007, 01:38:12 PM »
... it would be easier to use the existing tabel 4images_users and additional_user_fields ...
... so you can enter and edit the links in "User Control Panel" ...
... and you need only 2 fields "link_url" and "link_name" ...
... I think the links are user links and therefore you dont need a new table ...
... if you want to create a linklist, then you should create a new table ...
... or use this : http://www.4homepages.de/forum/index.php?topic=5430.0 ... (a top linklist for 4images) ...
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: [MOD Req] Members favorite links - Profile
« Reply #13 on: September 05, 2007, 01:40:24 PM »
@thunderstrike
... you are a little bit faster ... ;)
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline Lucifix

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
    • http://www.slo-foto.net
Re: [MOD Req] Members favorite links - Profile
« Reply #14 on: September 05, 2007, 02:11:38 PM »
Thx, I'll use additional_user_fields in 4images_users table, despite I'll need to do 6 extra fields.