Tutrix
Tutrix
@tutrix
Noble Member
Topics: 14 / Replies: 1496
Reply
RE: Is there any SQL command to change tags in the database, so all tags saying "super funny cars" become "funny cars"?

@mplusplus for table wp_wpforo_topics update wp_wpforo_topics set tags =replace(tags,'super funny cars','funny cars'); for table wp_wpfor...

5 years ago
Reply
RE: How to remove this 'Last Post Bar' ?

@adna #wpforo #wpforo-wrap.wpft-members #wpforo-title {display: none;} 😉

5 years ago
Reply
RE: How to remove this 'Last Post Bar' ?

#wpforo #wpforo-wrap.wpft-forum #wpforo-title {display: none;}

5 years ago
Reply
RE: How to remove this 'Last Post Bar' ?

you marked Last post with 3 arrows, not the complete Bar 😉 #wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head {display: none;}

5 years ago
Reply
RE: How to remove this 'Last Post Bar' ?

@adna add this to custom css #wpforo #wpforo-wrap .wpfl-4 .wpforo-post-head .wpf-left {display: none;} Dashboard > Forums > Settings > S...

5 years ago
Reply
RE: Problem with colors

@miikinki add this to custom css #wpforo #wpforo-wrap .wpforo-last-topic-user, #wpforo #wpforo-wrap .wpforo-last-post-user{color: #ff9900;} Dashb...

5 years ago
Reply
RE: How To Add A Banner to Forum Main Page At Top

@rburwell your logo is too high with a lot of empty arearemoves the empty area then the logo displayed wideralternatively you can add this to custom...

5 years ago
Reply
RE: Extra padding in admin bar area for any user other than admin

good luck digging and tell us when you find something 😀

5 years ago
Reply
RE: Extra padding in admin bar area for any user other than admin

"Show Admin Bar for Members" set to No = means the adminbar is hiddenand only by hidden Adminbar you see the now empty margin-top 32px and the 2 co...

5 years ago
Reply
RE: Extra padding in admin bar area for any user other than admin

@fawp this is a very old problem with Wordpress when the adminbar is hidden you can find many similar questions over google search most users or...

5 years ago
Reply
RE: Extra padding in admin bar area for any user other than admin

@fawp I remove the space with the code I posted on page 1 add_action('get_header', 'remove_admin_bar_weird_css');function remove_admin_bar_weird_c...

5 years ago
Reply
RE: change the site of the forum

@moshe You have to switch your Wordpress to rtl, then wpForo will automatically use the the integrated style-rtl.css If this is too complicated...

5 years ago
Reply
RE: WpForo Side bar widget

@percysgrowroom you can use a standard HTML widget Code: <a title="example" href="https://example.com/"><img src="https://www.example.c...

5 years ago
Reply
RE: Eliminate text color option

@bragino try add this to custom css #wpforo #wpforo-wrap .mce-toolbar .mce-colorbutton {display: none;} Dashboard > Forums > Settings >...

5 years ago
Reply
RE: Marking colour

@berndg you can define the colors via css :: selection example i use these colors ::-moz-selection { background: #ff9900!important; color: #fff ...

5 years ago
Page 93 / 102