Questions tagged [reply]

257 questions
0
votes
0 answers

KeyError from configparser.py when executing Twitter Bot

I tried to make a Twitter bot from https://github.com/joaquinlpereyra/twitterImgBot The installations went well and successfully but the problem came when I tried to execute it. Below is the code for my config in the config.py. Keys and Tokens…
joey wong
  • 1
  • 2
0
votes
0 answers

SMS reply not being received

I set up a basic Twilio app 2 weeks ago that receives certain keywords and returns relevant info. This was all working fine until a day or so ago, now if I send a message I get no reply. Yet when I check my twilio log it shows the message being…
ACT PJW
  • 1
  • 1
0
votes
1 answer

exchange, forward emails using reply to from original message

I have Microsoft Exchange: We use a main company email (main@domain.com) to send mail on behalf of users (user@gmail/Hotmail/own .com): User sends an email to another user, our system sends the message as main@domain.com and then uses the senders…
itguru
  • 15
  • 5
0
votes
1 answer

'comment_popup_link()' with different #ID on Genesis Framework

I want to add a "comment" and "reply" links under every post on my Wordpress theme. Standard "comment_popup_link()" function creates such link: http://website.com/page/#comments What I want is to create another one, next to the above, looking like…
Lukasz Formela
  • 447
  • 4
  • 17
0
votes
0 answers

I can't reply to the sender of the email without cut and paste their address

I have a site currently hosted by yahoo.My PHP form can send emails both to myself and a copy to the sender. if( isset($_POST) ){ //form validation vars $formok = true; $errors = array(); …
0
votes
1 answer

Mailboxer ArgumentError in ConversationsController#reply

I have tried to implement a Mailbox using this tutorial. http://www.sitepoint.com/messaging-rails-mailboxer/ My 'reply' function doesn't work well. The reply message did get posted but every time I am being shown with these errors. It didn't get…
ikanyu
  • 305
  • 4
  • 14
0
votes
1 answer

My wordpress comment reply not working, please i need a solution

I formerly used a Wordpress theme where users could make comments on items I posted and also could make replies on comments made by other users on my Wordpress site. I later changed my theme on Wordpress and I used a callback in my comment list in…
0
votes
1 answer

How to make a reply box appear below its comment

I'm trying to make a reply box appear below its own comment, instead of at the end of all the comments. For anyone trying to create their own Wordpress comment list, it would be very helpful. As of now, I have tried:
BlueHelmet
  • 511
  • 2
  • 5
  • 18
0
votes
1 answer

Wordpress comment reply causing accordion to collapse

My Wordpress comment box is wrapped inside an accordion. Once checked, the comments appear below. When you click "reply" under one of the comments, the page reloads and the accordion is collapsed again. It takes you to a blank space on the page,…
BlueHelmet
  • 511
  • 2
  • 5
  • 18
0
votes
1 answer

I want to get object attributes from suds reply with Python but it contains 'return'

I have this suds reply (reply){ return = (return){ lineGroup[] = (LLineGroup){ _uuid = "{4065AB99-B8AB-6B97-C930-AC3816346346}" name = "Failover" }, …
M. P.
  • 107
  • 1
  • 10
0
votes
0 answers

Comments Replying UX/UI

So I am developing a forum in which I can have comments being replyied over comments. This can go forever in many levels of replying using a recursive algorythm. I want to avoid the classic reply ui experience where the replying comment is nested…
skoumas
  • 189
  • 3
  • 12
0
votes
0 answers

How to create a web service in java with Reply To parameter

Hi I am working with a REST web services in java and I am looking for a solution for handling the reply of the service. I want if client call the service it will pass another URL to the REST service so that it will automatically reply to that…
Utsav
  • 1,593
  • 4
  • 22
  • 46
0
votes
1 answer

VBA attachment naming script opens two replies

I have a script which I use to list attachments in an email I am replying to. It has been working fine for a few days since I last adjusted it but today it has started opening an extra reply window when it reaches the End Sub line. I’ve tried…
Cassiopeia
  • 313
  • 1
  • 4
  • 16
0
votes
1 answer

How Can Put ul List Within Outside div by Using CSS

Hi i have this html markup below in my wordpress comment list First Comment Second Comment First Reply For Comment Two Third Comment and this is my css code this is my css code…
Shwan Namiq
  • 631
  • 8
  • 21
0
votes
1 answer

Using Request/Reply in SAGA NserviceBus

I'm creating a SAGA in NServiceBus. This saga is handling some string which has to be transformed then validated and finally imported. These three actions are separate services. I want the actions as separate handlers in NServiceBus. I'm using the…
StefanHa
  • 727
  • 8
  • 19