Aller au menu Aller au contenu Aller à la recherche
The site's languages : [ar] [ca] [cpf] [de] [en] [es] [fa] [fr] [it]
This is where you can ask questions about the SPIP cms.
Topics : 195 Topics solved : 3019 visitors now
by relevancy | by date
Submitting forum message without preview
by Serge Markitanenko
21 January 09:27
Replies : 3
This one helped me. 1. Copy forum.php to squelettes/formulaires 2. Comment in the file lines 303-318: // if (!count($erreurs) AND !_request('confirmer_previsu_forum')) // if (...)
creating a dropdown part of a page on a standalone page
by drBouvierLeduc
18 January 14:56
Replies : 1
Hi, Seems like the ’faq’ plugin does what you want : http://contrib.spip.net/Definitions-et-FAQ (the article is in french thought). Basically, you have 2 ways to do this : Inside any article : (...)
by Serge Markitanenko
3 January 11:45
Solved - Replies : 4
I have been translating to russian during one month. I’d spent 4 weekends for this ))) Check the newest version of composition for SPIP 2, maybe author support both branches for SPIP2 & (...)
Put Pagination around two loops
by جورج قندلفت
3 December 2012 10:00
Replies : 3
I suggest not to create a two columns layout. Instead of leftcol and rightcol, just one <div id="contenu"> spanning the area covered previously by leftcol and rightcol. And one (...)
Two Columns Article display with pagination
by Serge Markitanenko
19 November 2012 18:15
Replies : 1
I didn’t test the code, but you could try something like this. The main idea - to set special container for every element you put in code. <BOUCLE_list(ARTICLES) id_rubrique pagination 10 > (...)
by erational
6 October 2012 11:32
Replies : 1
of course, there are 2 plugins: Country list with countries and their iso code Geographie with countries and also french regions (but you can extend it) i recommand you to install the 1st (...)
by wrmhle
8 August 2012 11:14
No reply
Hello, Good news! Starting from 4.0, Artisteer supports Export Plug-ins. Can anybody create a plugin for SPIP and share it with our community? :) I think many users here are ready to pay some (...)
by erational
23 May 2012 02:22
Replies : 3
Use the full syntax: <B_articlesT><ul> <BOUCLE_articlesT(ARTICLES){recherche} {par points}{inverse}> <li><a (...)
19 April 2012 14:50
Solved - Replies : 4
Hi erational, Thanks again for your reply. I’m trying to use a pre-made template as a base. It is Sarka-SPIP Headlines-Blue. I installed it using the spip installer, and it shows up as an active (...)
How to list Sub Sub section when Sub section is activ?
by erational
7 March 2012 06:22
Replies : 1
hello i think there is 2 solutions solution 1: using recursive loop You build the full menu using a recursive loop and with jquery you fold / unfold whatever you want using the tag "on" (...)