Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various questions #20

Open
dpertal opened this issue Aug 19, 2014 · 13 comments
Open

various questions #20

dpertal opened this issue Aug 19, 2014 · 13 comments

Comments

@dpertal
Copy link

dpertal commented Aug 19, 2014

Hi,

some questions

1)how can I submenus;
eg:
-Home
-test
--test1
--test2
-contact

  1. the the contact form does not send any email!

please help
Thank you

@sim2github
Copy link
Contributor

  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)

@dpertal
Copy link
Author

dpertal commented Aug 19, 2014

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

@dpertal
Copy link
Author

dpertal commented Aug 20, 2014

some help;

@sim2github
Copy link
Contributor

Which of these two issues is not clear?

@dpertal
Copy link
Author

dpertal commented Aug 20, 2014

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

@sim2github
Copy link
Contributor

  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

@sim2github
Copy link
Contributor

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

@dpertal
Copy link
Author

dpertal commented Aug 24, 2014

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

@sim2github
Copy link
Contributor

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

@dpertal
Copy link
Author

dpertal commented Aug 24, 2014

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

@sim2github
Copy link
Contributor

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.

@dpertal
Copy link
Author

dpertal commented Aug 24, 2014

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

@sim2github
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants