FIXED Problem When Hidding Url's


Goto page 1, 2  Next

Subject: Problem When Hidding Url's
This happend on my xs an also on area69

Take a look at

http://www.phpBBXS.eu/viewtopic.php?p=5151#p5151

that first messege is

Code: [Download] [Hide]
  1. [hide]  
  2.  
  3. http://www.rapidshare.com/files/1714162/anyfileforexample.rar  
  4.  
  5. [/hide] 


and i got for result

Code: [Download] [Hide]
  1. [url autourl=1164498241]http://www.rapidshare.com/files/1714162/anyfileforexample.rar[/url autourl=1164498241] 


but if i erase the spaces beetwen the codes, it's all right, like this (the second message)

Code: [Download] [Hide]
  1. [hide]http://www.rapidshare.com/files/1714162/anyfileforexample.rar[/hide] 


any reason ????
greets

Subject: Re: Problem When Hidding Url's
and first and second for me [as guest] :mryellow:


info.png
Description:  
Download
Filename: info.png
Filesize: 43.46 KB
Downloaded: 1625 Time(s)

Subject: Re: Problem When Hidding Url's
ya difus :mrgreen:
reply :P

Subject: Re: Problem When Hidding Url's
Thanks for reporting this... I'll try to chek.

Subject: Re: Problem When Hidding Url's
where is this bug going so far?, and if it is possible how do you uninstall the shorten url mod from the board ?

Profile PM  
Subject: Re: Problem When Hidding Url's
Fixed ;)

Subject: Re: Problem When Hidding Url's
still need a solution

Profile PM  
Subject: Re: Problem When Hidding Url's
yes, i don't know why before semms right the code...

Subject: Re: Problem When Hidding Url's
i still guess there something need to be involved with bb code second pass or third pass for url to be parse inside of hide tag, but i dont know where to add it in viewtopic.php

Profile PM  
Subject: Re: Problem When Hidding Url's
first and second pass are not in bbcode.php of xs

Subject: Re: Problem When Hidding Url's
Zuker wrote: [View Post]
first and second pass are not in bbcode.php of xs


what about third pass ?

Profile PM  
Subject: Re: Problem When Hidding Url's
there aren't any pass like in bbcode.php og phpbb, i think that MG wrote their own bbcode.php

Subject: Re: Problem When Hidding Url's
Zuker wrote: [View Post]
there aren't any pass like in bbcode.php og phpbb, i think that MG wrote their own bbcode.php


true. it is originally developed by Cyber Alien

suppose in normal bb code mod for phpbb, you will be adding the third pass for hide bb code mod in viewtopic.php

find:

if ( $bbcode_uid != '' )
{
$message = ($board_config['allow_bbcode']) ? bbencode_second_pass($message, $bbcode_uid) : preg_replace("/:$bbcode_uid/si", '', $message);

after add:
$message = bbencode_third_pass($message, $bbcode_uid, $valid);

i am trying to find that line in viewtopic.php but could not find it

Profile PM  
Subject: Re: Problem When Hidding Url's
Zuker wrote: [View Post]
there aren't any pass like in bbcode.php og phpbb, i think that MG wrote their own bbcode.php

Yes, third_pass doesn't exists... stop losing time trying to help this kind of requests... :wink:

Subject: Re: Problem When Hidding Url's
ok mighty ;) ...

Goto page 1, 2  Next

Page 1 of 2


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1988s (PHP: 11% SQL: 89%)
SQL queries: 15 - Debug Off - GZIP Enabled