News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

MySpace Field

Started by snork13, January 29, 2006, 07:34:59 PM

Previous topic - Next topic

Dupli

THANK YOU VERY MUCH....IT HELP'D.... U DA MAN.

JUST TELL IS THE SAME PROCEDURE  FOR ALL OTHER THEMES?

snork13

Quote from: choloman05 on January 23, 2007, 10:57:56 PM
Thanks for the mod.
I get this when trying to install via package manager:

/Themes/default/Memberlist.template.php     Test failed


Do you have any advice? Thanks.

If you have other mods installed it may be conflicting. You could install manually if needed.
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

choloman05

Thanks snork13. I do have a few other mods.   So is that a good rule to follow - that when receiving certain errors via the package manager, manual installation will prevent problems?

snork13

Quote from: choloman05 on January 24, 2007, 03:10:30 PM
Thanks snork13. I do have a few other mods.   So is that a good rule to follow - that when receiving certain errors via the package manager, manual installation will prevent problems?

Yes, to a point. The errors normally come because the modification file can't find the code to change, this happens because another mod changed the default code, which all mods are written for default. You could apply the mod, but then finish the failed file manually. Be sure to make backups of your source and theme files before applying the mod. The myspace also alters the database, if you unzip the mod you will find all the answers, I hope. Feel free to ask for help if needed  :D
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

choloman05


anD

hi im new to SMF, transfer from phpBB. loving this, i installed this mod and it works good on most of my themes, but not on a few, the profile field is missing, what can i add to the php and where is it needed? thanks in advance

snork13

Quote from: anD on January 29, 2007, 03:54:47 PM
hi im new to SMF, transfer from phpBB. loving this, i installed this mod and it works good on most of my themes, but not on a few, the profile field is missing, what can i add to the php and where is it needed? thanks in advance


Welcome to smf :D Modification only install for the default theme. However, you can manually edit any theme to make a mod work. Check out this link.

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

-Snork13
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

perplexed

something went wrong after I installed this mod and now in profiles email addresses are displayed but there is no email field to enter it or a header.

It looks like this now:

ICQ:     
AIM:    
MSN:    
YIM:    
MYSPACE:   
[email protected]        <---- there is no field name for email and no way to edit email. 
Website:    

any ideas how to fix?                       

snork13

Quote from: perplexed on February 14, 2007, 11:02:02 AM
something went wrong after I installed this mod and now in profiles email addresses are displayed but there is no email field to enter it or a header.

It looks like this now:

ICQ:     
AIM:    
MSN:    
YIM:    
MYSPACE:   
[email protected]        <---- there is no field name for email and no way to edit email. 
Website:    

any ideas how to fix?                       

if can check the profile.template file. Is it just when entering data, or just when looking at the profile?
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

perplexed

both, above is what you see when looking at profile.  The email address is in that exact position instead of having 'Email:'  before it.

When you go to the editing screen there is no option for editing the email at all :(

samames

hey sorry for being a pain but I've kinda managed to get not 1 but 4 myspace entry options which just repeat them selves, I find this slightly odd and highly undesirable it would be great if you could help me fix it. Thanks in adv.
Firefox 3 user. Mac user. Pc user.

snork13

Quote from: samames on February 16, 2007, 10:05:05 AM
hey sorry for being a pain but I've kinda managed to get not 1 but 4 myspace entry options which just repeat them selves, I find this slightly odd and highly undesirable it would be great if you could help me fix it. Thanks in adv.

look for the extra:

<td width="40%"><b>', $txt['MYSPACE'], ': </b><div class="smalltext">', $txt['MYSPACE'], '</div></td>
<td><input type="text" name="MYSPACE" maxlength="32" size="24" value="', $context['member']['myspace']['name'], '" /></td>


in Profile.template.php and remove them. make a backup of the file before editing.

-Snork13
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

3mrhythm

#52
Quote from: Chmura on December 15, 2006, 05:16:23 PM
Quote from: Chmura on December 13, 2006, 03:15:53 PM
I just installed this mod manually, but I have a small problem.
My yahoo box moved by the myspace box in the profile, here is how it looks when editing profile


and after the profile is edited


Please help me
I would also like to edit the text under MYSPACE but since there are so many MYSPACE words I had no clue which one it was.
anyone?




I figured it out :

okay in profile.template.php

you need to change :
Quote<td width="40%"><b>', $txt['MYSPACE'], ': </b><div class="smalltext">', $txt['MYSPACE'], '</div></td>
         <td><input type="text" name="MYSPACE" maxlength="32" size="24" value="', $context['member']['myspace']['name'], '" /></td>
                     </tr>

TO:
Quote<td width="40%"><b>', $txt['MYSPACE'], ': </b><div class="smalltext">', $txt['750'], '</div></td>
         <td><input type="text" name="MYSPACE" maxlength="32" size="24" value="', $context['member']['myspace']['name'], '" /></td>


Then in Profile.english.php

find:
Quote$txt[749] = 'The \'number of posts\' box can only contain digits.';

Immediately after put:
Quote$txt[750] = 'www.myspace.com/_________';

you can change "www.myspace.com/_______"  to whatever you want in the field there

you might add like fill in the blank or something

that has been bugging me since i installed this mod lol .. so there is the fix!


                  
www.nhfragswap.com
www.yariscentral.com

eddyfever

i just see a text link, how can i change it to the myspace icon?

Amanda G

Error in Package Installation

At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

I get that when i go to apply the mod...?

I'm on smf 1.1.1
WANTED: Someone to set up a website with smf forum. Will PAY!

snork13

Quote from: Crimson on March 07, 2007, 12:28:00 AM
Error in Package Installation

At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

I get that when i go to apply the mod...?

I'm on smf 1.1.1

do you have other mods installed, if so that could be the problem.
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

Amanda G

yes we do.. so we have to uninstall mods to add new ones...? how do u get the other mods back or you dont?

Also if you know anything that can help me with this issue, just see the webby you'll know what i mean I'd sure like help..

www.mommybreaktime.com

We've got wierd codes on top of the shoutbox and the site all becuase i downloaded country flags mod. The maker of it has yet to reply to my plee for help. I really really dont want that code there anymore!! lol
WANTED: Someone to set up a website with smf forum. Will PAY!

samames

Quote from: snork13 on February 16, 2007, 11:09:43 AM
Quote from: samames on February 16, 2007, 10:05:05 AM
hey sorry for being a pain but I've kinda managed to get not 1 but 4 myspace entry options which just repeat them selves, I find this slightly odd and highly undesirable it would be great if you could help me fix it. Thanks in adv.


look for the extra:

<td width="40%"><b>', $txt['MYSPACE'], ': </b><div class="smalltext">', $txt['MYSPACE'], '</div></td>
<td><input type="text" name="MYSPACE" maxlength="32" size="24" value="', $context['member']['myspace']['name'], '" /></td>


in Profile.template.php and remove them. make a backup of the file before editing.

-Snork13

I've done what you suggested but have had no joy http://www.liveonfire.net/forums/index.php?action=profile;u=2;sa=account

Please help me :)
Firefox 3 user. Mac user. Pc user.

samames

just double checked that I've done what you said correctly and it seems i have, here is the necessary parts of my profile.template.php:
<?php
// Version: 1.1 RC3; Profile

...........................................

// Messenger type information.
echo '
<tr>
<td colspan="2"><hr size="1" width="100%" class="hrcolor" /></td>
</tr><tr>
<td><b>'
, $txt[513], ':</b></td>
<td>'
, $context['member']['icq']['link_text'], '</td>
</tr><tr>
<td><b>'
, $txt[603], ': </b></td>
<td>'
, $context['member']['aim']['link_text'], '</td>
</tr><tr>
<td><b>'
, $txt['MSN'], ': </b></td>
<td>'
, $context['member']['msn']['link_text'], '</td>
</tr><tr>
<td><b>'
, $txt[604], ': </b></td>
<td>'
, $context['member']['yim']['link_text'], '</td></tr><tr><td><b>', $txt['MYSPACE'], ': </b></td><td>', $context['member']['myspace']['link_text'], '</td>
</tr><tr>
<td><b>'
, $txt[69], ': </b></td>
<td>'
;


now that profile temp is okay what else do i need to change?
All hep is greatly appreciated :)
Firefox 3 user. Mac user. Pc user.

snork13

I am a little confused? Did you install the mod via the package manager? Or are you trying to install manually?

-Snork13
Mods
Please DO NOT PM me with requests for individual support, but post your questions and concerns in the appropriate section of the forum where other users can benefit from them as well. Thank you.
I have been super busy as of late. Working on updates to all my modifications for 2.0.1

Advertisement: