The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What is called the content of the post
Inglish
Hi all users, anyone know what the call to display the contents of the post? I mean, I put an example To make the call date of creation of the post is: {vb: datetime {vb: raw conversation.created}} and show me that code creation date> Today, 03:28 AM So too will find the code that makes the call to show the content area of the post, ie the description. Thanks for any help you can give me. regards Español Cual es el llamado del contenido del post Hola a todos los usuarios, alguien sabe cual es el llamado para que se muestre el contenido del post? Es decir; les pongo un ejemplo Para hacer el llamado de la fecha de creacion del post es: {vb:datetime {vb:raw conversation.created}} y con ese codigo me mostrará la fecha de creacion > Today, 03:28 AM Asi tambien deseo encontrar el codigo que haga el llamado para que muestre el contendio del post, es decir la descripcion. Gracias por la ayuda que me puedan brindar. Saludos |
#2
|
||||
|
||||
It's this:
{vb:raw post.message} |
#3
|
|||
|
|||
I believe that should be parsedText, which is gotten by this code..
Code:
{vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}} |
#4
|
|||
|
|||
Ingles
Thanks for the reply. I tried both codes and I experienced none apparently shows me the content of the post. I want to put in meta description, to show me the text of the post. This is the code that I inserted and I have not worked [HTML] <meta name="description" content="{vb:raw post.message}" /> [/ HTML] [HTML] <meta name="description" content="{vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}}" /> [/ HTML] It displays the text of the post Espa?ol: Gracias por la respuesta. he probado ambos codigos que me brindaron y al parecer ninguno me muestra el contenido del post. Lo quiero poner en meta description, para que me muestre el texto del post. Este es el codigo que he insertado y no me ha funcionado HTML Code:
<meta name="description" content="{vb:raw post.message}" />
HTML Code:
<meta name="description" content="{vb:action parsedText, bbcode, parseNodeText, {vb:var conversation.nodeid}}" />
|
#5
|
||||
|
||||
then you want the title instead?
|
#6
|
|||
|
|||
Ingles
desire of the subject content Espa?ol deseo el contenido del tema |
#7
|
||||
|
||||
Either you want the title or the post content?
|
#8
|
|||
|
|||
post content PS:Sorry my English is poor |
#9
|
||||
|
||||
first you say it shows you post content and you say you dont want that, you wanted post description, now you say you do want post content, in that case our answers above gave you that.
|
#10
|
|||
|
|||
Quote:
codes they gave me does not work. appears Empty Espa?ol los codigos que me brindaron no funciona. Aparece Vacio |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|