User list

13 years 6 months ago #146608 by in93r
User list was created by in93r
Hi!

I 'd like to make a button of the link to the searchfields (cbUserListSearchButtons) because its not very visible for new users. Can anyone tell me how to do this?

Please Log in to join the conversation.

13 years 6 months ago #146634 by krileon
Replied by krileon on topic Re:User list
Don't understand what you're wanting to do. Please provide more details so can better recommend a solution.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

13 years 6 months ago #146660 by in93r
Replied by in93r on topic Re:User list
In the printscreen you can see what I mean. The text 'Zoek gebruikers' which means 'Search for users' is almost invisible. A button would be better, but how can I arrange this?

Post edited by: in93r, at: 2010/11/19 08:42

Post edited by: in93r, at: 2010/11/19 08:43

Iḿ sorry, can't upload image.
Please PM me so I can provide you a link and username&password

Post edited by: in93r, at: 2010/11/19 08:44
Attachments:

Please Log in to join the conversation.

13 years 6 months ago #146661 by in93r
Replied by in93r on topic Re:User list


Post edited by: in93r, at: 2010/11/19 08:46
Attachments:

Please Log in to join the conversation.

13 years 5 months ago #146768 by krileon
Replied by krileon on topic Re:User list
You can edit the userlist template by editing your CB templates PHP file. Please see the below.

IN: components/com_comprofiler/plugin/templates/default/default.php
ON: Line 357
[code:1]
<a class="pagenav" href="#"><?php echo _UE_SEARCH_USERS; ?></a>
[/code:1]

Adjust the HTML as necessary. Example as follows.

[code:1]
<a class="pagenav" href="#"><input type="button" value="<?php echo _UE_SEARCH_USERS; ?>" /></a>
[/code:1]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.230 seconds