Keyword

Adjusting the input boxes (Extended User Fields)

  • isleoflife
  • isleoflife's Avatar Topic Author
  • Offline
  • New Member
More
13 years 5 months ago #96233 by isleoflife
Hi, I use the pluging Extended User Fields and have already taken some adjustment. I have not yet succeeded in the input box on the same design as the standard registration form. The plug-in input boxes are displayed on the right and are narrower. Only the selection of the country is almost right. It's "list" of the type and not "text" as the other fields. Does anyone have any idea how I can resolve the flaw? Many, many thanks. I have attached a picture for better understanding.
Attachments:

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
13 years 5 months ago #96234 by Yiota
You can target those input boxes with a rule like this:

.k2AccountPage td.paramlist_value input {}

Or with their class input.text_area and select.inputbox

Please Log in or Create an account to join the conversation.

  • isleoflife
  • isleoflife's Avatar Topic Author
  • Offline
  • New Member
More
13 years 5 months ago #96235 by isleoflife
Replied by isleoflife on topic Adjusting the input boxes (Extended User Fields)
Thank you for your reply. I used the command: "div.k2AccountPage td.paramlist_value input {}" and made ​​it work as I had imagined. Now everything looks beautiful. Thank you very much, that was a great help!

Please Log in or Create an account to join the conversation.

More
13 years 5 months ago #96236 by pippo
hi

there are file for modify it?

thanks

 

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
13 years 5 months ago #96237 by Yiota
You could try to create a plugin override to your template and modify it.

Go to templates/your template/html/ and create the folder plg_k2_userExtendedFields.

In that folder you will have to get a copy of the folders css, images, default.php from the plugins/k2/userExtendedFields/tmpl/.

Then you are ready to modify the form of the userExtendedFields.

Please Log in or Create an account to join the conversation.

  • isleoflife
  • isleoflife's Avatar Topic Author
  • Offline
  • New Member
More
13 years 5 months ago #96238 by isleoflife
Replied by isleoflife on topic Adjusting the input boxes (Extended User Fields)
I created in templates / mytemplate / html  the folder com_k2 with the copied contents of the folder com_k2 components.

In templates / mytemplate / css I copied the file k2.css and supplemented by the following command: div.k2AccountPage td.paramlist_value input {} . Thats it!

 

If you are not copying the files in your template folder, it might be overwritten during an update. Would be stupid!

Please Log in or Create an account to join the conversation.

  • Sebastian van Greunen
  • Sebastian van Greunen's Avatar
  • Offline
  • Junior Member
More
13 years 4 months ago #96239 by Sebastian van Greunen
Replied by Sebastian van Greunen on topic Adjusting the input boxes (Extended User Fields)
Hi , I have the same problem, could you plrease provide more detail on where to place this code? Thanks

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum