inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Sept 16, 2015 18:13:28 GMT -8
And there goes my HTML and CSS knowledge. If you want to post your current HOME template, I'll add in the parts you need and you can then just copy and paste back into your home template. Be sure you are posting your ENTIRE home template, though, if you want to do this - as you'll be pasting the new one over the top of the old one and you don't want any parts missing. To insure you've got everything, while on your home template in the admin area, click anywhere inside the template box so your cursor is blinking in there. Then, press CTRL+A and the whole thing should highlight. Once it's highlighted, press CTRL+C to copy it all. Then, come here, and in the reply (or quick reply - either will work) box, press CTRL+V to paste it. Then just post it. I can give you the steps to put the new one once I've got it set for you.
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Sept 16, 2015 19:57:51 GMT -8
Just as a heads up, Brian: I was able to help smileysjm get it re-located to where he wanted it (via PM's), but there are a couple of other things he asked about that I wasn't able to help with. I'll let smileysjm post of what he needed help with now. Just wanted to let you know the re-location was accomplished.
|
|
inherit
220874
0
Nov 23, 2020 21:43:05 GMT -8
smileysjm
92
April 2015
smileysjm
|
Post by smileysjm on Sept 16, 2015 21:45:22 GMT -8
I would like to publicly thank Lynx for his invaluable help in assisting with my request. As he mentioned, I have some other features to be enabled that I hope Brian might be able to point me to the right direction with these: 1. I want the word 'Legend' above the ranking as this is the title. - Should I use TopStyle 5 to arrange this? 2. I do not want the boxes to be too far to the right as this causes the Forum Admin (first box) to be wrapped around. See the screen capture attached. Attachments:
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 17, 2015 9:36:05 GMT -8
smileysjm: For the record the instructions I linked you to required no HTML or CSS knowledge whatsoever. They can be summed up as "go to this page and change this single line to this, then copy this new thing and paste it after this particular line." All the work that would've required said knowledge is already done for you. All that was required of you was to copy it. 1. I want the word 'Legend' above the ranking as this is the title. - Should I use TopStyle 5 to arrange this? I have no idea what a TopStyle 5 is. You'd need to either use Javascript or edit the source of the plugin to rearrange the HTML it outputs. The default order of the elements the plugin outputs is: - Rank Name - Boxes - Legend Title What's your preferred order? 2. I do not want the boxes to be too far to the right as this causes the Forum Admin (first box) to be wrapped around. See the screen capture attached. If you don't want that to happen you'll need to increase the width of the area holding the legend. Go to Themes > Layout Templates > Home and find line 89: Increase the number I've colored green to increase the width of the legend area. I'd recommend changing it to 250px.
|
|
inherit
220874
0
Nov 23, 2020 21:43:05 GMT -8
smileysjm
92
April 2015
smileysjm
|
Post by smileysjm on Sept 17, 2015 17:56:07 GMT -8
TopStyle 5 is a HTML & CSS editor.
As for my preference, here is what I would like:
- Legend Title - Boxes (next to that the Rank Name)
Thanks Brian
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 20, 2015 8:36:44 GMT -8
TopStyle 5 is a HTML & CSS editor. As for my preference, here is what I would like: - Legend Title - Boxes (next to that the Rank Name) Thanks Brian Go to Plugins > Build and click on the User Legend - Blocks plugin. On the following page click on the Components tab and find this line (should be line 6): Change it to this:
|
|
inherit
220874
0
Nov 23, 2020 21:43:05 GMT -8
smileysjm
92
April 2015
smileysjm
|
Post by smileysjm on Sept 20, 2015 15:55:43 GMT -8
Thank you Brian. Looking good.
|
|
inherit
224604
0
Nov 1, 2024 18:33:00 GMT -8
Hanelli
67
August 2015
zria
|
Post by Hanelli on Mar 18, 2016 7:10:54 GMT -8
Brian I was able to install the plugin, however it's appearing on the right side of the "Users Online" (which I renamed to "Currently Journeying") Box. Is there a way I can move it so that it appears underneath the Usernames of the members who're online? (Screenshot for reference)
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 21, 2024 17:36:44 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 18, 2016 8:10:15 GMT -8
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 20, 2016 8:35:45 GMT -8
Brian I was able to install the plugin, however it's appearing on the right side of the "Users Online" (which I renamed to "Currently Journeying") Box. Is there a way I can move it so that it appears underneath the Usernames of the members who're online? i.imgbox.com/Zcb3Cgg8.png(Screenshot for reference) Rather than placing the element that produces the user legend inside of its own <td> element in that template try placing it right before the closing </td> after the HTML that produces the users online. This should make it show on its own line under your users online.
|
|
inherit
224604
0
Nov 1, 2024 18:33:00 GMT -8
Hanelli
67
August 2015
zria
|
Post by Hanelli on Mar 30, 2016 21:29:01 GMT -8
BrianBam, that worked like a charm. Sorry I took a while to get back to you; uni was being a troll.
|
|
inherit
232471
0
Apr 22, 2017 14:44:43 GMT -8
brandons
183
May 2016
brandons
|
Post by brandons on May 24, 2016 1:53:25 GMT -8
New to proboards, I installed the plugin to my forum, Its not showing on my front page where people visit or idle before clicking a board to post in. I'm assuming it has to do with the placement of this code?
<div id="user-legend"></div>
I'm just not sure where to post it so it shows on the front page where visitors and members can see it?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 24, 2016 8:44:31 GMT -8
New to proboards, I installed the plugin to my forum, Its not showing on my front page where people visit or idle before clicking a board to post in. I'm assuming it has to do with the placement of this code? <div id="user-legend"></div> I'm just not sure where to post it so it shows on the front page where visitors and members can see it? Themes > Layout Templates > Home contains the HTML that shows on your front page, while anything you place in Structure > Headers & Footers > Main Header & Footer also shows at either the top or bottom of the front page.
|
|
inherit
237571
0
Dec 28, 2016 4:42:20 GMT -8
haxingrulez
15
September 2016
haxingrulez
|
Post by haxingrulez on Sept 26, 2016 0:04:40 GMT -8
can i make it when click that legend box .. then /members?group=1&view=group show ?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 26, 2016 7:49:23 GMT -8
can i make it when click that legend box .. then /members?group=1&view=group show ? Not without editing the source code of the plugin.
|
|