Hello,

I would like to hide the "My Results" link in user profile.

I think this link is generated by a view but we don't have acces to it, I don't want to use it.

I prefer to display quiz results with my own view.

Any idea?

Thanks :)

Comments

junro’s picture

still nobody?

katin’s picture

Hi Junro -

You can hide specific div classes using CSS: "display:none;" command. Does that help?
( one reference is http://htmldog.com/guides/cssadvanced/display/ )

Are you asking for a how-to for customizing the user profile page?
If so, you might start here: http://drupal.org/node/35728

"I prefer to display quiz results with my own view."

I think you mean your own format, since it sounds like you don't want to use Views. (confusing)
In that case, creating your own quiz results formatting would mean writing your own theme code. This requires PHP programming and a good knowledge of the theme system.

Maybe start here?
http://drupal.org/node/341628

junro’s picture

Status: Active » Fixed

"You can hide specific div classes using CSS: "display:none;" command. Does that help?"

Yes, thanks :)

I didn't know we could do this using CSS...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.