Do you plan to create a forum plugin? For the new version?
Thank you
Replies (6)
Jerome
Good Morning,
a forum plugin is planed, we will use Flarum but only when it is stable.
Have a nice day.
07.02.20170
Kingoodeal
Hello,
Excellent choice thank you
07.02.20170
Kingoodeal
Hello,
Possible? I want to make a page that displays a section according to the bonton, so the page is always the same but if we click on "profile" in the menu, only the profile section should be displayed. Should we add JS script. But I do not know how to make the link between the button links and the associated sections to display them.
You will have to use hashtags in the url and an id on the div.
For example:
<a href="#gotodiv"></a>
You div will need to have the id gotodiv for example:
<div id="gotodiv">you content here.</div>
To animate the whole thing and make it nice you will need to use some javascript.
You will figure out the rest as it goes really into custom modifications there are plenty of examples on the web. Please also open a new ticket next time as it has nothing to do with a forum plugin.
Thank you very much and have a great day.
09.02.20170
Kingoodeal
Yes sorry We did the same thing, but when you click on It does not really happen to the section I think it lacks js One question: in search on google? Gives me the name for me finds Thank you
Good Morning,
a forum plugin is planed, we will use Flarum but only when it is stable.
Have a nice day.
Hello,
Excellent choice thank you
Hello,
Possible?
I want to make a page that displays a section according to the bonton, so the page is always the same but if we click on "profile" in the menu, only the profile section should be displayed. Should we add JS script. But I do not know how to make the link between the button links and the associated sections to display them.
An example here click on the View Details button
http://themelooks.us/demo/cloudserver/html/preview/vps-hosting.html
Thank you
Good Morning,
You will have to use hashtags in the url and an id on the div.
For example:
You div will need to have the id gotodiv for example:
To animate the whole thing and make it nice you will need to use some javascript.
You will figure out the rest as it goes really into custom modifications there are plenty of examples on the web. Please also open a new ticket next time as it has nothing to do with a forum plugin.
Thank you very much and have a great day.
Yes sorry
We did the same thing, but when you click on
It does not really happen to the section
I think it lacks js
One question: in search on google? Gives me the name for me finds
Thank you
You will not need Javascript for it.
http://lmgtfy.com/?q=jump+to+a+section+in+html5