AND post_id = 123
to the query, where 123 is the post_id of the test post.AND post_id = 123
to the query, where 123 is the post_id of the test post.Can you put it together for me?JoshyPHP wrote:You can addAND post_id = 123
to the query, where 123 is the post_id of the test post.
Code: Select all
UPDATE phpbb_posts
SET post_text = REPLACE(
post_text,
CONCAT('[hr:', bbcode_uid, ']'),
CONCAT('[hr:', bbcode_uid, '][/hr:', bbcode_uid, ']')
)
WHERE post_text LIKE '%[hr:%'
Code: Select all
UPDATE phpbb_posts
SET post_text = REPLACE(
post_text,
CONCAT('[hr:', bbcode_uid, ']'),
CONCAT('[hr:', bbcode_uid, '][/hr:', bbcode_uid, ']')
)
WHERE post_text LIKE '%[hr:%'
AND post_id = 123
Code: Select all
Fatal error: Cannot redeclare class vse\abbc3\event\listener in /home/webwax5n/public_html/forum/ext/vse/abbc3/migrations/event/listener.php on line 18
you managed to install it wrong. there is no such file event/listener.php inside /migrations/. Re-install the extension.stragami wrote:after activation i get this error msg:
what i can do?Code: Select all
Fatal error: Cannot redeclare class vse\abbc3\event\listener in /home/webwax5n/public_html/forum/ext/vse/abbc3/migrations/event/listener.php on line 18
Code: Select all
class listener implements EventSubscriberInterface
Legend
and Tabs
néver kom back, or is there still hope Code: Select all
[glow=red]Yes[/glow]
No. The link is available as a courtesy for user, in case the video itself provides no link to the source, or if the video is broken, so the user has a way to get to the video.discovery wrote:hello,
Possible in the future not to see appararaitre the youtube link above the video?
http://zupimages.net/up/14/46/zjmr.png
1. yes, as the first post says: "Custom BBCodes support icons if a GIF is available, otherwise it will display as text." So just add a gif named spoiler.gif to the images/icons foldercholo981 wrote:Hello,
the extension works pretty well.
I've just a couple of questions about the customization:Thanks
- I created a custom BBcode [spoiler] to replace the one used by a mod on the old board (an inline versione of the spoil BBcode). Hoping that the STK's parse BBcode feature will do what I think it does (
), I would like to replace the text button with an icon. It's there a place/file where I can do it?
- Look like the active css is abbc3.min.css. May I use abbc3.css to be able to edit it, instead?
Of course I can copy/paste the content of the second inside the first but I would like to keep clean;
Cheers