Notifications
Clear all

wpForo 1.x.x [Closed] pictures, videos, quotes

10 Posts
3 Users
0 Reactions
4,003 Views
Sofy
Posts: 5550
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi mace0ace,

To solve the issue related to quotes use the following CSS code, put it in Dashboard > Forum > Settings > Styles > Custom CSS Code. 

blockquote p:before {
   content: "" !important;
}

The problem with images has no relation to wpForo. Have you migrated from another forum?  

 

 

Please try to execute this SQLs in Hosting Service cPanlel > phpMyAdmin > WP Database > SQL tab, it should solve the issue.

UPDATE `wp_wpforo_posts` SET `body` = REPLACE(`body`, 'https://jyxo.info', '//jyxo.info');

If the table prefix is not wp_ change it before executing.

Please backup the database before this manipulation.


Posts: 6
Topic starter
(@mace0ace)
Active Member
Joined: 7 years ago

thank you, it will take some time.
I do not know about migrating from another forum, but the images may appear if we remove them from the link: "https: //" - will be tested.

video links youtube do not create previews, this issue will be resolved?

Thank you


Posts: 6
Topic starter
(@mace0ace)
Active Member
Joined: 7 years ago

the quote problem is resolved, but the code needed to be placed elsewhere - Appearance, editor, CSS editor  thanks
problem with pictures is solved
The last question is: Can we instead of a link to youtube videos, show thumbnails?

https://wotko.cz/forum/ostatni-temata-a-flame/u-dory-a-gustava-pokec/#post-768


thanks for the help.


Robert
Posts: 10599
Admin
(@robert)
Support Team
Joined: 10 years ago
Posted by: mace0aceThe last question is: Can we instead of a link to youtube videos, show thumbnails?

https://wotko.cz/forum/ostatni-temata-a-flame/u-dory-a-gustava-pokec/#post-768


thanks for the help.

You can display Youtube video instead of link if you use the custom code mentioned here:

https://wpforo.com/community/general-discussions/original-wp-embed-function-for-youtube/#post-1875

For other video embedding options I recommend wpForo Embeds addon:

https://gvectors.com/product/wpforo-embeds/


Posts: 6
Topic starter
(@mace0ace)
Active Member
Joined: 7 years ago

it's not a custom code, it's a link to a post in a forum with youtube video


Page 2 / 2