PDA

View Full Version : Pasivevideo & Links


DungBeetle
09-01-2008, 05:31 PM
I use some mode the file function_newpost (dont want live links)

Original

$urlReplaceArray = array(
"\\2\\4"
);

Change with


$urlReplaceArray = array(
"\\2\\4"
);

And put inside this

$text = str_replace("[/code]\r\n","\r\n",$text);
$text = str_replace("\n[code]","\n",$text);

Then I Censorship words

But now when I buy the passivevideo the any url going to code and can view the video.

So I want to know is some solution to have both mods and enjoy of the both?
I tried to combine with Censorship words but nothing help.
Can I put something in function_newpost to avoid bbcode if I put some links from youtube or something similar

DungBeetle
09-03-2008, 11:56 AM
Any clue?

Videx
09-05-2008, 01:50 AM
Sorry, I don't understand any of that. Sounds like you're trying to modify modifications - always a bad idea unless you're familiar with coding.