Not compatible with V1.0.2 ?
Gaurav Grv Robinson
Posts
-
[nodebb-plugin-ns-points] NS Points, Forum Gamification -
BG issue@yariplus WOW! You're the man. It seems to be working fine.
-
BG issuedocument.body.style.background = "url(http://theurl/image.png)"
document.body.style.background = "url('/images/bgimages/'+num+'.jpg');
does not work.but
document.body.background = '/images/bgimages/'+num+'.jpg';
works -
BG issue@yariplus corrected a stupid mistake and it seems to work now. But there is yet another issue, if any other page is opened first except the login/register page and if from that page the login/register pages are accessed, they get the same bg i.e the one without an image.
-
BG issue@yariplus put the entire code in the custom header section, still does not work.
<script>
$(function(){
function ChangeIt(){
var num = Math.ceil( Math.random() * totalCount );
document.body.background = '/images/bgimages/'+num+'.jpg';
document.body.style.backgroundSize = '50 0%%';
document.body.style.backgroundRepeat = 'fixed';
document.body.style.backgroundAttachment='fixed';
document.body.style.MozBackgroundSize = 'cover';
document.body.style.backgroundSize = 'cover';
}// Initial load.
if (app.template === 'login' || app.template === 'register') ChangeIt();// New page loading.
$(window).on('action:ajaxify.start', function (ev, data) {
if (data.url === 'login' || data.url === 'register') {
ChangeIt();
} else {
document.body.style.background = "#f0f0f0";
}
});
});
</script> -
BG issue -
BG issue@yariplus I am a noob and I am confused. What goes in the header and what part is to be called ?
Putting the entire following thing does not work.
<script>
$(function(){
function ChangeIt(){
var num = Math.ceil( Math.random() * totalCount );
document.body.background = '/images/bgimages/'+num+'.jpg';
document.body.style.backgroundSize = '50 0%%';
document.body.style.backgroundRepeat = 'fixed';
document.body.style.backgroundAttachment='fixed';
document.body.style.MozBackgroundSize = 'cover';
document.body.style.backgroundSize = 'cover';
}// Initial load.
if (app.template === 'login' || app.template === 'register') ChangeIt();// New page loading.
$(window).on('action:ajaxify.start', function (ev, data) {
if (data.url === 'login' || data.url === 'register') {
ChangeIt();
} else {
document.body.background = "#f0f0f0";
}
});
});
</script> -
BG issueTried that too, did not help.
-
Registration Form BugBut why ? Why only check for @ in an email address ? This is so wrong.
-
BG issueI have modified the login/registration pages of my nodebb instance running persona theme. The tpl files have been modified so that a unique image bg is loaded every time the login/registration page is opened or refreshed.
All seems to be working fine but there is this strange issue - any page (recent/poplar/categories etc) that is accessed from the login/registration page also gets the same bg as of the login/registration page.. The other pages get the normal bg only after they are refreshed.
Please help me out with this issue.
My Site: http://diskuz.com
-
Registration Form BugOn the registration page, in the email field if you put @ after anything, the form will accept it. The form should check for a valid email address by verifying something like [email protected] but it is also accepting anything@ as a valid email address.
-
nodebb-theme-material v2.0 published@pichalite I somehow managed to dirty code the category page into persona, I am just missing out on the animation part and some small issue. Mind have a look ? http://diskuz.com
-
nodebb-theme-material v2.0 published@pichalite lol, then you are not the guy for a cheap ass like me. You do amazing work btw.
-
nodebb-theme-material v2.0 published -
nodebb-theme-material v2.0 published@pichalite How ? What should be added and where ? Sorry, if I am asking too much.
-
[nodebb-theme-tron] Tron Theme for NodeBBAny chance of updating this awesome theme for 1.0.2 ?
-
Is a 1GB DO droplet good enough?Yet it all depends on the amount of visitors you have and what you "show" them. For example I once saw a MySQL database of WordPress with 60MB of content. A database of this size can definitely slow the overall experience down, if it the system is not capable of handling this. After some optimization the database decreased to 2.5MB (too many plugins...).
I have a wordpress database of around 1.4GB and it sucks.
-
nodebb-theme-material v2.0 published@pichalite Is there a possibility to integrate Material theme's category layout into the persona theme ? I just love the category layout of your theme but I also prefer some parts of the persona theme. Thanks in advance.
-
Who is using NodeBB?I am really curious about the platform they're running currently.
-
Who is using NodeBB?@baris said:
Kano World
http://world.kano.me/forum are using some other platform, I guess. If its nodebb, then they've customized the shit out of it.