A aj87 Member Licensed customer Nov 13, 2020 #1 Is it possible to add a static information box that stays statically on each page where the widgets are? we would like something like 100 Posts = Valued Member 1000+ Posts = Experienced Member above is just an example kind of thing - not accurate lol
Is it possible to add a static information box that stays statically on each page where the widgets are? we would like something like 100 Posts = Valued Member 1000+ Posts = Experienced Member above is just an example kind of thing - not accurate lol
P Paul B XenForo moderator Staff member Licensed customer Nov 13, 2020 #2 You can use a notice, an ad template, or a custom HTML widget. Upvote 0 Downvote
A aj87 Member Licensed customer Nov 13, 2020 #3 Brogan said: You can use a notice, an ad template, or a custom HTML widget. Click to expand... It would be custom bits I wouldn’t have a clue about Upvote 0 Downvote
Brogan said: You can use a notice, an ad template, or a custom HTML widget. Click to expand... It would be custom bits I wouldn’t have a clue about
D djbaxter in memoriam 1947-2022 Licensed customer Nov 13, 2020 #4 aj87 said: Is it possible to add a static information box that stays statically on each page where the widgets are? we would like something like 100 Posts = Valued Member 1000+ Posts = Experienced Member above is just an example kind of thing - not accurate lol Click to expand... Is this what you want the notice to say? Upvote 0 Downvote
aj87 said: Is it possible to add a static information box that stays statically on each page where the widgets are? we would like something like 100 Posts = Valued Member 1000+ Posts = Experienced Member above is just an example kind of thing - not accurate lol Click to expand... Is this what you want the notice to say?
A aj87 Member Licensed customer Nov 13, 2020 #5 djbaxter said: Is this what you want the notice to say? Click to expand... Something along the lines of: Explanation of Titles <50 = New Member 100 = Valued Member 500 = Experienced Member 1000+ = Senior Member i realised i could add into a notice, but I want that notice to appear on the page where forum statistics widget is. And also on mobile version Upvote 0 Downvote
djbaxter said: Is this what you want the notice to say? Click to expand... Something along the lines of: Explanation of Titles <50 = New Member 100 = Valued Member 500 = Experienced Member 1000+ = Senior Member i realised i could add into a notice, but I want that notice to appear on the page where forum statistics widget is. And also on mobile version
D djbaxter in memoriam 1947-2022 Licensed customer Nov 13, 2020 #6 ACP >> Appearance >> Widgets Add Widget (top right corner) Choose a widget definition = HTML >> Add Widget The actual HTML (for copy paste) is this - there's a typo in the screenshot - missing the closing bracket on line 3: HTML: <p> <b>50 = New Member<br /> 100 = Valued Member<br /> 500 = Experienced Member<br /> 1000+ = Senior Member</b> </p> And here's what it looks like in the sidebar: Upvote 1 Downvote
ACP >> Appearance >> Widgets Add Widget (top right corner) Choose a widget definition = HTML >> Add Widget The actual HTML (for copy paste) is this - there's a typo in the screenshot - missing the closing bracket on line 3: HTML: <p> <b>50 = New Member<br /> 100 = Valued Member<br /> 500 = Experienced Member<br /> 1000+ = Senior Member</b> </p> And here's what it looks like in the sidebar: