inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Aug 28, 2018 3:32:56 GMT -8
Forum URL: ps-deutsche.boards.net/Hello. Thanks to this (https://www.proboards.com/admin-guide/themes-styles/mini-profile-avatar-width) site I was able to increase the size of avatars in the mini-profiles. However I wasn't able to find anything on how to increase the avatar size when viewing someone's profile. Is there a solution to that? Thanks in advance, Silver
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Aug 28, 2018 3:40:54 GMT -8
Hi Try doing this first. If you open up your User Profile template [ admin > themes > layout templates ] and look for: $[user.avatar_medium] and change it to: $[user.avatar] See how that looks, and then post back if it is not quite right.
|
|
inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Aug 28, 2018 4:11:07 GMT -8
This worked out well, thank you very much! I'm sorry for the inconvenience but another question that just came up: is it possible to enable formatting in thread titles? So that I'm for example able to put things of the title of a thread in bold or different colour to see in the board list? If not, where can I edit this in general?
Thank you in advance again, Silver
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Aug 28, 2018 4:50:29 GMT -8
Is this something you would be doing a lot, or just for certain occasions? Because it can be done using CSS which you can add to your stylesheet. Eg, you could add:
#thread-652789 .thread-link { font-weight: bold; color: #FF0000; }
Where the 652789 is the thread's ID [ can be seen in the link, if you look in the url in the address bar of your browser, that is the ID of this thread ]. That will change the thread name for this topic to bold and red font. You can add that multiple times for each thread you want to change.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Aug 28, 2018 5:37:59 GMT -8
99silver99, how did you get on with the code Craig provided. Did this allow you to accomplish what you wanted?
|
|
inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Aug 28, 2018 7:13:51 GMT -8
I just tested it out, it worked well for me. Thank you! What I would love to do aswell is change this for all threads in general. In the Visual Editor I was able to change the font size, however it kept changing the Font Size of the "Prev" & "Next" buttons at the top aswell (who would be too big if I put in the font size I wanted to keep). Changing the font-weight in the Editor didn't accomplish anything aswell.
EDIT: Nevermind, just tried it out again and the Buttons didn't change (changed it in Body (Content) -> Lists (Boards, Threads, Posts...) -> Rows -> Text -> Links). The "Font Weight" option still didn't work though
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Aug 28, 2018 7:20:29 GMT -8
Glad you got that working as you wanted
|
|
inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Aug 28, 2018 7:44:07 GMT -8
Hm, changing this somehow had the effect that hovering over a board title causes it to change its font, instead of only changing its colour (as it did before with the Design I installed). Do you know where I can find this in the Stylesheet
EDIT: Board* title, not thread title. In fact, hovering oder the board title changes its font to the same font the thread title has.
|
|
#eb7100
1480
0
1
Nov 21, 2024 14:52:33 GMT -8
Craig
209,196
September 2001
cmdynasty
|
Post by Craig on Aug 28, 2018 8:21:47 GMT -8
You can change the font type in the visual editor. admin > themes > advanced styles and css > body ( content ) > lists ( boards, threads, posts... ) > rows > highlight > text > link You should see an option there for font family. Unless you specifically want it to change font family when hovered, the best thing to do would be to leave it blank. Any problems, post back
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 28, 2018 8:35:33 GMT -8
If you change any of the properties with "Font" in the name it'll cause the font of the element to change because they all affect a single property that controls all aspects of that element's font.
In Themes > Advanced Styles & CSS > Style Sheet you can change the values of @lists_links_font and @lists_text_font back to @empty if you want to reverse your changes performed in the Lists section thus far.
|
|
inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Aug 28, 2018 9:16:44 GMT -8
Thank you, that was what I was searching for. Another thing: Why don't the groups switch their colour when I change it? I changed them in Members -> Member Groups and waited for the green "Save" thing to pop up, however it didn't change anymore. Does it sometimes take a while for them to change? A few hours ago it worked almost instantly.
(Sorry for that many questions, I'm pleasantly surprised and really appreciate the fast replies)
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 28, 2018 9:31:25 GMT -8
Themes can specify their own group colors. In Themes > Theme Manager click on your theme to enter its settings, then click on the Groups & Ranks tab. If you want the theme to use the colors you specified on the Member Groups page you can click on the link below the list that says Load default group settings.
|
|
inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Aug 28, 2018 15:54:44 GMT -8
Totally forgot about that, thank you very much. (am I right to keep asking questions in this thread or should I rather open up a new one?)
I just tried adjusting the font of the links in the "Last Post" column (<<Threadname>> by <<User>> etc.). However it seemed to be linked to the font of the thread titles (not the board titles) and I couldn't get them to be changed seperately. Is there a way to accomplish that?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 28, 2018 15:59:24 GMT -8
Since this thread has been exclusively about design help I've moved it into the Templates board since the Support Board is for technical support.
There's no section that controls the font sizes within the Last Post column but it's pretty easy to target just the links there by adding new CSS to the bottom of Themes > Advanced Styles & CSS > Style Sheet.
Change the font size in red to your preferred font size.
|
|
inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Aug 28, 2018 16:31:23 GMT -8
Thank you, is there an easy way to find how to target the specific element I want to customize? For example links in normal text posts seem to be affected by the same source (".list a { ..." I think it is?) aswell. Is there an easy way for me to for example find out how to target only those links in text posts, so I don't have to bother you with such questions again?
|
|