inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Nov 23, 2016 12:25:13 GMT -8
TodgeIs there any way to customize any part of the popup that recalibrates thread count totals in recent threads? On my forum, the background is white and the OK button is a very faint off-white since it follows the button formatting on my whole forum, so I was hoping to make it darker just so people can see it better. =)
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 24, 2016 12:48:01 GMT -8
TodgeIs there any way to customize any part of the popup that recalibrates thread count totals in recent threads? On my forum, the background is white and the OK button is a very faint off-white since it follows the button formatting on my whole forum, so I was hoping to make it darker just so people can see it better. =) Yup, add this to your forums' stylesheet.. #thread_alert { background-color: #AAAAAA!important; } Change the red to the color you'd olike.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Nov 28, 2016 9:02:45 GMT -8
Perfect, thank you very kindly =)
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 28, 2016 16:16:00 GMT -8
No worries...
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Dec 1, 2016 8:24:11 GMT -8
TodgeI am going to be a pest. Is there any chance that it could hunt for something to move it to somewhere else? As I'm customizing the profile page
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 1, 2016 14:49:52 GMT -8
Yup, I'll try to add that option over the weekend, but I may need reminding.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Dec 6, 2016 23:25:50 GMT -8
Todge I am going to be a pest. Is there any chance that it could hunt for something to move it to somewhere else? As I'm customizing the profile page Your post weekend bump
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 7, 2016 17:27:45 GMT -8
Sorry, I'll try to get it done this coming weekend now..
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 10, 2016 18:14:33 GMT -8
Boy_Wonder, just started this and realised you already can have it target a cell of your own making.. Just make a cell and give it the class thread_count and the number should be added there instead.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Dec 11, 2016 0:34:17 GMT -8
Will this target anything with the class 'thread_count' as I don't use tables. Also even trying to use a table its not working (Its coming up as An error occurred during a document.ready call: TypeError: Cannot read property 'split' of undefined
)
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 11, 2016 3:57:32 GMT -8
Will this target anything with the class 'thread_count' as I don't use tables. Also even trying to use a table its not working (Its coming up as An error occurred during a document.ready call: TypeError: Cannot read property 'split' of undefined
) Yup, it should target any cell with the class thread_count, but I forgot a vital part. The cell also needs the ID of "threads-"$[current_user.id]So, for example, with a <div> it would need to be... <div class="thread_count" id="threads-"$[current_user.id]></div>
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Dec 11, 2016 9:05:07 GMT -8
Will this target anything with the class 'thread_count' as I don't use tables. Also even trying to use a table its not working (Its coming up as An error occurred during a document.ready call: TypeError: Cannot read property 'split' of undefined
) Yup, it should target any cell with the class thread_count, but I forgot a vital part. The cell also needs the ID of "threads-"$[current_user.id]So, for example, with a <div> it would need to be... <div class="thread_count" id="threads-"$[current_user.id]></div> New issue found - on mini profile it says on this account (as an example as it's my own account) there's 11 but on the profile it's saying there's 0. shieldrp.forums.net/user/373is there some other piece of information needed?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 11, 2016 9:23:29 GMT -8
Sorry, my bad. the code snippet you add to your profile should have been..
<span class="thread_count" id="threads-$[current_user.id]"></span>
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Dec 11, 2016 9:42:04 GMT -8
Sorry, my bad. the code snippet you add to your profile should have been. <span class="thread_count" id="threads-$[current_user.id]"></span> Now its showing 89 XD Apparently I'm a major pain! I'm sorry!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 11, 2016 15:02:44 GMT -8
Sorry, my bad. the code snippet you add to your profile should have been. <span class="thread_count" id="threads-$[current_user.id]"></span> Now its showing 89 XD Apparently I'm a major pain! I'm sorry! Sorry, my brain seems to have ceased functioning today... Try this in your layout instead.. <span class="thread_count" id="threads-$[user.id]"></span>
|
|