Quote:
Originally Posted by Black Tiger
Sorry, I tried but then my quickreply option will give errors. I don't have a [color= thing in my plugin, it looks exactly like I posted in my reply above.
I did it like this:
PHP Code:
$dpdataman->set_existing($doublepost); $doublepost['message'] = $doublepost['pagetext'] . "\n\n" [b]" . $vbulletin->userinfo['username'] . ' added ' . intval((TIMENOW - $doublepost['dateline'])/60) . ' Minutes and ' . ((TIMENOW - $doublepost['dateline']) % 60). ' Seconds later...' . $vbulletin->options['xen_dp_spacer'] . "[/b] "\n\n" . $post['message'];
So this is not the right way I'm doing something wrong but I don't know what.
I also tried at the same places without the " signs before or after the bold tags, but same problem occurs.
|
There should not be a quote between the \n\n and [*b*] on neither side. I'll have to post the full code for you in a bit, I can't post a little example, it's getting parsed.