| 
Welcome, Guest

Where to modify User Profile page?
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Where to modify User Profile page?

Where to modify User Profile page? 2 years, 2 months ago #127263

  • The Wraith
  • The Wraith
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 5
  • Karma: -
I'm wanting to make some minor tweaks to the user Profile Page. The following changes are what I'm trying to accomplish:

#1 - add a hyphen:
"John Doe Profile Page" -> "John Doe - Profile Page"

I've tried editing the language file, no change.

#2 - Put a 1px gray border around profile images:
Looking for where this code is generated...
[quote]<td class="fieldCell" id="cbfv_29"><img src="http://'YOURSITE.COM'/images/comprofiler/63_4ba2402dd0e4f.jpg" alt="John Doe" title="John Doe" class="cbFullPict" /></td>/quote]

I've done a search for (id="cbfv_29") and can't find it anywhere. Please advise. Thanks.
The topic has been locked.

Re:Where to modify User Profile page? 2 years, 2 months ago #127283

  • krileon
  • krileon
  • ONLINE
  • Moderator
    Moderator
  • Posts: 24039
  • Karma: 696
#1 - add a hyphen:
"John Doe Profile Page" -> "John Doe - Profile Page"

Edit the Tab User Profile Page Title in Tab Management and change the title display. It supports complete substitutions as well (see tutorials in signature for substitution information).

#2 - Put a 1px gray border around profile images:

Core edits are not supported, please use simple CSS in your Joomla or CB template to accomplish this. Please see example below.

 
#cbfv_29 img {
border: 1px;
}
 
Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Documentation - Templates - CBSubs - Hosting - Forge - Incubator - GroupJive
--
If you are a Advanced, Professional, Developer, or CBSubs 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 Advanced, 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 EST to 4:00 PM EST. 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.
--
My personal site(s)/link(s): AllMySocials - Tutorials
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.82 seconds