21
mixxorz
Inbetween integrated with profiles
  • 2006/2/2 21:51

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


Hey i'm trying to integrate the inbetween module with the profile page, so our users can make their own profiles. I changed some lines in modules\profile\include\form.php:

added the last line:
$fieldtypes = array('checkbox' => _PROFILE_AM_CHECKBOX,
                            
'date' => _PROFILE_AM_DATE,
                            
'datetime' => _PROFILE_AM_DATETIME,
                            
'group' => _PROFILE_AM_GROUP,
                            
'group_multi' => _PROFILE_AM_GROUPMULTI,
                            
'language' => _PROFILE_AM_LANGUAGE,
                            
'radio' => _PROFILE_AM_RADIO,
                            
'select' => _PROFILE_AM_SELECT,
                            
'select_multi' => _PROFILE_AM_SELECTMULTI,
                            
'textarea' => _PROFILE_AM_TEXTAREA,
                            
'dhtml' => _PROFILE_AM_DHTMLTEXTAREA,
                            
'textbox' => _PROFILE_AM_TEXTBOX,
                            
'timezone' => _PROFILE_AM_TIMEZONE,
                            
'yesno' => _PROFILE_AM_YESNO,
                            
'inbetween'=>'inbetween');


and yeah here i added:(also in form.php)

case "autotext":
            
$form->addElement(new XoopsFormTextArea(_PROFILE_AM_DEFAULT'field_default'$field->getVar('field_default''e')));
            break;
            
            case 
"inbetween":
            if ( 
is_readable(XOOPS_ROOT_PATH "/class/xoopseditor/inbetween/forminbetweentextarea.php"))    {
                include_once(
XOOPS_ROOT_PATH "/class/xoopseditor/inbetween/forminbetweentextarea.php");
                
$editor = new XoopsFormInbetweenTextArea(array('caption'=>$caption'name'=>$name'value'=>$value'width'=>'100%''height'=>'400px'));
            }
            break;



Now i can actually choose to use inbetween as editor for my "make you're profile field", but when i take a look, the field just doesn't show up, i can't type anything..

Details:
xoops 2.2.4
GZip-Compression turned off in the inbetween admin panel
PHP Version 4.4.0
Linux (yes i chmodded everything)(checkdubblecheck)

I could really need some help here, thanks
The mean streets of uhw.



22
mixxorz
Re: race driver profiles?
  • 2006/1/28 14:38

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


you could use the profiles module, it's standard in 2.2.x, go to admin panel- profiles- fields. Or if you are using 2.0.x you can download the profile module
The mean streets of uhw.



23
mixxorz
To slow with Firefox (!)
  • 2006/1/25 20:46

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


hey, i use firefox as my standard browser, and when i browse my site it is very slow. For an average page load i have to wait 30-40 seconds.. One time my account got suspended because i used to many loads, while i was testing the site, with firefox, alone. Later on I tried Internet Explorer and my site suddenldy loads in less then 1 second. My site is only for friends, so it's not a big problem, but how come?
The mean streets of uhw.



24
mixxorz
Re: Download link does not work - Profile Module
  • 2006/1/24 13:43

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


i'd love to have a module that allows members to create their own profile, in html for example.
The mean streets of uhw.



25
mixxorz
Re: Download link does not work - Profile Module
  • 2006/1/23 21:24

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


Version 2.2.3
The mean streets of uhw.



26
mixxorz
Download link does not work - Profile Module
  • 2006/1/23 20:52

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


I want to download this module:
http://dev.xoops.org/modules/xfmod/project/?profiles
But the download link does not work. Has anybody got the files for me? thanks.
The mean streets of uhw.



27
mixxorz
Re: Custom Block Issues
  • 2006/1/13 16:52

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


i had this problem to, only then with the search block. Possible bug or just newbees?
The mean streets of uhw.



28
mixxorz
Re: can't modify template
  • 2006/1/12 23:16

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


thanks
The mean streets of uhw.



29
mixxorz
Re: can't modify template
  • 2006/1/12 22:23

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


when i change my general theme, it works correctly, only the guestbook fails.
All i want to do is delete the "logo", so i erased the image from the server. It is still there ??(!)
The mean streets of uhw.



30
mixxorz
can't modify template
  • 2006/1/12 22:16

  • mixxorz

  • Just popping in

  • Posts: 38

  • Since: 2006/1/10


When i modify my xfguestbook's template, the changes won't show up on my website. I have Quote:
Update module template .html files from themes/your theme/templates directory?

and Quote:
Turn your site off?

both turned ON, i tried deleting my cache a few times, and i deleted my own cookies a few times. What am i missing?
The mean streets of uhw.




TopTop
« 1 2 (3) 4 »



Login

Who's Online

223 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 223


more...

Donat-O-Meter

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

Latest GitHub Commits