Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

Rekomendowane odpowiedzi

Opublikowano

admin/sources/classes/custom/defaults.php

Ja na php się nie znam, ale następujący fragment:

		if( $options['name'] OR $options['date'] OR $options['timestamp'] )
	{
		// sort timestamp
		if ( !$this->settings['cc_on'] AND $options['timestamp'] AND strlen( $options['timestamp'] ) == 10 AND ( intval($options['timestamp']) == $options['timestamp'] ) )
		{
			$options['date'] = $this->registry->getClass('class_localization')->getDate( $options['timestamp'], 'LONG' );
		}

		if( $options['name'] AND $options['date'] )
		{
			$output .=  $snapback . sprintf( $this->lang->words['bbc_full_cite'], $options['name'], $options['date'] ) ;
		}
		else if( $options['name'] )
		{
			$output .=  $snapback . sprintf( $this->lang->words['bbc_name_cite'], $options['name'] ) ;
		}
		else if( $options['date'] )
		{
			$output .= $snapback . sprintf( $this->lang->words['bbc_date_cite'], $options['date'] ) ;
		}
	}

zmieniłbym na:

		if( $options['name'] )
	{

			$output .=  $snapback . sprintf( $this->lang->words['bbc_name_cite'], $options['name'] ) ;

	}

Backup wskazany :)

Opublikowano

W 3.1.0

Plik:

admin/applications/forums/sources/classes/post/classPost.php

Zamieniasz:

						if( $tmp_post )
					{
						if ( IPSText::getTextClass( 'editor' )->method == 'rte' )
						{
							$raw_post .= "[quote name='" . IPSText::getTextClass( 'bbcode' )->makeQuoteSafe($tp['author_name']) . "' date='" . IPSText::getTextClass( 'bbcode' )->makeQuoteSafe($this->registry->getClass( 'class_localization')->getDate( $tp['post_date'], 'LONG', 1 )) . "' timestamp='" . $tp['post_date'] . "' post='" . $tp['pid'] . "']<br />{$tmp_post}<br />" . $extra . '[/quote]<br /><br /><br />';
						}
						else
						{
							/* Knocks out <br />  */
							$tmp_post = trim( IPSText::getTextClass( 'bbcode' )->preEditParse( $tmp_post ) );
							$raw_post .= "[quote name='" . IPSText::getTextClass( 'bbcode' )->makeQuoteSafe($tp['author_name']) . "' date='" . IPSText::getTextClass( 'bbcode' )->makeQuoteSafe($this->registry->getClass( 'class_localization')->getDate( $tp['post_date'], 'LONG', 1 )) . "' timestamp='" . $tp['post_date'] . "' post='" . $tp['pid'] . "']\n{$tmp_post}\n" . $extra . "[/quote]\n\n\n";
						}
					}

Na:

						if( $tmp_post )
					{
						if ( IPSText::getTextClass( 'editor' )->method == 'rte' )
						{
							$raw_post .= "[quote name='" . IPSText::getTextClass( 'bbcode' )->makeQuoteSafe($tp['author_name']) . "' post='" . $tp['pid'] . "']<br />{$tmp_post}<br />" . $extra . '[/quote]<br /><br /><br />';
						}
						else
						{
							/* Knocks out <br />  */
							$tmp_post = trim( IPSText::getTextClass( 'bbcode' )->preEditParse( $tmp_post ) );
							$raw_post .= "[quote name='" . IPSText::getTextClass( 'bbcode' )->makeQuoteSafe($tp['author_name']) . "' post='" . $tp['pid'] . "']\n{$tmp_post}\n" . $extra . "[/quote]\n\n\n";
						}
					}

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.