Unofficial modifications
nieoficjalne modyfikacje for?w phpBB by Przemo

Modyfikacje mniejsze - rss feed 2.2.4

Solinarius - Wto 09 Maj, 2006
Temat postu: rss feed 2.2.4
Kana? rss, opis konfiguracji w pliku rss.mod.txt
kidzior - Wto 09 Maj, 2006

Zainstalowane u mnie na Forum. Jeszcze si? bawi? jak tego u?ywa?. :)

Swoj? droga, to chyba powinny si? pojawi? ikonki w pasku adresu (Opera) :?:

paszczak000 - Wto 09 Maj, 2006

A ja proponuj? topics_anywhere. RSS te? tam ?adnie dzia?a a by ikonka by?a dodajesz wpis w overall_header.tpl:
Kod
<link href="http://www.thecamels.org/forum/topics_anywhere.php?mode=show&amp;out=rss2.0&amp;f=a&amp;n=10&amp;a=y&amp;s=y&amp;l=y&amp;m=y&amp;h='a\'s\'m\'p\'l\&amp;b=non" rel="alternate" type="application/rss+xml" title="thecamels.org - forum" />

tak jak u mnie na torum

kidzior - Wto 09 Maj, 2006

Skasowa?em wi?c t? modyfikacje,poniewaz mi nie odpowiada?a. W zamian mam b??d
Kod
Parse error: syntax error, unexpected T_FUNCTION, expecting '{' in /mnt/c0d2p2/www/niezalezni/forum/includes/bbcode.php on line 65


Zobaczcie u mnie na Forum. :/

paszczak000 - Wto 09 Maj, 2006

w 65 linijce w pliku forum/includes/bbcode.php brakuje znaczka {
Sprawd?, czy dobrze skopiowa?es kod

kidzior - Wto 09 Maj, 2006

To linie od 53 do 67.
Gdzie jest b??d, bo albo ja ?lepy, albo nie widz?. :P

Kod
}
function load_bbcode_template()
/**
* Prepares the loaded bbcode templates for insertion into preg_replace()
* or str_replace() calls in the bbencode_second_pass functions. This
* means replacing template placeholders with the appropriate preg backrefs
* or with language vars. NOTE: If you change how the regexps work in
* bbencode_second_pass(), you MUST change this function.
*
* Nathan Codding, Sept 26 2001
*
*/
function prepare_bbcode_template($bbcode_tpl)
{
global $lang;

Solinarius - Wto 09 Maj, 2006

Przed
Kod
function load_bbcode_template()

wklej:
Kod
function undo_htmlspecialchars($input)
{
$input = preg_replace("/&gt;/i", ">", $input);
$input = preg_replace("/&lt;/i", "<", $input);
$input = preg_replace("/&quot;/i", "\"", $input);
$input = preg_replace("/&amp;/i", "&", $input);

return $input;
}

kidzior - Wto 09 Maj, 2006

Nie da?o rady. Mam kod jaki powinien by? i takie problemy:

Kod
Parse error: syntax error, unexpected T_FUNCTION, expecting '{' in /mnt/c0d2p2/www/niezalezni/forum/includes/bbcode.php on line 74


Linie od 50 do 80 wklejam:

Kod
$input = preg_replace("/&amp;/i", "&", $input);



return $input;

}
function undo_htmlspecialchars($input)
{
$input = preg_replace("/&gt;/i", ">", $input);
$input = preg_replace("/&lt;/i", "<", $input);
$input = preg_replace("/&quot;/i", "\"", $input);
$input = preg_replace("/&amp;/i", "&", $input);

return $input;
}
function load_bbcode_template()
/**
* Prepares the loaded bbcode templates for insertion into preg_replace()
* or str_replace() calls in the bbencode_second_pass functions. This
* means replacing template placeholders with the appropriate preg backrefs
* or with language vars. NOTE: If you change how the regexps work in
* bbencode_second_pass(), you MUST change this function.
*
* Nathan Codding, Sept 26 2001
*
*/
function prepare_bbcode_template($bbcode_tpl)
{
global $lang;

$bbcode_tpl['olist_open'] = str_replace('{LIST_TYPE}', '\\1', $bbcode_tpl['olist_open']);

$bbcode_tpl['color_open'] = str_replace('{COLOR}', '\\1', $bbcode_tpl['color_open']);

Solinarius - Wto 09 Maj, 2006

Kod
define('BBCODE_UID_LEN', 10);

// global that holds loaded-and-prepared bbcode templates, so we only have to do
// that stuff once.

$bbcode_tpl = null;

/**
* Loads bbcode templates from the bbcode.tpl file of the current template set.
* Creates an array, keys are bbcode names like "b_open" or "url", values
* are the associated template.
* Probably pukes all over the place if there's something really screwed
* with the bbcode.tpl file.
*
* Nathan Codding, Sept 26 2001.
*/

function undo_htmlspecialchars($input)
{
$input = preg_replace("/&gt;/i", ">", $input);
$input = preg_replace("/&lt;/i", "<", $input);
$input = preg_replace("/&quot;/i", "\"", $input);
$input = preg_replace("/&amp;/i", "&", $input);

return $input;
}
function load_bbcode_template()
{
global $template;
$tpl_filename = $template->make_filename('bbcode.tpl');
$tpl = fread(fopen($tpl_filename, 'r'), filesize($tpl_filename));

// replace \ with \\ and then ' with \'.
$tpl = str_replace('\\', '\\\\', $tpl);
$tpl = str_replace('\'', '\\\'', $tpl);

// strip newlines.
$tpl = str_replace(array("\n", "\r"), '', $tpl);

// Turn template blocks into PHP assignment statements for the values of $bbcode_tpls..
$tpl = preg_replace('#<!-- BEGIN (.*?) -->(.*?)<!-- END (.*?) -->#', "\n" . '$bbcode_tpls[\'\\1\'] = \'\\2\';', $tpl);

$bbcode_tpls = array();

eval($tpl);

return $bbcode_tpls;
}

Zr?b na przyk??dzie mojego

[ Dodano: 2006-05-09, 17:55 ]
i nast?pnym razem wiedz, ze przed znaczy przed a nie po :P

kidzior - Wto 09 Maj, 2006

Juz po b?lu, dzi?ki ogromne.

Swoj? drog?. Jest to kod z wyci?tym kodem RSS :?:

Solinarius - Wto 09 Maj, 2006

Nie mam poj?cia o co pytasz :> Sprecyzuj kt?ry kod i do czego go chcesz.
kidzior - Wto 09 Maj, 2006

A, bo mi si? pomyli?o. Niczego nie b?d? ju? precyzowa?. Tak b?dzie lepiej. Dla nas. ;)

[ Dodano: 2006-05-10, 15:01 ]
Kod
<link href="http://www.radiolodz.pl/niezalezni/forum/" rel="alternate" type="application/rss+xml" title="Lista Niezale?ych" />


Jak zmieni? w takim razie ten link, aby si? w pasku adresu pojawi?a ikonka RSS? Co? pewnie trzeba doda? do adresu, zgadza si? :?: tylko co? Jak on powinien by? przerobiony?

Kula - Sob 26 Sie, 2006

moj rss niedzia??
http://gozda3.webd.pl/forum/index.htm

link :

<link href="http://gozda3.webd.pl/forum/index.htm" rel="alternate" type="application/rss+xml" title="Forum Graficzne" />


Powered by phpBB modified by Przemo © 2003 phpBB Group