robint
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPoints] "Likes" HookHey JD,
Thank you. That one worked ??Forum: Plugins
In reply to: [WordPoints] "Likes" HookJust seeing if you got an email?
If the contact form doesn’t work is there anything else I could try to contact you.Forum: Plugins
In reply to: [WordPoints] Top Users WidgetAmazing. It worked perfectly.
Did you receive my email about a “likes” module ?
Robin
Forum: Plugins
In reply to: [WordPoints] Top Users WidgetWow!
Didn’t expect you to create a module for me! Greatly appreciated!I tried to re-code it, as I realised it wasn’t “username” , but I’m using “display_name” for the permalinks.
However the spaces aren’t reading as a dash;
E.g what should be user/arooj-aftab
loads up as user/arooj aftab – page not foundI simply renamed user_login to display_name.
Hope you can help fix this issue.
Forum: Plugins
In reply to: [WordPoints] "Likes" HookI’ve tried that , but for some reason when I click on “submit”
It says SSL error connection.
??
Forum: Plugins
In reply to: [WordPoints] Add Points Shortcode to PHPGot it to work with ;
<li><a href="https://guysandgirls.directory/top-user-points/"> Points(<?php echo do_shortcode( '[wordpoints_points points_type="points"]' );?>)</a></li>
Forum: Plugins
In reply to: [WordPoints] "Likes" HookIs there a way to email you? As I’d prefer not to make my comments public.
Robin ??
Forum: Plugins
In reply to: [WordPoints] Add Points Shortcode to PHPNearly there,
It’s displaying apart from the number.
I’m adding it to the header.phpTherefore it requires a hook call.
Similar to;<?php $fep = new fep_main_class(); $numNew = $fep->getNewMsgs(); ?>
Placed just above;
<li><a href="https://xxxx.com/top-user-points/"> Points(<?php wordpoints_display_points( $user_info->ID, 'points', '' ); ?>)</a></li>
Forum: Plugins
In reply to: [WordPoints] Add Points Shortcode to PHPForum: Plugins
In reply to: [WordPoints] Add Points Shortcode to PHPI’m trying to add it to the menu bar;
<?php $points = $wordpoints_display_points(); ?> <li><a href="https://website.com/top-user-points/"> Points (<?php echo $wordpoints_display_points( $author->ID; ?>)</a></li>
What have I done wrong?
Forum: Plugins
In reply to: [WordPoints] Top Users WidgetCan you show me how and where I can hyperlink the username ?
I’m not great with coding, but I know how to copy and paste ??
The hyperlink needs to be user/%username% for my site ??
Forum: Plugins
In reply to: [WordPoints] Top Users WidgetI can’t seem to find it in the “widgets.php”
Forum: Plugins
In reply to: [WordPoints] Top Users WidgetForum: Plugins
In reply to: [Front End PM] Front End NotificationHow can I display this in my wordpress menu in the header.php?
e.g
Profile
Messages ( 1 )
Settings
..I’ve been only able to link it.
- <i class=”fa fa-inbox fa-lg”> </i> Messages
I want to add notifications next to it.
Forum: Plugins
In reply to: [Front End PM] Some "vital" suggestions / changes to improve the plugin.I agree with Hyflex.
I’m trying to code in number 3) into my menu, and having a lot of difficulty.
Robin.