![]() |
Formatting in user-defined template
I've come across a problem when trying to output a formatted series of fields into a post, in that a 'newline' (or a <br /> doesn't appear to be recognized when the string is submitted.
Briefly; I've created a plugin that allows for a new thread post to have its own template - let's say its for a review. The new template is being called by the relevant hook (newthread_post_start), and the template has several fields in addition to the main comment box (i.e. name of book, author, date of publication, date reviewed, rating). These field values are being picked up correctly, and what I want to do is to collate them all, and place them into the $vbulletin->GPC['message'] store. In order to do that, I pick up the field values after the form is submitted and assign them to variables that are concatenated, but each with a newline for spacing. For example: Code:
$newline = chr(13) . chr(10); Obviously, $rev_message contains $vbulletin->GPC['message'] which is brought across from the hook, and is the main wysiwyg/editor text content. As you can see, the above assigns $newline with the character values of a lf and cr, but this does not output. I've also tried to substitute "<br />" and "\r\n" into $newline, all to no avail (in fact the saved post simply displays the <br /> or \r\n as characters). Does anyone know what the lf/cr values are that are interpreted properly by the core function in order for this to output correctly into a post? Sorry if some of this doesn't make sense; it's quite a frustrating problem :( TIA for your assistance |
PHP Code:
|
Thanks for the response, Opserty... unfortunately all that does is outputs the text PHP_EOL instead of the line breaks :(
|
What is the exact code you are using? (That you've changed it too now)
|
I've tried both:
PHP Code:
PHP Code:
|
Ok undo those changes you made and try:
PHP Code:
|
:up:
This seems to have done the trick; I'll now wait for the users to make posts and check, but from the looks of it, it's now working :) Many thanks for your assistance on this one, opserty; much appreciated :) |
No problem, you could shorten it to a single line like:
PHP Code:
|
indeed... already coded the conditional shortcut :) thanks again :)
|
All times are GMT. The time now is 02:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|