1
status_tech
Re: Edit User Profile Entries

Changing the language file does not change the value throught the site. So far I've found 5 files that have _ICQ in them. Which I'm trying to change Xfire. I'm getting a blank entry when I do this like there is still more files looking for the ICQ line.


Does anyone know of a simple way to change this entry or where I may find other files that need to be changed?


/public_html/userinfo.php

/public_html/language/english/user.php

/public_html/modules/system/admin/users/main.php

/public_html/modules/system/admin/users/userform.php

/public_html/modules/system/admin/users/users.php

The list above are the files I've found so far.

Thanks again!



2
status_tech
Edit User Profile Entries

HAPPY NEW YEARS!!!

What is the best way to go about changing the user profile entry option?
example: Website, I want to change to (Age) or ICQ to (Facebook)

xoops 2.3
MySql

File below was found in the main directory (userinfo.php)

if ( $thisUser->getVar('url', 'E') == '') {
$xoopsTpl->assign('user_websiteurl', '');
} else {
$xoopsTpl->assign('user_websiteurl', '<a href="'.$thisUser->getVar('url', 'E').'" rel="external">'.$thisUser->getVar('url').'</a>');
}
$xoopsTpl->assign('lang_email', _US_EMAIL);
$xoopsTpl->assign('lang_privmsg', _US_PM);
$xoopsTpl->assign('lang_icq', _US_ICQ);
$xoopsTpl->assign('user_icq', $thisUser->getVar('user_icq'));
$xoopsTpl->assign('lang_aim', _US_AIM);
$xoopsTpl->assign('user_aim', $thisUser->getVar('user_aim'));
$xoopsTpl->assign('lang_yim', _US_YIM);
$xoopsTpl->assign('user_yim', $thisUser->getVar('user_yim'));
$xoopsTpl->assign('lang_msnm', _US_MSNM);
$xoopsTpl->assign('user_msnm', $thisUser->getVar('user_msnm'));
$xoopsTpl->assign('lang_location', _US_LOCATION);
$xoopsTpl->assign('user_location', $thisUser->getVar('user_from'));
$xoopsTpl->assign('lang_occupation', _US_OCCUPATION);
$xoopsTpl->assign('user_occupation', $thisUser->getVar('user_occ'));
$xoopsTpl->assign('lang_interest', _US_INTEREST);
$xoopsTpl->assign('user_interest', $thisUser->getVar('user_intrest'));
$xoopsTpl->assign('lang_extrainfo', _US_EXTRAINFO);
$var = $thisUser->getVar('bio', 'N');
$xoopsTpl->assign('user_extrainfo', $myts->displayTarea( $var,0,1,1) );
$xoopsTpl->assign('lang_statistics', _US_STATISTICS);
$xoopsTpl->assign('lang_membersince', _US_MEMBERSINCE);
$var = $thisUser->getVar('user_regdate');
$xoopsTpl->assign('user_joindate', formatTimestamp( $var, 's' ) );
$xoopsTpl->assign('lang_rank', _US_RANK);
$xoopsTpl->assign('lang_posts', _US_POSTS);
$xoopsTpl->assign('lang_basicInfo', _US_BASICINFO);
$xoopsTpl->assign('lang_more', _US_MOREABOUT);
$xoopsTpl->assign('lang_myinfo', _US_MYINFO);

Thanks, and be safe tonight!



3
status_tech
Re: Xforum 4.6 Features

Hey ghia, thanks for the info. With that being the case. Is there a way to transfer all the members and topics over to a new board?

Thanks



4
status_tech
Xforum 4.6 Features

I love the forum but it seems to be missing a few basic features. Is there a patch/update or am I missing something. No sticky, no way to move topics around, no quote option? Any help with this would be great.

Thanks!

XOOPS Version - XOOPS 2.3.2
PHP Version - 5.2.6
MySQL Version - 5.0.67
Xforum 4.6



5
status_tech
Re: Page Title Question?

Thanks for the speedy reply JMorris. I looked over the page you directed me to and still no luck. Mabey someone else could suggest something else.

Thanks
and thanks again JMorris



6
status_tech
Page Title Question?

Hello i am using Xt-Conteudo for more custom pages. I have tried to change the title page name in dream weaver after creating the page to no aval. Does anybody know how this can be done? Right now it says Mysite - XT-Conteudo - Microsoft internet and does not change when fliping thru the pages. Any help would be greatly appreciated.



7
status_tech
Help with Invision X-IPB

Hello,
Im tring to resize the main header where the img "logo4.gif is. I replaced the original image and would like to resize that block now. i would also like to remove the underline in the css it's making my links on the left and right look ugly when you click on the forums :) i have tried looking for the index.html for this module with no luck.. Thanks in advanced.



8
status_tech
Re: Liaise: custom form question

Be a little more spicific please.



9
status_tech
Re: Xoops Intro

Thx David for the fast reply.

Can you please give me a little more info? I have no html codes only the design.

Thank you



10
status_tech
Xoops Intro

Hello
Is there a way a can insert a flash intro into XOOPS ? I have my intro ready but don't have the codes or know where to insert it..

Thx




TopTop
(1) 2 »



Login

Who's Online

232 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 232


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits