Custom Profile Field Mod

Started by winrules, March 30, 2006, 02:21:25 PM

Previous topic - Next topic

RustyBarnacle

Works just fine for me.  Its like any other mod though, there are sometimes major conflicts between some mods and sometimes you either have to choose one over the other or do some major editing of your files.

I dont think I had any problems with this particular mod conflicting with any of the other 20 of so mods I'm running.

alleyvandal

Thanks Rusty!

... Go crawl back under the rock you came from Satan!

jadboog

Hey Guys,

Got notorious problems with my servers (provided by site5) - PHP scripts refuse to work - quite surprised that SMF works well though... BUT >>

Cannot install mods at all - the custom profile mod gets installed fine, runs through the normal process, and then there is no option for custom fields in 'themes and layout' - anybody got any pearls of wisdom?

My servers are REALLY funny about CHMOD 777 - get a 500 server error as soon as I start changing permissions.

Carver

When I create a Selection or a check box I am not getting the option to Force Input. Is the way it is suppose to be?

I get the option for both text and text input.

Thanks

Curt

Neorics

is it possible to like add a field where users can put their paypal address then it would show in the posts as an icon or a link that is when clicked would direct them to a page they can send money to that person?

the kind of idea like the 'buy me a beer mod'
[For Hire] I can help you with anything regarding Simple Machines Forum  ~ My Portfolio

clarkkent93

I'm using SMF 1.1.3
TP .983
Here's a list of mods installed:
Quote1. Joined Date 1.0
2. EmailFlash 2.0
3. Location Mod - Additional Maps 1.2
4. Location Mod - Who Flags 1.2
5. Location Mod 1.2
6. Monthly Statistics on Profile 1.0
7. SMF 1.1.2 Update Package1.1.2
8. Stars to Profile 1.0.1
9. TinyPortal 0.971
10. User Email System 1.1.3
11. Wrap Text Around Image 1.0
12. URL Popup 1.0    
13. Custom Profile Field Mod 3.16    
14. Display Images In Signatures only once per page 1.0    
15. SMF 1.0.11 / 1.1.3 Update
16. TinyPortal .983

I've had it installed and working before.  I switched themes, installed SMF/TP patches.

Now it doesn't show up in "Features and Options".  It still shows up in the member's profile and upon registration (which is weird).  I've added the necessary code to the TP theme I'm using.

I've tried to uninstall and I get this:

1.  Execute Modification  ./Sources/ModSettings.php  Test failed
2. Execute Modification ./Themes/default/Profile.template.php Test successful
3. Execute Modification ./Themes/default/Display.template.php Test successful
4. Execute Modification ./Themes/default/PersonalMessage.template.php Test successful
5. Execute Modification ./Themes/default/Register.template.php Test successful
6. Execute Modification ./Sources/Register.php Test failed
7. Delete File ./Sources/CustomProfile.php
8. Delete File ./Themes/default/languages/CustomProfile.english.php


I've made sure the packages directory was set for 777.

Anything else that I'm missing?  Any ideas as to what's wrong?

Thanks ahead for your time.
SMF 1.1.6


Neorics

Quote from: Neorics on September 15, 2007, 03:32:11 PM
is it possible to like add a field where users can put their paypal address then it would show in the posts as an icon or a link that is when clicked would direct them to a page they can send money to that person?

the kind of idea like the 'buy me a beer mod'

any comment on this?

also is it possible to make fields that users can type their myspace, facebook, hi5 and friendster links then it would show in their posts profile?
[For Hire] I can help you with anything regarding Simple Machines Forum  ~ My Portfolio

TrueSatan

The easiest way you can answer all your queries above is to set up a test forum of your own and try it...you should do this with all mods, edits, themes...anything...prior to adding it to a live/.production forum so it's something you should have in any case.

Neorics

ok ditch my other questions, is there a way to edit the codes so that  G-mods can edit the field and only a certain membergoup will be able to see and edit that field?
[For Hire] I can help you with anything regarding Simple Machines Forum  ~ My Portfolio

TrueSatan

None yet available...you could ask to have it custom coded but you might well need to pay to get anyone interested.

manevem

Hi! This mod is exactly what I was looking for!
But I really need the checkboxes and dropdown!
I can only input text boxes. I want to add dropdown fields and checkboxes but to no avail.
I can see the dropdown menu but when I select it nothing. Tryed everything, clicking on it, clicking on it, then on settings - nothing. I always get only the text menu.
Please help me!

Neorics

Quote from: TrueSatan on September 22, 2007, 07:03:40 AM
None yet available...you could ask to have it custom coded but you might well need to pay to get anyone interested.

nah i already have one... and i already found out how... tips and tricks really helped too
[For Hire] I can help you with anything regarding Simple Machines Forum  ~ My Portfolio

eleven0

Is there way to assign  custom fields only to a group? Not all the members, just to a specific group?

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Neorics

Quote from: eleven0 on September 23, 2007, 07:20:26 AM
Is there way to assign  custom fields only to a group? Not all the members, just to a specific group?

actually yah.. but in a different way

i made custom profile fields but not using this mod, i coded it manually with the help of this
http://www.unknownbrackets.com/tutorials/custom-profile

then i added this code which rockinaway and karlbenson helped me to make it work

if (($context['user']['is_admin']) || in_array(9, $GLOBALS['user_info']['groups']) || in_array(2, $GLOBALS['user_info']['groups']))


and walla a custom profile field only viewable by certain groups and admin

the number 2 in the in_array(2 correspond to the global moderator group and the 9 in the in_array(9 correspond to one of my custom group so basically keep adding this code to the above code to allow more usergroup to access that custom field

|| in_array(x, $GLOBALS['user_info']['groups'])


where x stands for the group ID

to check the group ID of the group, go to admin>membergroups then click modify on a group and check the ID on the link
[For Hire] I can help you with anything regarding Simple Machines Forum  ~ My Portfolio

kamili34

I have terrible problem with modyfication Displaye.template  :'(

Could somebody do for my becouse i don't know where put
this
<a href="', $scripturl, '?action=pm;sa=send;u=', $message['member']['id'], '" title="', $message['member']['online']['label'], '">', $settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/im_' . ($message['member']['online']['is_online'] ? 'on' : 'off') . '.gif" alt="' . $message['member']['online']['label'] . '" border="0" />' : $message['member']['online']['label'], '</a>';
DisplayFieldPostsPictures();


I attach my file

Regarts  :'(

kamili34


Neorics

i suggest not using the mod....

adding a custom field is easy
http://www.unknownbrackets.com/tutorials/custom-profile

that tut is really user friendly... i know cause i actually learned from it and you can place the custom field to anywhere you want and what ever permission you want...
[For Hire] I can help you with anything regarding Simple Machines Forum  ~ My Portfolio

kamili34

But I need this mod, For person who know this mod making changes for my should be easy. :D

Advertisement: