News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Custom Profile Field Mod

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

Previous topic - Next topic

Aileen

What does this mean


   Text to display before field (BBC is ok if enabled above)     
   Text to display after field (BBC is ok if enabled above)


thanks

Kindred

what do you think that those descriptions mean? ???  Those descriptions are about as clear as anything else I would tell you.

As for including on the memberlists...   try using search?   The method (which involves coding on your part) has been discussed at least 10 times in this very thread...
Сл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."

capabmx

I love this mod in conjunction with the user cp mod, and JovanT's ultimate profile mod. The authors of these mods are all pure genius!
Always looking to take on a web design/ programming job :], PM me if interested.

scissorman

Right i will try again just encase you didn't guess I'm new to this

I have installed the Custom Profile Fields mod
Now when I add a new field in the admin panel
I get two identical fields
When I set the forum up I got it all working then imported the data
But the mod had gone so I reinstalled it   
I have tried uninstalling it and re installing but nothing
So I'm stuck and don't know what to do next

HELP PLEASE
Stephen

TrueSatan

You would appear to have duplicate areas of code relating to this mod, no doubt due to your repeated installing and uninstalling etc. You will need to go through the process of a manual installation checking to see that the edits this mod seeks to make are in place and are not duplicated...correct as needed.

Please read:

http://docs.simplemachines.org/index.php?topic=402.msg531#msg531

http://www.simplemachines.org/community/index.php?topic=34526.0

The following may also prove helpful:

http://modparser.dev.dansoftaustralia.net/

Mirror of the last link:

http://www.smfhacks.com/smf-package-parser.html

iGate

hi all.

im using the custom profile mod. and i have created a input that takes an user id and places it into a url but the link is displayed as an image.

this is my script:

<a href="http://aaotracker.com/usertracker.php?userid=%1"><img src="http://test.ihf.lp.pl/forums/vacancies/images/aa1.bmp" width="20px" height="20px"></a>


if you look in the attached image. i have set it so the it has been postitioned next to the profile, msn, pm etc pictures. but there is some text next to it "10574"

my question is how do i get rid of this writing?



i should probably mention that with the mod there is an ability to have text appear before or after the input.

i have the code set up so that it appears before the input so i guess that that is why you get a double input

Kindred

use the before and after fields...


<a href="http://aaotracker.com/usertracker.php?userid=

and

"><img src="http://test.ihf.lp.pl/forums/vacancies/images/aa1.bmp" width="20px" height="20px"></a>

instead of one field... (I assume that the rogue number is actually the ID of the poster...
Сл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."

iGate

i just thought of that as i was jumping into bed....and was typing up my outcomes when you posted before i did...lol

sry for double post

i did try this:

Before field:

<a href="http://aaotracker.com/usertracker.php?userid=%1


After Field
"><img src="http://test.ihf.lp.pl/forums/vacancies/images/aa1.bmp" width="14px" height="14px"></a>

this partly works. what happens now is that i get: the link but there is a double input.




dont worry i fixed it

i did the same as the above code but got rid of the %1

Kindred

Quote from: iGate on December 05, 2007, 08:34:20 AM
i did the same as the above code but got rid of the %1

Which is actually what I suggested, if you look carefully at my code... :P
Сл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."

sem27gr

really great mod, i love it!
Congratulations to the creator!

Please update the new version and give the privilege to the global moderators to see some informations, not only the admins!

ramins

Hi!

I am trying to install "custom profile fields" in my system.  When I try to install the package (logged on as admin) I get the following error:
"An Error Has Occurred!
The package you are trying to download or install is either corrupt or not compatible with this version of SMF."


I am running version 1.1.2.  What is wrong and how do i install this package?

Below is a list of some of files on my system:

SMF File   Your Version   Current Version
SMF Package   SMF 1.1.2   SMF 1.1.4
Sources   1.1.2   1.1.4
ManageMembers.php   1.1   1.1
ManageNews.php   1.1.2   1.1.4
ManagePermissions.php   1.1.2   1.1.2
ManagePosts.php   1.1   1.1
Memberlist.php   1.1   1.1
PackageGet.php   1.1   1.1
Packages.php   1.1.2   1.1.2
PersonalMessage.php   1.1.2   1.1.4
Poll.php   1.1   1.1
Post.php   1.1.2   1.1.4
Printpage.php   1.1   1.1
Profile.php   1.1.2   1.1.4
QueryString.php   1.1   1.1.4

Thanks and Regards
Ramin

TrueSatan

Clearly the first thing you need to do is to bring your forum up to date as the current version of SMF is v 1.1.4. You may need to re-download the mod with a different browser as there are occasional errors of this kind specific to particular browsers.

ramins

I am using firefox.  I did a bit of RTFM! (I am new to this game) and uploaded the file manually and it installed without any more problems! first impression is this is a brilliant mod ans just what i needed.

Thanks a lot.
Ramin

Webbyman

Been thinking about adding this hack for ages now.

Would it be able to create a custom title to show above/below avatar without a title beforehand, so for instance 'Dave' would not be nickname: Dave, like the phpbb2 mod?

Thanks

TrueSatan

That isn't a feature this mod would add...and if you want to see what it does do I suggest that you set up a test forum and try it for yourself.

Perfektionist

#1595
Hello!

Hope that someone could help, since I have not found anything in this topic addressing my problem.

Today a new member registered and seems to have completely bypassed all the fields required at registration. When I log in as admin and check the new member's profile there are no entries at all - not even empty ones.

Among some selection fields I have two fields for entering first name and last name. Both are forced input during registration.

How did the new user circumvent the mandatory fields during the registration process?

Thanks a lot for help!  :)

PS: I use am using SMF 1.1.4 with Custom Profile Field Mod 3.16 integrated into Joomla 1.0.12

rosey

#1596
nevermind, duh!!!

Kindred

Quote from: Perfektionist on December 09, 2007, 07:38:25 AM
PS: I use am using SMF 1.1.4 with Custom Profile Field Mod 3.16 integrated into Joomla 1.0.12

And what bridge?   And what method of registration is the bridge set to use?
Сл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."

Perfektionist

Hello kindred,

Quoteand what bridge?   And what method of registration is the bridge set to use?

Sorry, I forgot some details. Here they come:

I am using SMF-Bridge 1.1.7 by Orstio. Method is "Use SMF Registration". Furhermore I have the "mod_smf_login" published und the (joomla native) "mod_login" unpublished. User-Self-Registration in Joomla is deactivated. In SMF account activation and captcha are activated.

Thanks for your help!

Aileen

IS it possible to show the custom profile in the admin area memberlist

Advertisement: