sahotataran
✭✭✭sahotataran ✭✭✭
Reactions
-
Re: Neon - Premium Forum Theme ( VanillaSkins )
awesome (View Post)1 -
Re: Passing data between firing an event and handling the fired event
basically if you check /applications/vanilla/views/discussion/index.php you will find <?php $this->FireEvent('BeforeDiscussion'); ?>just an example. you will find same definitions through ou… (View Post)1 -
Re: Feature Request - plugin bundle creator
good idea (View Post)1 -
Re: Custom Pages
the problem lies sometimes we user url as /pages/ but the original is /page/ if we route or access page with /pages/ it will give bonk error (View Post)1 -
Re: Hide div / element if user signed in
Have ur div in page and in script in { } try something like $('.sp-container').css('display' , 'none'); Or $('.sp-container').html(' '); to clear all content of div (View Post)1