'page' => XenForo_Input::UINT,
));
$posts = $this->_getPRPostModel()->getPostsContaining($input['find']);
'page' => XenForo_Input::UINT,
'silent' => XenForo_Input::UINT,
'limit' => XenForo_Input::UINT,
'offset' => XenForo_Input::UINT
));
$posts = $this->_getPRPostModel()->getPostsContaining($input['find'], array(
'limit' => $input['limit'],
'offset' => $input['offset']
));
$dw->setExistingData($post, true);
$dw->set('message', $message);
$dw->setExistingData($post, true);
if($input['silent']) { $dw->set('last_edit_date', 0); }
$dw->set('message', $message);
You install the addon, find patterns you wish to change, form an expression to match those patterns, then provide a replacement string to change all stuff that matched your pattern.
I would if I could but I can't so I won't (because at the moment I still don't know what you need help withShould have been more clear, I haven't been having any luck with the regex or the replacement strings
Would you tell me what I need to input?
Hey up EQ,
that was for my other forum goldismoney2.com, and it worked. The other on my av is a startup much as you are doing with the POS kit. Good luck, as it is needed out there. Went to Co, and it was the wild wild west with legalization.
How can I find and replace
withCode:[ATTACH=full]
?Code:[ATTACH]
attach=
#(\[ATTACH)=full(])#siu
\1\2
Sorry see that you updated your post now...
Quick Find:
Code:attach=
Regular expression:
Code:#(\[ATTACH)=full(])#siu
Replacement String:
Code:\1\2
We use essential cookies to make this site work, and optional cookies to enhance your experience.