leo10
New Member
Posts: 37
inherit
218578
0
May 25, 2018 8:08:20 GMT -8
leo10
37
February 2015
leo10
|
Post by leo10 on Mar 25, 2015 8:03:50 GMT -8
Hey, guys! Leo here again to ask for your help/clarification on some annoying minor, yet very relevant things (God is in the details, people). Any answer/help would be gradly appreciated! So here's what I want to do: 1- hide some links from the footer (have only the "mobile", for example). Is this possible or even legal? hahah 2- on the Profile page, there is a huuuuuge list of notifications on the Notifications tab. Isn't it possible to limit it to, like, only the latest 30 the member has received? 3- I *really* want to center the BBCode buttons + the emoticons GIFs that are displayed below, on both replies. How can I do this? Print below: 4- Remove the hour from the timestamps (have only "3 Mar 2015"): 5- how can I change the text on the "Prev/Next" action bar to some arrow icons or something? 6- This one annoys the hell out of me: the pagination. I don't want it centered with the topic title; I want it always displayed on the left! 7- "Inês" has to go. She's been a bad, bad girl and nobody likes her (I just want to know how to remove the latest poster on the topic section, really): 8- My forum is ad-free but the Badges tab is still visible on the profile. There is no option to remove it on the ad-free settings? I thought ad-free removed this? Am I overlooking something? And that's it. Again, thanks for any help provided in perfecting my forum! leo
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2015 8:30:14 GMT -8
Hi, leo10. 1. Those links are not allowed to be hidden. 2. The Notifications tab only shows 10 notifications until you click on the Show More button, after which it loads 10 more. 3. Adding this to the bottom of Themes > Advanced Styles & CSS > Style Sheet should center the default posting buttons. I can't speak for the GIFs as those aren't there by default. 4. You'd need to use Javascript to do that. 5. Also requires Javascript as you can't edit the internal HTML of those buttons through the templates. 6. In Themes > Advanced Styles & CSS you have the text alignment for Subject set to center in Boards (Thread Lists) > Column Alignment. Change this back to left. 7. The only way to update the Last Post info is to change the last poster in that thread. Either move their post out of the thread or reply to the thread (unless you mean removing the entire cell from every thread, in which case you'd need to remove its HTML in Themes > Layout Templates > Board > Thread List). 8. Ad-free only removes the Gift tab, not the Badges tab since badges that have already been purchased still exist on the forum even with the Gift tab disabled.
|
|
leo10
New Member
Posts: 37
inherit
218578
0
May 25, 2018 8:08:20 GMT -8
leo10
37
February 2015
leo10
|
Post by leo10 on Mar 25, 2015 8:43:30 GMT -8
Hi, Brian! I'm gonna answer in your quote to be easier: Hi, leo10. 1. Those links are not allowed to be hidden. Yeah, I figured. hahah2. The Notifications tab only shows 10 notifications until you click on the Show More button, after which it loads 10 more. But that's the thing: it goes aaaall the way if we keep clicking. Can there be a limit?3. Adding this to the bottom of Themes > Advanced Styles & CSS > Style Sheet should center the default posting buttons. I can't speak for the GIFs as those aren't there by default. It didn't work for the GIFs, but it's ok! Although it's floating now 4. You'd need to use Javascript to do that. 5. Also requires Javascript as you can't edit the internal HTML of those buttons through the templates. I guess that means no to these two points.6. In Themes > Advanced Styles & CSS you have the text alignment for Subject set to center in Boards (Thread Lists) > Column Alignment. Change this back to left. Ohh, that was simple!7. The only way to update the Last Post info is to change the last poster in that thread. Either move their post out of the thread or reply to the thread. Yes, of course, but I want to remove the cell altogether. Sorry, I should have explained better.8. Ad-free only removes the Gift tab, not the Badges tab since badges that have already been purchased still exist on the forum even with the Gift tab disabled. But nobody has ever purchased any badges still not possible to hide it?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2015 9:05:26 GMT -8
2. Why does there need to be a limit to something they have to voluntarily do? What purpose does limiting their notifications serve? 4/5. They're possible, but you'd need to request a code to do so in the appropriate board. 7. Remove this from Themes > Layout Templates > Board > Thread List. 8. Try adding this to the bottom of Themes > Advanced Styles & CSS > Style Sheet.
|
|
leo10
New Member
Posts: 37
inherit
218578
0
May 25, 2018 8:08:20 GMT -8
leo10
37
February 2015
leo10
|
Post by leo10 on Mar 25, 2015 9:26:35 GMT -8
2. Why does there need to be a limit to something they have to voluntarily do? What purpose does limiting their notifications serve? Welcome to the world of perfectionism! hahaha but it's ok. A non-issue. 4/5. They're possible, but you'd need to request a code to do so in the appropriate board. Oh, ok!
7. Remove this from Themes > Layout Templates > Board > Thread List. 8. Try adding this to the bottom of Themes > Advanced Styles & CSS > Style Sheet. These did it! But the floating BBCode Buttons - no way to take them down?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2015 9:44:42 GMT -8
What do you mean by "floating"?
As far as I can tell the only difference from before is that they're now centered.
|
|
leo10
New Member
Posts: 37
inherit
218578
0
May 25, 2018 8:08:20 GMT -8
leo10
37
February 2015
leo10
|
Post by leo10 on Mar 25, 2015 10:06:09 GMT -8
What do you mean by "floating"? As far as I can tell the only difference from before is that they're now centered. It's higher, look:
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2015 10:21:16 GMT -8
Add font-size: 0; to the first bit of CSS I provided.
|
|
leo10
New Member
Posts: 37
inherit
218578
0
May 25, 2018 8:08:20 GMT -8
leo10
37
February 2015
leo10
|
Post by leo10 on Mar 25, 2015 10:48:07 GMT -8
Add font-size: 0; to the first bit of CSS I provided. Worked like a charm! Thank you VERY much, Brian. You're my Proboards saviour. leo
|
|
leo10
New Member
Posts: 37
inherit
218578
0
May 25, 2018 8:08:20 GMT -8
leo10
37
February 2015
leo10
|
Post by leo10 on Mar 25, 2015 12:12:56 GMT -8
4/5. They're possible, but you'd need to request a code to do so in the appropriate board. Brian sorry the stupid question, but by this you mean the "Request a Header & Footer code" subforum?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 25, 2015 12:25:13 GMT -8
That'd be the one.
|
|