#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 Apr 14, 2019 2:49:32 GMT -8
My question may be a little basic I tried to remove the limitation of type of URL I can use so I can get photos from Google photos but it didn't work, the photo won't show. What can I do or what other online photo albun can be used? Can you please post or PM me the image URL that you are trying to use so that I can take a look. Thank you.
|
|
#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 Apr 9, 2019 10:21:33 GMT -8
Having a problem getting this to the correct location, I got it to work, but it won`t show up in the sidebar box I want it. Here is how it looks.It should be in the thing called Recent, but it always end up at the bottom. I added sidebarr-left to the ID in the sidebar redux plugin and the recently updated threads plugin, and yet this happens. How to fix this?
sidebarr-left is the ID of the parent cell of the Sidebar Redux plugin, that is why the recent threads are being added to the bottom.. What you need to do is give the Recents Cell a unique ID, and then put that ID in the Recent Threads plugin.
|
|
#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 Apr 7, 2019 15:55:44 GMT -8
No worries..
|
|
#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 Apr 7, 2019 13:03:23 GMT -8
[attr] and [newclass] tags are not included in the UBBC tag list that PB uses, they are being enabled by the 'Style Tag' plug-in that you have installed on your forum that is using JavaScript to add the classnames and the required CSS Styling to get them to work, and as far as I can see they are working on the link you supplied.
|
|
#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 Apr 7, 2019 12:33:55 GMT -8
Any possible way you can do this?
If not, it's no big deal, but my members cannot figure out how to make their sigs properly.
Thanks!
Can you please try version 0.0.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 Apr 7, 2019 9:19:26 GMT -8
Sorry, I've been snowed under at work and with stuff going on at home.
I will try to get this done asap.
|
|
#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 Apr 5, 2019 16:33:48 GMT -8
What you are asking needs an element of JavaScript, and cannot be done natively with UBBC alone.
Therefore you will need either a plugin created to add a 'switching' function to posted content, or some script added to the footer of the page targeting a specific post/content and altering it accordingly.
|
|
#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 Apr 4, 2019 13:04:04 GMT -8
Lady Amalthea, you can rule out the Awards System Plugin, as for the others, I've not heard of any issues, but let me know what you find and I'll see what I can do.
|
|
#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 Apr 4, 2019 12:51:02 GMT -8
No worries..
|
|
#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 Apr 2, 2019 8:36:42 GMT -8
....But I wanted to make some links visible to board admins, which wasn't possible. .... Yes it is, with a little bit of work.. Assign your board admins to groups, then add the links like so... <li><a href="YOUR LINK" style="display: none;" class="gallery_admin">LINK NAME</a></li> Edit the red and make sure that the pink is a class name assigned to the group for which you want it to display.. And add this to the top of the body section of your forum wrapper.. <script> var css = "<style>."; if($[current_user.group.id] == 5) { css += "gallery_admin"; } if($[current_user.group.id] == 6) { css += "general_admin"; } css += " { display: block!important; }</style>"; $("head").append(css); </script>
Editing the red with the group ID numbers and the pink with the classnames you assigned. You can have one link viewable to more than one group by adding more than one class name in the link, separated by a space... <li><a href="YOUR LINK" style="display: none;" class="gallery_admin general_admin">LINK NAME</a></li>
|
|
#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 Apr 1, 2019 16:09:14 GMT -8
Is this on your main forum? As on your test forum that you posted the link to earlier, the avatars are showing. My friend's forum which doesn't have a guest friendly invite link unfortunately. That would probably be caused by the mini-profile being non-standard.. Ufortunately I can't do much without seeing the HTML coding of the forum, all I can do is some testing on my test forum to try and recreate 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 Apr 1, 2019 16:06:04 GMT -8
Hey, Todge! I use actual board names on one of my sites and it seems to work. Mac's got a support thread going for this too and I've posted images of my settings here: support.proboards.com/post/7179856/threadIf that's not the right format, I'll see if I can get one of my guys to double check this for me - but, if I recall correctly, I've had one of my guys tell me that they couldn't edit their post after the set time. I'll see about getting a confirmation and get back to you. Lynx is correct, you need to use the displayed names of the boards/categories. Sorry Mac, I should have mentioned that.
|
|
#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 Mar 31, 2019 15:12:59 GMT -8
No worries..
|
|
#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 Mar 31, 2019 15:11:55 GMT -8
This plugin will disable the editing ability of posters, except staff members, after a set time. The minimum time allowed is 5 minutes, so that members do have the chance to change or remove their posts straight after posting. This is a TOS requirement, so please do not ask for this to be changed. Plug-InCurrent version 1.1.91Direct downloadI've installed this on my forums and I can't get it working ewcprez.proboards.com In the 'Placement' option you have listed your threads in the format number/title, ie: 67/mnb-promosIf you are listing theads, then you only need to list the thread numbers, otherwise, if you are listing categories or boards, then you only list the category or board titles... So.. 67 30 184 273 337 231 should work.. mnb-promos fnr-promos fsw-promos prime-promos thunder-promos pay-view should work But.. 67/mnb-promos 30/fnr-promos 184/fsw-promos 273/prime-promos 337/thunder-promos 231/pay-view won't.
|
|
#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 Mar 31, 2019 14:45:38 GMT -8
Hopefully not very.. Unfortunately I have no control over that. Another thing that will throw the count off is if you like the same person more than once without refreshing the page as the likes in the mini-profiles are not updated until then. There's one more problems. The avatars don't really appear. Is this on your main forum? As on your test forum that you posted the link to earlier, the avatars are showing.
|
|