Posts Tagged ‘form’
CDS-Invenio: implementing autocomplete for authors with jQuery and php [SOLVED]
This is a BETA. I will NOT BE RESPONSIBLE for any damages this may cause in your repository. It is not my intention to write a super-in-detail guide, just a quick cheatsheet for programmers who know what they are doing this post has been updated due to a mail asking how to implement autocomplete in [...]
vBulletin: change the redirect or the url in the login process
There is a common thing for vBulletin users to want to customize the login box. This can be done by Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar (Note for spanish users: Buscar Plantillas de navegación entre las plantillas, y dentro de ella, navbar) [...]
vBulletin and forms: parameters via post or get
Imagine you’ve got a vbulletin forum running in your site. Lets suppose you want to add a new form to your forum. How does vbulletin deal with parameters? You can see the official documentation here. I prefer to explain things with an example, so lets go for it. I will take for granted that you [...]