1
DMarvelus
Comments Display Mode profile field not working
  • 2006/4/15 1:16

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


I am using 2.2.4

The Comments Display Mode profile field from the system module is not showing up correctly on the edit profile page. nothing at all shows up in the select box.

When I looked in the user_profile_field table it looked like for that field, the field_options for that field were messed up. Instead of bieng in a format which looked serialized such as:

a:2:{i:0;s:12:"Oldest First";i:1;s:12:"Newest First";}

They were in a comma separated format like:

Nested, Flat, Threaded

In other words, they were not in serialized object format.

The only difference between I see that could be causing this is that in xoops_version for system we have:

$modversion['profile']['field'][1]['options'] = array('nest'=>_NESTED, 'flat'=>_FLAT, 'thread'=>_THREADED);

this array has indexes that are words, not numbers like the other indexes I have seen for profile field options. That's the only possible cause i can come up with.

Any one else having this problem?

2
msdana
Re: Comments Display Mode profile field not working
  • 2006/4/15 1:42

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


Hi there,

This has been covered in another post. I know this because I was able to fix it with instructions from that post. Do a search, because I'm sorry I can't remember where I got it from.

Dana
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

3
msdana
Re: Comments Display Mode profile field not working
  • 2006/4/15 1:47

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


Well, it seems I need to add another reply, because I can't edit my previous post, as I have been able to do in the past.

Anyway, here's the post that will help you fix the comments problem.

https://xoops.org/modules/newbb/viewtopic.php?topic_id=47460&viewmode=flat&order=ASC&start=0
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

4
DMarvelus
Re: Comments Display Mode profile field not working
  • 2006/4/15 11:54

  • DMarvelus

  • Just popping in

  • Posts: 70

  • Since: 2005/1/29


ok. thanks.

Login

Who's Online

260 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 260


more...

Donat-O-Meter

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

Latest GitHub Commits