Gilles VINCENT | 2 Jan 16:58
Picon
Gravatar

Re: subscribe

Hi,


you can subscribe / unsubscribe to spip-en-JM9gtpQu/Ho@public.gmane.org at this url :

.Gilles

On Thu, Jan 1, 2009 at 7:00 PM, Lawrence Auster <lawrence.auster-fOdFMYwuEsI@public.gmane.org> wrote:
subscribe

-----
Lawrence Auster,
1300 Wilson Blvd, Ste 120
Arlington, VA 22209-2312
_______________________________________________
spip-en-JM9gtpQu/Ho@public.gmane.org - http://listes.rezo.net/mailman/listinfo/spip-en

Denis PIEL | 2 Jan 19:40

SPIP NOVICE

LOOKIN FOR HELP.. I can also read French just can't write it.

I'm a total novice. And
I'm obviously not understanding what I need to do to upload spip.

I access my hosted site via FTP and then upload SPIP.
But where on my site do I do this? In what category?

Public_ftp
Public_html
Tmp
Www
Mail
Local
Etc
Access-logs

I have also set up a MYSQL data base but again don't understand what I have
to put where?

denis
Thanks for any help.

Simon Schneebeli | 3 Jan 04:54
Favicon

Re: SPIP NOVICE

Hey Denis,

Looks like you're not only new to SPIP, but also quite new to 
web-development at all.

Probably the best is to read through your hosting service documents. 
They will for example tell you to put things into public_html.

As for SPIP: it's easiest to put spip_loader.php (grab it from 
here:http://www.spip.net/spip-dev/INSTALL/spip_loader.php) into the 
folder where you want to install it and then call that file from your 
browser (something like www.mysite.com/spip_loader.php).

Then you just have to follow the instructions on the screen and without 
too much problem, you'll get to where you want.

Hope it helps. Guess you should still check the official documentation.

Simon

Denis PIEL wrote:
> LOOKIN FOR HELP.. I can also read French just can't write it.
>
> I'm a total novice. And
> I'm obviously not understanding what I need to do to upload spip.
>
> I access my hosted site via FTP and then upload SPIP.
> But where on my site do I do this? In what category?
>
> Public_ftp
> Public_html
> Tmp
> Www
> Mail
> Local
> Etc
> Access-logs
>
>  
>
> I have also set up a MYSQL data base but again don't understand what I have
> to put where?
>
>
> denis
> Thanks for any help.
>
>
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en
>   

Einar Moos | 5 Jan 20:23
Picon

Upgrading to spip version 2.0.2

Hi,

Since upgrading to 2.0.2 from 1.9.2 I get unusually blurry icons and images and some rubrique templates display

Error(s) in template
Error - undefined filter: "generer_url_site" _sites

-- but not all. Example: http://www.parisiana.com/spip.php?rubrique4

I installed 2.0.2 twice, so I know there is probably deprecated code in the old templates, yet the image deformation just baffles me.

Any advice greatly appreciated.

Thanks


--
-- einar
Einar Moos | 5 Jan 20:39
Picon

logo uploads for version 2.0.2

Hi again,

Sorry but none of the logo uploads for articles and sections in admin is functioning. Any quick hack suggestion?

Thanks,

--
-- einar
parisiana.com

Paolo | 5 Jan 21:35
Picon
Favicon

Re: Upgrading to spip version 2.0.2

Einar Moos wrote:
> *1 * <http://www.parisiana.com/spip.php?rubrique72#spip-debug> 	Error - 
> undefined filter: *"generer_url_site"* 	_sites

The page looks OK to me. Have you solved the problem?
If not, what is the URL of the template you are using?

Paolo

Fil | 5 Jan 22:42
Favicon
Gravatar

Re: Upgrading to spip version 2.0.2

>> *1 * <http://www.parisiana.com/spip.php?rubrique72#spip-debug>  Error -
>> undefined filter: *"generer_url_site"*  _sites

Yes, it's  know (and regrettable) incompatibility. You'll need to
change wherever you have |generer_url_site into
|generer_url_entite{site}

-- Fil
Denis PIEL | 6 Jan 14:46

Created but no appearing on site

I created three section with some short text plus images and they show as
green and uploaded. But on site there is nothing?? Blank pages
What to do.
I am total novice. And have fully uploaded the spip via FTP and now access
the private area.

Advice?
Thanks
denis

TN Media | 7 Jan 06:14

Additional layout for forum form (forum.html)

Dear all

I need some help on the forum template.

At the moment (default) if I use the tag #FORMULAIRE_FORUM in the 
article.html template, it will display the forum form on the public 
site. This is fine.

My problem is I need to have different layouts of the forum form (at 
least 2 layouts). One special layout for, say, all articles belong to 
rubrique 3, and the 2nd, generic (default) layout for all other articles.

How to approach this need?

I noticed that the forum form is control by the file 
dist/formulaires/forum.html. I tried to add in some Boucle loop:

<BOUCLE_abc(RUBRIQUES){id_rubrique}{id_rubrique=3}>
....
</BOUCLE_abc>

to control the layout but it doesn't work. Because no id_rubrique date 
or id_article data is pass on to this forum.html??? So how can I run a 
boucle loop in this file?

Or can I create an additional forum.html say forum2.html?? Then how can 
I direct spip to use this forum2.html instead of forum.html?
Tried to use #FORMULAIRE_FORUM2 tag but obviously it doesn't work 
automartically without some additional hack. Am I right?

Really appreciate if some of the gurus can help me out on this problem.

Regards,

Vinc.
george | 7 Jan 13:59
Favicon

Re: Additional layout for forum form (forum.html)

Hi

As you said, you can create a forum2.html template and use  
#FORMULAIRE_FORUM2 in the template of articles belonging to rubrique 3  
but you should save the forum2 template in a folder "formulaires" in  
your squelettes folder and name the articles template for rubrique 3  
"article-3.html".

George

Quoting TN Media <info@...>:

> Dear all
>
> I need some help on the forum template.
>
> At the moment (default) if I use the tag #FORMULAIRE_FORUM in the
> article.html template, it will display the forum form on the public
> site. This is fine.
>
> My problem is I need to have different layouts of the forum form (at
> least 2 layouts). One special layout for, say, all articles belong to
> rubrique 3, and the 2nd, generic (default) layout for all other
> articles.
>
> How to approach this need?
>
> I noticed that the forum form is control by the file
> dist/formulaires/forum.html. I tried to add in some Boucle loop:
>
> <BOUCLE_abc(RUBRIQUES){id_rubrique}{id_rubrique=3}>
> ....
> </BOUCLE_abc>
>
> to control the layout but it doesn't work. Because no id_rubrique date
> or id_article data is pass on to this forum.html??? So how can I run a
> boucle loop in this file?
>
> Or can I create an additional forum.html say forum2.html?? Then how can
> I direct spip to use this forum2.html instead of forum.html?
> Tried to use #FORMULAIRE_FORUM2 tag but obviously it doesn't work
> automartically without some additional hack. Am I right?
>
> Really appreciate if some of the gurus can help me out on this problem.
>
> Regards,
>
> Vinc.
> _______________________________________________
> spip-en@... - http://listes.rezo.net/mailman/listinfo/spip-en


Gmane