inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Dec 18, 2014 11:59:28 GMT -8
It looks like you have removed the icons from your forum, if that is the case there is no way you can make the 'i' fit into the same space, it's just too wide. As for removing the Important Threads from all but the thread pages, you'll need to do a bit of editing to your forums' CSS. Are you happy editing the CSS directly? Or would you rather put it into your forums' headers? I re-read your first sentence there .... but wouldn't it be possible that if I resized the 'i' .. it would be possible then? It's just a resizing issue, no? Todge
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 23, 2024 2:51:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 20, 2014 18:34:01 GMT -8
How would I go and change the text for: Important Threads ? I like how it is already displayed and the text is all I'd like to change. I have no idea how I'd do the custom box to just change the title bar name.
BurkeKnight
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 21, 2014 14:48:35 GMT -8
It looks like you have removed the icons from your forum, if that is the case there is no way you can make the 'i' fit into the same space, it's just too wide. As for removing the Important Threads from all but the thread pages, you'll need to do a bit of editing to your forums' CSS. Are you happy editing the CSS directly? Or would you rather put it into your forums' headers? I re-read your first sentence there .... but wouldn't it be possible that if I resized the 'i' .. it would be possible then? It's just a resizing issue, no? TodgeSorry for the late reply.. Try putting this in the plgins CSS box.. #important_threads .icon>img { width: 22px; } #important_threads .icon { padding-left: 0px; padding-right: 0px; }
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 21, 2014 14:55:45 GMT -8
How would I go and change the text for: Important Threads ? I like how it is already displayed and the text is all I'd like to change. I have no idea how I'd do the custom box to just change the title bar name. BurkeKnight Try putting this in your Global FOOTER... <script type="text/javascript"> <!-- $(document).ready(function(){ $('#important_threads .title_wrapper').html('New Title'); }); // --> </script> and change the red text to your chosen title.
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 23, 2024 2:51:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 21, 2014 15:28:32 GMT -8
Todge, Thank you! Now, one last thing, if can, how would I center it?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 21, 2014 15:40:05 GMT -8
Todge, Thank you! Now, one last thing, if can, how would I center it? Try this in the plugins CSS.. #important_threads .title-bar { text-align: center; } #important_threads .title-bar>h2 { width: 100%; }
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 23, 2024 2:51:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 21, 2014 15:51:37 GMT -8
Thank you again, Todge! Worked like a charm!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 21, 2014 16:08:34 GMT -8
No worries..
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 23, 2024 2:51:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 21, 2014 17:27:02 GMT -8
Todge, I'd like it to show the display name instead of the username in last post.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 22, 2014 12:25:20 GMT -8
Todge, I'd like it to show the display name instead of the username in last post. It does show the display name in the last post. If you are seeing differently, can you post a link to your forum please?
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 23, 2024 2:51:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 22, 2014 12:33:58 GMT -8
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 22, 2014 12:45:34 GMT -8
Have you changed your display name since you marked that thread as important?
If so, that is why, as the plugin has stored your previous display name.. The plugin can't detect changes in the display names of your members. Just mark the thread as Unimportant, then back again, and it should be updated.
I will look into ways to have the plugin stay updated of display name changes, I need to add a couple of functions to it anyhow.
|
|
Former Member
inherit
guest@proboards.com
181302
0
Nov 23, 2024 2:51:03 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 22, 2014 12:49:50 GMT -8
Ahhh, okay.... Thank you again, Todge!
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Dec 22, 2014 22:29:45 GMT -8
I re-read your first sentence there .... but wouldn't it be possible that if I resized the 'i' .. it would be possible then? It's just a resizing issue, no? TodgeSorry for the late reply.. Try putting this in the plgins CSS box.. #important_threads .icon>img { width: 22px; } #important_threads .icon { padding-left: 0px; padding-right: 0px; } Thanks Todge. Is there a way for this to work with the [#username] plugin? Only reason I ask is when I make a thread important ... it doesn't recognize the users name. I took the [#username] part out of the subject title because it didn't look good ... but what's weird, I did see it work correctly one time. :/ Not sure why it doesn't work now though.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Dec 23, 2014 9:42:06 GMT -8
Could you please link me to the plugin you are referring to, and I'll take a look.
|
|