inherit
209264
0
May 17, 2014 12:44:50 GMT -8
fcpmako
6
May 2014
fcpmako
|
Post by fcpmako on May 16, 2014 8:25:11 GMT -8
Hi there! Going to ask a real quick question about a problem that has stumped me for a while now, and that is, how do you change thread link size, [$thread], without actually changing size of the profile link created with $[thread.created_by]?
Does not matter if I use the Visual Styler or try to change the Style Sheet, I cannot get it to work. I tried every weird way I could think of but none has worked... I would very much appreciate any help on this matter. I have seen other forums do it, but I... I just can't get it to work on mine.
Please, help me!
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on May 16, 2014 9:58:41 GMT -8
Hey fcpmako, So just to make sure, you're wanting to make thread links bigger on your forum?
|
|
inherit
209264
0
May 17, 2014 12:44:50 GMT -8
fcpmako
6
May 2014
fcpmako
|
Post by fcpmako on May 16, 2014 10:20:43 GMT -8
Yes, I would like to make them bigger, while keeping all other links at a smaller size. But again, when I try to make the thread link bigger, the profile link (where it says for example; Created by <profile name/link here>) also changes with it.
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on May 16, 2014 12:03:52 GMT -8
We can target them directly with manual CSS, fcpmako. Go to Admin > Themes > Advanced Styles & CSS > Style Sheet tab and paste this at the bottom. a.thread-link { font-size: 30px; }
You'll want to edit the value in red to your liking.
|
|
inherit
209264
0
May 17, 2014 12:44:50 GMT -8
fcpmako
6
May 2014
fcpmako
|
Post by fcpmako on May 16, 2014 13:11:26 GMT -8
Of course there is a fast and easy solution to my problem! Thank you so much for the help! This was the only thing I needed to know to perfect my forum! You are the best!
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on May 16, 2014 13:14:51 GMT -8
Glad to have been of assistance, fcpmako - be sure to let us know if you get stuck on anything else.
|
|
inherit
209264
0
May 17, 2014 12:44:50 GMT -8
fcpmako
6
May 2014
fcpmako
|
Post by fcpmako on May 16, 2014 14:29:59 GMT -8
Glad to have been of assistance, fcpmako - be sure to let us know if you get stuck on anything else. Well, since you asked! There was something I was wondering about, if it was even possible to achieve... Is it possible, to fetch a list of group members from a specific group and then display them? For example, I would have Link 1 under "Forum Wrapper" (because I want them to be seen all through the forum) and then the members of Group A would show, and the same thing for Link 2, showing Group B, etc. Thank you very much for your continued help!
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on May 16, 2014 14:48:18 GMT -8
Unfortunately a self-updating list of the members in a certain group wouldn't be possible to display on all pages, fcpmako - it would have to be manually updated.
|
|
inherit
209264
0
May 17, 2014 12:44:50 GMT -8
fcpmako
6
May 2014
fcpmako
|
Post by fcpmako on May 16, 2014 19:38:02 GMT -8
Then Plan B by manually updating the lists it is! Thank you for the fast response and solution!
|
|