[cBB Blockgets 1.0.3] Custom block problem


no_avatar
leschek
 
Posts: 65
Joined: Sat Sep 08, 2012 10:08 pm
 Tue Nov 27, 2012 11:30 pm • via Web
I just start using custom block and when I write on beginning

Code: Select all
[list][*][b]anything here....[/b][/list]

it shows the bullet from BBCode tag [*] outside of block.
User avatar
Mathieu M.
 
Posts: 45
Joined: Mon Oct 15, 2012 11:55 am
 Wed Nov 28, 2012 12:16 pm • via Web
Hello,

I think it's more a CSS problem that a cBB Blockgets bug

Can we have an URL to see the problem ?
no_avatar
leschek
 
Posts: 65
Joined: Sat Sep 08, 2012 10:08 pm
 Wed Nov 28, 2012 2:17 pm • via Web
Thanks for the help.

Sure. Here is my forum - I'm using there different style than prosilver, so I made screenshot with prosilver:

Image
User avatar
Mathieu M.
 
Posts: 45
Joined: Mon Oct 15, 2012 11:55 am
 Wed Nov 28, 2012 2:39 pm • via Web
Well, in this particular case, you can add this rule in your CSS file common.css (for example) :

Code: Select all
#block-45 ul { list-style: disc inside none; }


Please note that #block-45 is for the block that you put here in your screenshot. You have to do it for each blocks you have a list. If you don't want to repeat this action on each blocks, you could try to only add :

Code: Select all
ul { list-style: disc inside none; }


But it could have effects on every phpBB list... Please test it and give us your feedback
no_avatar
leschek
 
Posts: 65
Joined: Sat Sep 08, 2012 10:08 pm
 Wed Nov 28, 2012 3:04 pm • via Web
Thank you for the help. I added on the end of file /styles/my style/theme/blockgets/stylesheet.css second code

Code: Select all
ul { list-style: disc inside none; }


and it shows the bullet inside. I thought it was problem with advanced BBCode box, but the same thing happen on my testing vanilla phpBB with blockgets.
User avatar
Mathieu M.
 
Posts: 45
Joined: Mon Oct 15, 2012 11:55 am
 Wed Nov 28, 2012 3:10 pm • via Web
It's a "problem" due to your browser
no_avatar
leschek
 
Posts: 65
Joined: Sat Sep 08, 2012 10:08 pm
 Wed Nov 28, 2012 3:28 pm • via Web
Then it must be problem with my all browsers, because I tried it with Firefox, Opera, IE, Safari, TheWorld and Maxthon. Only TheWorld and Maxthon in one mode (in Maxton you can change rendering mode) didn't show the bullet at all. I mean they show smaller part of it on block border, but the bigger part of bullet (outside the block) was not visible.

Who is online

Users browsing this forum: No registered users and 0 guests