Jump to content
php.lv forumi

IPB palidus lapa texta problēma


PANiK_

Recommended Posts

tātad man ir problēma kad veidoju papilus lapu.

 

piemēram kā boarda rules /?app=forums&module=extras&section=boardrules

 

tikai boaard rules gala about.\

 

kad veidoju tekstu man met tos glupos simbolus

 

http://failiem.lv/viewer.php?i=uuuobdh&n=sdwsd.png

 

mana about.php kods.

 

<?php
/**
* <pre>
* Invision Power Services
* IP.Board v3.3.2
* Board Rules
* Last Updated: $Date: 2012-01-03 10:34:06 -0500 (Tue, 03 Jan 2012) $
* </pre>
*
* @author         $Author $
* @copyright    (c) 2001 - 2009 Invision Power Services, Inc.
* @license        http://www.invisionpower.com/community/board/license.html
* @package        IP.Board
* @subpackage    Forums
* @link        http://www.invisionpower.com
* @since        20th February 2002
* @version        $Rev: 10081 $
*/
if ( ! defined( 'IN_IPB' ) )
{
   print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";
   exit();
}

class public_forums_extras_about extends ipsCommand
{
   /**
    * Class entry point
    *
    * @param    object        Registry reference
    * @return    @e void        [Outputs to screen/redirects]
    */
   public function doExecute( ipsRegistry $registry )
{    



$this->registry->output->setTitle( 'Par uForuma Projektu - ' . ipsRegistry::$settings['board_name'] );
$this->registry->output->addContent( '

āāāā

' );
       $this->registry->output->sendOutput();
   }
}

 

 

varbūt kur kāds unikods janoada vai kas. PLZZ kads zin atbildi???

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...