Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
04/19/15 12:21:33PM
1,353 posts

Removing Timeline From Profiles Replacing with Comments


Design and Skin Customization

Yes thank you! will work on it this evening and let you know how it goes
derrickhand300
@derrickhand300
04/19/15 08:36:27AM
1,353 posts

Removing Timeline From Profiles Replacing with Comments


Design and Skin Customization

I would like to remove the Timeline altogether from profiles ( see attached)
and replace it with a comment box/comment wall on the user profiles
When a user leaves a comment for the profile owner I would like it to send an email message telling the profile owner he has a new comment...

Can this be done in templates or will it require a module?

Just curious

Thanks
Capture.JPG.jpg Capture.JPG.jpg - 29KB

updated by @derrickhand300: 05/23/15 08:39:31AM
derrickhand300
@derrickhand300
04/19/15 06:00:13AM
1,353 posts

How to Change Group Ownership


Ning To Jamroom

Paul changed the ownership on a couple groups for me....but only a few "ARE YOU SURE YOU WANT TO DO THIS?' :) I did....and it actually did present some unforeseen problems for me that took some time to fix/delete

I cannot remember exactly what they were now....but it was tough at the time
derrickhand300
@derrickhand300
04/19/15 05:56:55AM
1,353 posts

Can I turn off Comment Wall in Groups?


Ning To Jamroom

You can also use the batch edit tool to quickly get rid of some of those 7000 comments :)
derrickhand300
@derrickhand300
04/19/15 05:45:19AM
1,353 posts

User ID Question For Cometchat


Design and Skin Customization

Its actually written that way at the cometchat website in their example- I though maybe there was a reason for it i did not understand...thanks Gary- when I get a few cups of coffee down I will try the smarty you used and see if it works for me :)
derrickhand300
@derrickhand300
04/19/15 05:37:54AM
1,353 posts

User ID Question For Cometchat


Design and Skin Customization

Thank you Gary

Im really disappointed in it for sure-got a question though

it your example you leave the closing off the

<a>  where I added the  </a> to mine 

I thought maybe it was a cometchat typo....is is supposed to finish without the closing slash?
derrickhand300
@derrickhand300
04/18/15 07:17:21PM
1,353 posts

User ID Question For Cometchat


Design and Skin Customization

Trying this code-If I click on a users "Chat With Me" on their profile
<a href="javascript:void(0)" onclick="javascript:openChatMe('{$unique_id}')">Chat with me</a>
still nothing opens for me-Right click and inspect code shows its getting a ID# 17236 shown here

<a href="javascript:void(0)" onclick="javascript:openChatMe('17236')">Chat with me</a>

With this code installed others can click on my profile "Chat With Me" and it opens a chat box but says i am offline ( I am not)- I click on theirs and nothing happens


But again it returns the user id now...

I found comet chat from posts of people here using it so I was hoping someone had already worked this out...

Have renamed jqcc.cometchat in the script because I think it was calling on their hosted server and not mine...
updated by @derrickhand300: 04/18/15 07:18:42PM
derrickhand300
@derrickhand300
04/18/15 06:57:47PM
1,353 posts

User ID Question For Cometchat


Design and Skin Customization

Thanks UJ
I added the code as a template to the page-when I click on "Chat With Me" nothing happens..
Right click on it and "inspect Source" I get the following
<a href="javascript:void(0)" onclick="javascript:jqcc.cometchat.chatWith('profile_id=');">Chat with me</a>

Still trying to get it right-it looks like it cannot get the code from within the smarty brackets
updated by @derrickhand300: 04/18/15 06:59:30PM
derrickhand300
@derrickhand300
04/18/15 11:31:40AM
1,353 posts

User ID Question For Cometchat


Design and Skin Customization

I am working on installing a third party chat from profile using
<a href="javascript:void(0)" onclick="javascript:jqcc.cometchat.chatWith('profile_id=$_profile_id');">Chat with me</a>

This is not working and I am trying to find the corret code for

('profile_id=$_profile_id')  I have also tried ('{profile_id=$_profile_id}')

Any help appreciated

Here are some links in configuring this
http://www.cometchat.com/documentation/developers-api/javascript-api/

i know several members here use cometchat and wonder if they have configured this already?
updated by @derrickhand300: 05/22/15 04:56:49PM
derrickhand300
@derrickhand300
04/17/15 07:48:57AM
1,353 posts

In principle, can we place multiple search boxes on a single page using widget panels?


Using Jamroom

You can do it but it takes some custom coding...ran into this and a similar issue in that pagination will only work in one place on a page
ie
Cant have pagination at the bottom of a page AND inside a widget...
  93