Ульрих | 3 May 2013 18:58
Picon

announcement, reminder, message

Hi

I am having a problem with sending announcements, reminders, messages.

My SPIP version is 3.0.8 [20422], but this problem persists now for a  
few previous versions.

The routine http://domain.tld/ecrire/?exec=messages does not accept  
either editing an existing or writing a new entry of this kind. The  
"send" procedure runs forever, i.e. it does not save anything.

As I said, I am using an untouched new version of SPIP and get the  
same error even with the original templates from squelettes-dist.

Did anybody have this problem and/or does anybody know how to solve it?

Thanks for any help,
Ulrich

Serge Markitanenko | 29 Apr 2013 12:36
Picon

Expire date for article

Greeting,
I'd spent last week-end trying to make the "expire date" for article,
but failed.

I'm setting the expire date in #DATE_REDAC field, but I could not
create criteria,
that prevent an article to display on the public area of the site
after the expiration date.

Does anyone have any idea about?

Best regards,
Serge
Kamran Mir Hazar | 21 Apr 2013 19:36
Picon

facebook doesn't show thumbnail of the images within the articles

Hi,
Maybe you have experienced the same issue. Here it is 2-3 months that facebook doesn't show thumbnail of the images within the articles. I used also the following link to debug page, but notthing changed:
I have SPIP 3.0.8 [20422].
Any help?
Thank you
Kamran 
<div><div dir="ltr">
<div>Hi,</div>
<div>Maybe you have experienced the same issue. Here it is 2-3 months that facebook doesn't show thumbnail of the images within the articles. I used also the following link to debug page, but notthing changed:</div>
<div><a href="https://developers.facebook.com/tools/debug">https://developers.facebook.com/tools/debug</a></div>
<div>I have SPIP 3.0.8 [20422].</div>
<div>Any help?</div>
<div>Thank you</div>
<div>Kamran&nbsp;</div>
</div></div>
Ульрих | 30 Mar 2013 11:57
Picon

#ANCRE_PAGINATION

Hello

I have two pagination systems (in different templates and different  
variables) on the same page. I find it difficult to address them  
individually. It seems that the page selector from the second  
pagination uses the first anchor for adjusting the following page.

Is there a way to distinguish the anchors?
kamran_mirhazar | 28 Mar 2013 16:16
Picon
Favicon

SPIP language

I have modified files of a language and I want to change the name of the language in public site (Language option/ translation versions etc). Can you please let me know how to do that?
I have SPIP 3.0.7 [19905].
Thank you
Kamran

<div><div><div>
<div>
<span>I have modified files of a language and I want to change the name of the language in public site (Language option/ translation versions etc). Can you please let me know how to do that?</span><br>
</div>
<div><span>I have SPIP 3.0.7 [19905].</span></div>
<div>Thank you</div>
<div>Kamran</div>
<div><br></div>
</div></div></div>
kamran_mirhazar | 25 Mar 2013 03:14
Picon
Favicon

More fields for petition form

Hello,
I'm using latest version of SPIP (19905). I activated petition for some articles. I want to add some more required fields such as position and country. Can you please let me know how to do that?
Thank you
Kamran

<div><div><div>
<div>Hello,</div>
<div>I'm using latest version of SPIP (19905). I activated petition for some articles. I want to add some more required fields such as position and country. Can you please let me know how to do that?</div>
<div>Thank you</div>
<div>Kamran</div>
<div><br></div>
</div></div></div>
Serge Markitanenko | 22 Mar 2013 13:24
Picon

Could not create new article in a big database

Greeting,

I had the matter with SPIP 2.1.13 that contains over 120 000 articles.

I tried to create a new artcile. After pressing "Submit" button ,  I've got a blank screen and nothing more.
I'd checked the error_log and had seen the error

PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /ecrire/req/mysql.php on line 500, referer: http://www.domain.com/ecrire/?exec=articles_edit&new=oui

After it I'd comment the following strings in /ecrire/action/editer_article.php in function insert_article

/*
 pipeline('post_insertion',array('args' => array('table' => 'spip_articles','id_objet' => $id_article),'data' => $champs));
*/

And article creation began to work.

I have the only question  - what I've done and what will be the result of my code modification? )))


Best regards,
Serge






 
<div>
<div>Greeting,<br>
</div>
<div><br></div>
<div>I had the matter with SPIP 2.1.13 that contains over 120 000 articles.</div>
<div><br></div>
<div>I tried to create a new artcile. After pressing "Submit" button
,&nbsp; I've got a blank screen and nothing more.</div>
<div>I'd checked the error_log and had seen the error</div>
<div><br></div>
<blockquote class="gmail_quote">

PHP Fatal error:  Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /ecrire/req/mysql.php on line 500, referer: <a href="http://www.domain.com/ecrire/?exec=articles_edit&amp;new=oui">http://www.domain.com/ecrire/?exec=articles_edit&amp;new=oui</a>
</blockquote>

<div><br></div>
<div>After it I'd comment the following strings in /ecrire/action/editer_article.php in function insert_article</div>
<div><br></div>
<div>/*<br>&nbsp;pipeline('post_insertion',array('args' =&gt; array('table' =&gt; 'spip_articles','id_objet' =&gt; $id_article),'data' =&gt; $champs));<br>

*/<br>
</div>
<div><br></div>
<div>And article creation began to work.</div>
<div><br></div>
<div>I have the only question &nbsp;- what I've done and what will be the result of my code modification? )))</div>
<div><br></div>
<div>

<br>
</div>
<div>Best regards,</div>
<div>Serge</div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div><br></div>
<div>&nbsp;</div>
</div>
ben wyss | 25 Feb 2013 15:24
Picon

recorded article id into a second table

Hello,

When a new article is created, I would like the article id to be recorded into a second table eg.
'spip_bridge'. I am wondering what the best way to do this is? Do I need to create a whole new plugin? Can I
simply modify the spip/prive/formulaires/editer_article.php file? Or do I need to use the
mes_options.php file?

Thank you in advance.
Ben
Serge Markitanenko | 19 Feb 2013 09:50
Picon

Matter with big table inside an article

Greeting,
I have an article with a spip marked table inside #TEXTE.
You know what I mean:

| cell1 | cell2 | 

I have over 33 000 string in the table. 

The #TEXTE output show nothing. 
Only with #TEXTE* and #TEXTE** tags I could get the content, but it's not formatted.

SPIP 3.0.5

What could be the reason and the solution of that?

Best regards,
Serge


<div>
<div>Greeting,<br>
</div>
<div>I have an article with a spip marked table inside #TEXTE.</div>
<div>You know what I mean:</div>
<div><br></div>
<div>| cell1 | cell2 |&nbsp;</div>
<div><br></div>
<div>I have over 33 000 string in the table.&nbsp;</div>

<div><br></div>
<div>The #TEXTE output show nothing.&nbsp;</div>
<div>Only with #TEXTE* and #TEXTE** tags I could get the content, but it's not formatted.</div>
<div><br></div>
<div>SPIP 3.0.5</div>
<div><br></div>
<div>What could be the reason and the solution of that?</div>

<div><br></div>
<div>Best regards,</div>
<div>Serge</div>
<div><br></div>
<div><br></div>
</div>
Ульрих | 13 Feb 2013 18:20
Picon

Swiss Army Knife: Division in pages and tabs

Hello

I am using SPIP 3.0.5 with the tool "Division in pages and tabs" from  
the plugin "Swiss Army Knife".

This works fine as long as I don't selct an article to display with  
the criterion "{par hasard}". With the plugin enabled this criterion  
selects any page of an article "par hasard" (not nessecerily the 1st  
one) and the plugin selects any other article instaed of the next  
page of the current article.

How should I modify my boucle to use both, the plugin and the  
criterion, in the same template?

Thanks for any help.

  

Ульрих | 3 Jan 2013 11:16
Picon

Image reduction

Hello

I am having difficulties with the presentation of floated (either left or right) images in the text.

E.g., the image has a physical width of say 400px. It has a caption and a description underneath. Using 

<div class="texte">
[(#TEXTE|image_reduire{350,0})]
</div>

gives proper results.

Now I want to decrease the image presentation without changing the physical image dimensions (i.e. no document editing): I changed the lines from above to

<div class="texte">
[(#TEXTE|image_reduire{200,0})]
</div>

As a result the presentation of the image itself has changed from width=350 to width=200 as it should be. The width "reserved" for the image, however,  has not changed. It is the same width as before. That means now a blank area appears next to the right hand side of the image.

It seems that this behavior only occurs with images having a caption and/or a description. The width of these texts don't change as the image does.

Thanks for any help.

Ulrich 

P.S.: Why not changing the physical image dimensions of the image? - I use the same images in different templates with different functions. 
<div>
<div>Hello</div>
<div><br></div>
<div>I am having difficulties with the presentation of floated (either left or right) images in the text.</div>
<div><br></div>
<div>E.g., the image has a physical width of say 400px. It has a caption and a description underneath. Using&nbsp;</div>
<div><br></div>
<div><div>
<blockquote type="cite">
<div>&lt;div class="texte"&gt;</div>
<div>[(#TEXTE|image_reduire{350,0})]</div>
<div>&lt;/div&gt;</div>
</blockquote>
<br>
</div></div>
<div>gives proper results.</div>
<div><br></div>
<div>Now I want to decrease the image presentation without changing the physical image dimensions (i.e. no document editing): I changed the lines from above&nbsp;to</div>
<div><br></div>
<div><div><blockquote type="cite">
<div>&lt;div class="texte"&gt;</div>
<div>[(#TEXTE|image_reduire{200,0})]</div>
<div>&lt;/div&gt;</div>
</blockquote></div></div>
<div><br></div>
<div>As a result the presentation of the image itself has changed from width=350 to width=200 as it should be. The width "reserved" for the image, however, &nbsp;has not changed. It is the same width as before. That means now a blank area appears next to the right hand side of the image.</div>
<div><br></div>
<div>It seems that this behavior only occurs with images having a caption and/or a description. The width of these texts don't change as the image does.</div>
<div><br></div>
<div>Thanks for any help.</div>
<div><br></div>
<div>Ulrich&nbsp;</div>
<div><br></div>
<div>P.S.:&nbsp;Why not changing the physical image dimensions of the image? - I use the same images in different templates with different functions.&nbsp;</div>
</div>

Gmane