@a_5mith
HAH! I tried all these crazy things first, didn't think for a second that no special coding was required.
Okay, I'll see myself out. Thanks!
@a_5mith
HAH! I tried all these crazy things first, didn't think for a second that no special coding was required.
Okay, I'll see myself out. Thanks!
@Ted yep, I sure did.
Hey Ted,
Thanks very much! Maybe I missed it, but can you help me with the markdown syntax to get a vimeo video to show? I tried a few different things including copying the whole vimeo share code, just the iframe, putting in a markdown image tag, etc.
Thanks!
Hi- love the idea of this plugin. I am seeing broken image icons in this thread which is consistent with what I am seeing in my dev environment. Did this plugin break with the upgrades?
Thanks!
@psychobunny Apologies far from necessary! Thanks again.
holy monkey butts it works!!
Just out of curiosity, is that a different parameter from what is in the menu.tpl file? In the vanilla theme, the logic shows <!-- IF isLoggedIn --> to control what displays in the header.
Thanks for the help!!!! Here are three buns just for you.
credit: http://imgur.com/iFdZQze
Ahh sorry - Should have explained that part.
In the if/else/endif case, the else displays when I am logged in.
In the if/endif if/endif case, nothing shows.
Hi all,
I am working on a custom template, and I am running into an issue that was hoping one of the folks here who is smarter than me (I think that is everyone) can help with.
I've created a partial that is referenced in home.tpl that displays content above the forum category listing. The partial is working just fine and the markup is rendering properly. But I want the content displayed to change depending on whether the user is logged in or not. This part doesn't seem to be working.
This is the code I have... am I missing something?
<!-- IF isLoggedIn -->
Logged In Content
<!-- ELSE -->
Not logged in content
<!-- ENDIF isLoggedIn -->
I've also tried the below to no avail.
<!-- IF isLoggedIn -->
Logged In Content
<!-- ENDIF isLoggedIn -->
<!-- IF !isLoggedIn -->
Not logged in content
<!-- ENDIF !isLoggedIn -->
Thanks yall!!
Hi everyone,
Not sure if this is the best place to post this, but I wanted to let you know that the privacy policy in the footer of nodebb.org is returning a 404 error.
Looking forward to launching my forum in the next few weeks. Keep up the great work!