gVectors Support
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: [wpForo Forum] change iconHi @gnfb,
Sorry for the late response.Is there anyway to change the icon of a topic to a thumbnail image of what the topic is about?
I’m really sorry but there is no way to upload your own topic icons.
However, we suggest you check out the following support topic, here the wpForo members provide some CSS solutions: https://wpforo.com/community/how-to-and-troubleshooting-2/replace-font-awesome-icons-with-images/and also i f i may can one embed a url say youtube video etc in the topic write area?
I’ll suggest you check out the wpForo Embeds add-on.
- This reply was modified 5 years, 10 months ago by gVectors Support.
- This reply was modified 5 years, 10 months ago by gVectors Support.
- This reply was modified 5 years, 10 months ago by gVectors Support.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Track Comments in Google AnalyticsHi @jupplidhupplid,
Please follow the steps below:
1. Put the following code in the active theme’s functions.php file:
add_filter("wpdiscuz_comment_post", function ($response) { $response["callbackFunctions"][] = "myFunction"; return $response; });2. This code should be added in the active theme’s JS file:
wpdiscuzAjaxObj.myFunction = function () { //here should be added the custom code for tracking comments in Google Analytics }
Viewing 2 replies - 1 through 2 (of 2 total)