• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

KD aviso Flotante Para Invitados

Lenin

Active member
Well first of all, let me tell you this is my first add he had never created one, I put much effort in, is a very simple addition, but some people find it helpful.
That it does this add?
good is the classic floating window for users to register,
I had not seen this for xenforo, so I took the liberty of creating it ....

Thanks to (LMS xenfacil.com) for their valuable help .......

Well, I did not do something standard that forces you have to see what monotonous to see the window with the same colors and same position, so I decided to make it as customizable as possible, and the easiest way, lest they hinder customization ....

screenshots:
Options:
  • You can enable / disable the add
  • Up or down position on your site
  • Also positioning "X" and "Y"
  • Place image at the top of the notice ...

opcionesr.png


on style properties, you can change:
  • Border Color
  • Background Color
  • Content (you can use html)
  • URL redirection
  • Border Width

propiedades.png


screenshot on messages created:

postdemo.png


profiles

paginadeperfil.png


Forum:

pagecontainer.png


English translation in the attachment ...
Demo :
http://demo.kpumco.com/index.php
http://xenfacil.com

You can not share this design in another forum or another place (design files and images) without my permission.
And you can not remove the copyright.

version español:
http://xenfacil.com/threads/kd-aviso-flotante-para-invitados.775/
 

Attachments

installation:


upload via ftp upload directory contents.
addon you import the plug-Kdavisoflotante.xml
then:
PAGE_CONTAINER looking for in the template and

looking for:
Code:
              <!--XenForo_Require:CSS-->

and add just below:
Code:
<xen:hook name="require_css"></xen:hook>

you look like this:
Code:
        <!--XenForo_Require:CSS-->
<xen:hook name="require_css"></xen:hook>

then the same template
down looking for:
Code:
    <footer>

add before:
Code:
    <xen:hook name="antes_pie"></xen:hook>

you look like this:
Code:
<xen:hook name="antes_pie"></xen:hook>
    <footer>

Save your changes
then you go to start options "notice KD Floating For Guests" there to activate / deactivate the plugin,
then you go to your style -> properties of style, "KD Notice floating properties" so that you can customize .....
 
Top Bottom