![]() |
That's a very nice way of output. My Russian modification will work with your file too, as it only has to do with the filename :)
|
Thanks guys.. Linked your contributions in the first post.
|
Great hack.
Is there an easy way to separate quotes within the posts from the actual replies themselves? Right now you cannot distinguish between the two and it can be confusing. :( Having the quotes in posts generate like below would make this hack near perfect :) "Some Text" -- Poster or Poster wrote: "Some Text" |
Quote:
1) Search $post['postdate'] for (QUOTE=name) 2) Replace it with name wrote: " 3) Search $post['postdate'] for (/QUOTE) 4) Replace it with " I don't know how to do 1) and 2) but I think 3) and 4) would be: Code:
$post['pagetext'] = preg_replace("[\[\/QUOTE\]]", "\"", $post['pagetext']); EDIT: Okay, I think I figured it out. Find: Code:
$post[pagetext] = strip_bbcode($post[pagetext]); Code:
$post['pagetext'] = preg_replace("[\[QUOTE=([a-zA-Z0-9_-]*)\]]", "Originally posted by \\1:\"", $post['pagetext']); |
how can i set another picture for this hack, and where i can change phrase Download This Thread - i wont to set on croatian LAnguage
|
Quote:
Quote:
|
thanks a lot logician
|
[QUOTE=Aylwin]
Okay, I think I figured it out. Find: Code:
$post[pagetext] = strip_bbcode($post[pagetext]); Code:
$post['pagetext'] = preg_replace("[\ Quote:
Code:
$post['pagetext'] = preg_replace("[\[QUOTE=(.*?)\]]", "Originally posted by \\1:\"", $post['pagetext']); * Installed with rtf hack :) |
Thank you
Clicks Install |
Thanks for this!
|
All times are GMT. The time now is 09:45 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|