GithubHelp home page GithubHelp logo

various questions about phpsqlitecms HOT 13 OPEN

ilosuna avatar ilosuna commented on August 17, 2024
various questions

from phpsqlitecms.

Comments (13)

sim2github avatar sim2github commented on August 17, 2024
  1. In phpsqlitecms 1 release i use if construction in template which check if sections of item equal next item. Now i think about jQuery selection appended via jquery appendBefore(ul.dropdown-menu).appendAfter(ul.close). I can pull old variant or look around new one. Author can play with Documentation drop-down menu in master.

  2. documentation/formmailer-demo send email on address [email protected] make shure you are use right email.
    Other reason is missed in Mail.class.php $additional_parameters to send email program one of mine providers require leagal email to send email from field (dont remember correctly, something like -f [email protected] for sendmail)

from phpsqlitecms.

dpertal avatar dpertal commented on August 17, 2024

thank you for the quick reply!
I'm not a programmer! I beg you, you make me an example to understand better;
Thank you

from phpsqlitecms.

dpertal avatar dpertal commented on August 17, 2024

some help;

from phpsqlitecms.

sim2github avatar sim2github commented on August 17, 2024

Which of these two issues is not clear?

from phpsqlitecms.

dpertal avatar dpertal commented on August 17, 2024

as for 2 issues
can you tell me what to download and which to put it; most files should be changed;

from phpsqlitecms.

sim2github avatar sim2github commented on August 17, 2024
  1. Default template not support drop down menu, yet. Instead of author use SideBars like http://phpsqlitecms.net/documentation to navigate in another pages of category documentation.
    You can look at SideBar Tab of this page in supplied with downloaded example.

@ilosuna if it not so obvious may be needs to describe this in documentation?
By the way documentation can be translated in other languages and support language redirect for worldwide support and for not programmer people.
Proceed to #12 - simplify admin interface.

  1. In documentation/formmailer-demo you can look at example of usage contact form:
    Properties Tab->Type: Formmailer->[email protected]
    Where [email protected] is email that receive massages from this form.
    This is first step to makes Contact Form. If messages not received need to look at server connfiguration php.ini sendmail_path.

@ilosuna this also must be described even better to use smth like tooltips to inform what field expected for

from phpsqlitecms.

sim2github avatar sim2github commented on August 17, 2024

jQuery support of drop down menu - #22
@ilosuna I think, is better to refactor get_menus() function for more performance.

from phpsqlitecms.

dpertal avatar dpertal commented on August 17, 2024

hi,
https://github.com/ilosuna/phpsqlitecms/tree/4b44320d0d1056cabbc933e57e5d605e735792c0 I downloaded the update but yet I still do not understand how to make the submenu

from phpsqlitecms.

sim2github avatar sim2github commented on August 17, 2024

Hi. This is original master version of @ilosuna. My changes are not applied on his release. Its only my proposition. Read more about GitHub Collaborating.
You can download my dropdown branch of forked (copied) version - @sim2github/phpsqlitecms

from phpsqlitecms.

dpertal avatar dpertal commented on August 17, 2024

hi,
downloaded https://github.com/sim2github/phpsqlitecms/archive/dropdown.zip but I see somewhere that will do a submenu!
please can you tell me the steps;
Thank you

from phpsqlitecms.

sim2github avatar sim2github commented on August 17, 2024

If section field is the same - builds drop-down menu.
First (top) element menu is header.
Don't forget to define Section field of Page Properties Tab - thats make Manu item active on current page.

from phpsqlitecms.

dpertal avatar dpertal commented on August 17, 2024

I did okay but there's a problem!
when i go the cursor over the menu submenu hang see video https://dl.dropboxusercontent.com/u/83447593/problem_submenu.mp4

from phpsqlitecms.

sim2github avatar sim2github commented on August 17, 2024

I see. This because of 1px margin between menus.
Change style.css to

ul.nav.nav-pills .dropdown-menu {
 margin-top: 0px;
}

from phpsqlitecms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.