xagorvangard
Forum Replies Created
-
Forum: Plugins
In reply to: [Asgaros Forum] The idea of to widgetThanks Yworld. Works like a charm! I appreciate the reply and guidance.
Forum: Plugins
In reply to: [Asgaros Forum] Widget VisibilityGot it. Thanks for the explanation. Make sense. Regards.
Forum: Plugins
In reply to: [Asgaros Forum] The idea of to widgetHi,
I was looking for something like this. How to add at that code to the plugin?
Thanks,
XagorForum: Plugins
In reply to: [Asgaros Forum] Like/Dislike button voting FeatureYWorld,
Can I ask which Like button plugin you are using? WP Ulike has not been updated in 8 months and the author is not replying to the questions I posted.
Thank you in advance.
Forum: Plugins
In reply to: [Wise Chat] I can't upload/view imagesHi,
I turned on the Debug and followed your instruction. The red DEBUG MODE box did show up at the bottom but there is no code that was produced in the box? It’s blank.
Any ideas?
Forum: Plugins
In reply to: [Asgaros Forum] Like/Dislike button voting FeatureAsgaros,
Thanks for the lesson on where to put the code. You are right it worked that way but per page basis. Now I just need to find out how to do it per post basis.
Thanks again for the help!
Forum: Plugins
In reply to: [Wise Chat] I can't upload/view imagesHello,
I’m having the same issue. I’m on Windows Platform. My php.ini has the following code:
open_basedir = c:/inetpub/wwwroot/
Since I have multiple site on the same IIS, the second site that has the wordpress wise chat is on a subfolder:
c:/inetpub/wwwroot/subfolder
The secutiry settings of wwwroot folder has IIS_IUSRS has Full Controll access (All rights checked).
Am I missing something?
Forum: Plugins
In reply to: [Asgaros Forum] Like/Dislike button voting FeatureThanks for the respond. Unfortunately, I’m not that familiar with hooks and I’m lost on what I need to do. I did find a plugin that I maybe able to use. It’s called WP ULike. It has this function.
Function:
<?php if(function_exists(‘wp_ulike’)) wp_ulike(‘get’); ?>
Can I get assistance on how to implement this?
Sorry, just learning how WordPress works.
TIA