Welcome to vbmods.rocks! Get FREE and paid vBulletin mods, plugins, addons, API extensions, custom modules, custom BB Codes, vBCloud mods, CORE hacks, JS hacks, custom coding by Glenn, an ex-vBulletin Developer. You must register before you can post, download the files or copy the code from the free plugins.
I have the codes added in the CSS Editor and in the prompt but it is not working like here,
Please if you can help me finish completing it.
In CSS Editor I have added the following codes
.l-desktop .notice[data-notice-id='1'] {
position: fixed;
z-index: 2;
bottom: 0;
right: 0;
margin: 10px;
width: 400px;
box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.7);
}
.l-desktop #notices .notice[data-notice-id='1']::before {
content: 'Hey! Dios te Bendiga!';
background: #191970;
display: block;
margin: -10px -10px 8px;
padding: 7px;
color: #fff;
font-weight: bold;
position: static;
width: auto;
height: auto;
}
In AdminCP I have added the following code
vB6 now seems to have See More/Less links in the notices when the message is too long. I recommend making the message shorter so that users see the Register button right away. Or also put the button at the top.
Btw, the Register button link in your forum is incorrect. It is pointing to /register/noypiscripter/5 instead of just /register. You must have copied and pasted my PayPal donation link
vB6 now seems to have See More/Less links in the notices when the message is too long. I recommend making the message shorter so that users see the Register button right away. Or also put the button at the top.
Btw, the Register button link in your forum is incorrect. It is pointing to /register/noypiscripter/5 instead of just /register. You must have copied and pasted my PayPal donation link
Thanks for the suggestion to shorten the message.
If I copied the code of the button on your page trying to make it work, because I have put the code in different ways and I can't make the message appear floating and the button pulsating
Can you show me how I should put the code, to see what I'm doing wrong please?
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Comment