inherit
157863
0
Nov 20, 2024 10:35:15 GMT -8
Skidjit
Hello Sweetie! :D
1,129
September 2010
skidjit
|
Post by Skidjit on Jul 29, 2015 6:55:37 GMT -8
Okay so I installed this plugin and after a bit of trial and error got it to work. What I'm not liking about this plugin though is that it replaces the default background with a single colour one. I'm guessing is that the default pattern that any ProBoards forum has as default is actually a banner and that this is being replaced by the new images. My aim was to simply create an overlay on the default background image. I'm guessing I will have to take the default image and photoshop the overlay on top of it and save that as my banner. Or is there a simpler way? Lord Ba'al
Eek. I'm not sure if this will help, but I have my banner "background color" field, on this plugin, left blank so no color will fill in behind the image I chose for my board banner. I would think it's possible to put in the word "transparent" in that field and you won't see any color (or a place where any color should be- nothing white left behind the new board image.)
I'm not sure if this is what you are trying to troubleshoot. I apologize if this is no help.
|
|
inherit
209442
0
Dec 16, 2023 0:05:59 GMT -8
Lord Ba'al
103
May 2014
lordbaal
|
Post by Lord Ba'al on Jul 29, 2015 10:44:06 GMT -8
Okay so I installed this plugin and after a bit of trial and error got it to work. What I'm not liking about this plugin though is that it replaces the default background with a single colour one. I'm guessing is that the default pattern that any ProBoards forum has as default is actually a banner and that this is being replaced by the new images. My aim was to simply create an overlay on the default background image. I'm guessing I will have to take the default image and photoshop the overlay on top of it and save that as my banner. Or is there a simpler way? Lord Ba'al
Eek. I'm not sure if this will help, but I have my banner "background color" field, on this plugin, left blank so no color will fill in behind the image I chose for my board banner. I would think it's possible to put in the word "transparent" in that field and you won't see any color (or a place where any color should be- nothing white left behind the new board image.)
I'm not sure if this is what you are trying to troubleshoot. I apologize if this is no help.
That's okay. Thanks for trying. I've chosen for a different option.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 1:22:55 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 6, 2016 13:00:05 GMT -8
hi Peter is it possible to have this work for the recent threads page pls ? it only works for the recent posts atm. And the message page only works when you are actually in a message and not on your message list, which isnt a problem but if it could be fixed id appreciate it thank you thank you link edit: sorry my bad, it works for the recent threads, i didnt see the option in the plugin. Sooooo now could we have it for ever page on the members profile ? like members recent threads/posts/activity etc would this be possible ? edit: and i'v got an image in the side bar on the left 'people' and it goes to this goldenbeatz.uk/user it doesnt show the banner image for the profile it only shows it on /user/1 hope iv explained everything right
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 1:22:55 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 13, 2016 9:34:33 GMT -8
bump Peterdont know if you miss these sorry
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Mar 31, 2016 14:26:13 GMT -8
Possible, I will maybe look into it, no promises though.
|
|
inherit
231657
0
May 26, 2021 13:38:10 GMT -8
racerdave21
4
May 2016
racerdave21
|
Post by racerdave21 on May 13, 2016 15:00:49 GMT -8
We are working on banners on our boards, I am having a problem though. When I change the banner on one of the boards it changes the banner for all of the user profiles. I am using Different Page Banner but I do not get a list where it has show on page. I only have user profile. How can I change this so that the banner is shown only on the page it needs to be? And how many banners can you make?
|
|
inherit
235659
0
Sept 17, 2016 11:03:18 GMT -8
sigracing
2
August 2016
sigracing
|
Post by sigracing on Aug 8, 2016 0:54:58 GMT -8
Hi Peter, thanks for the plugin, it's a great addition to the Proboards Forums.
As per your previous posts, I've included the following code in the css to scale the banner images on smaller screens:
However, although it scales the image in width and in height correctly, the banner image still sits within a block defined by the 'Banner Height' variable in Admin->Plugins->Manage->Different Page Banner Settings->Banners.
Is there any way to tweak the code above to automatically scale the block as well as the banner image? I've tried everything I can think of but I get quickly out of my depth with CSS!
For info I also have this code in my CSS to scale the logo image on the front page, would this be interfering with your CSS code?
Many thanks.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 12, 2016 15:58:48 GMT -8
sigracing, Not 100% sure if I am understanding you. The header and forum content is being wrapped (#wrapper) with a div that is set to a percentage (90% by default), so you will be restricted based on that.
|
|
inherit
235659
0
Sept 17, 2016 11:03:18 GMT -8
sigracing
2
August 2016
sigracing
|
Post by sigracing on Aug 13, 2016 0:26:34 GMT -8
Sorry Peter, I'm not explaining myself Here is an image of the logo image, with the window size reduced to about what it would be on an ipad. It looks and works fine. _ However, here is the banner on another forum page, scaled to the same window size: As you can see, the banner image itself scales correctly, but it sits in a 'block' that I believe is the banner height specified in the plugin, in this case 200 pixels. Is there any code I can use/modify to get the banners to scale as per the first image above? Many thanks.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 17, 2016 10:43:39 GMT -8
sigracing , Sorry for the delay in responding. I get you now. Been a while since I looked at the code, but yeah, I see what you mean. Easiest way around that would be to place some CSS into the header of the board for the banner you want to change. So for example, in that board where it is a smaller height, you can place this in the header... <style>
#banner {
height: 50px;
}
</style> A better solution would be to change the plugin so that you can specify the height for each banner, which I will likely do in the future.
|
|
inherit
240801
0
Jan 11, 2018 8:22:40 GMT -8
hwutheseries
Workaholic
26
January 2017
hwutheseries
|
Post by hwutheseries on Feb 16, 2017 17:31:37 GMT -8
And the message page only works when you are actually in a message and not on your message list, which isnt a problem but if it could be fixed id appreciate it thank you This is still happening at the moment, is it something that will be looked into at all? Because that would be amazing! Especially if I could create borders for every tab, like Bookmarks/Participation etc etc and really personalize my Forum Thank you in advance! Hope you don't mind me jumping on your post oreo K$NG..
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 18, 2017 4:49:57 GMT -8
I did have a quick look at it, but there is a bug with the plugin UI at the moment, once that is fixed I may look at adding additional pages.
|
|
inherit
240801
0
Jan 11, 2018 8:22:40 GMT -8
hwutheseries
Workaholic
26
January 2017
hwutheseries
|
Post by hwutheseries on Feb 18, 2017 8:06:10 GMT -8
I did have a quick look at it, but there is a bug with the plugin UI at the moment, once that is fixed I may look at adding additional pages. Thank you Peter, that's very kind of you to consider looking into it. Brilliant plugin by the way!
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Aug 28, 2017 10:48:40 GMT -8
|
|
inherit
240801
0
Jan 11, 2018 8:22:40 GMT -8
hwutheseries
Workaholic
26
January 2017
hwutheseries
|
Post by hwutheseries on Nov 5, 2017 15:52:28 GMT -8
Sorry for the even longer reply! I'll have a look now, thank you so much
|
|