How to disable "url" variable in engine file.
How I can disable "url" variable in Wordpress Articles engine?
I'm getting many failed submissions because of "1/1 required variable "url" was not used in form." error.
I would like to post links only inside the article not under it.
Is it safe to simply remove:
url=%url%
from engine file?
I'm getting many failed submissions because of "1/1 required variable "url" was not used in form." error.
I would like to post links only inside the article not under it.
Is it safe to simply remove:
url=%url%
from engine file?
Comments
It seems that gsa can not find url variable because it is not able to log into wordpress admin panel.
I think I know why:
In most of the wordpress pages where I'm trying to post my article password is sent by email but that email content is different from the original wordpress message, so gsa Is not able to correctly scrape password.
I've checked and account data from gsa is not working on websites that it tries to submit.
I found this in engine file that is probably responsible for extracting password from email:
[email_pw]
type=extract
front=Password:
back1=\n
back2=<
back3=" "
remove html=1
must have=!http://
Is it possible to somehow let gsa know that when "Password" text is not present it should look for something els? I would like to have like second [email_pw] that will work on websites with changed confirmation email.
Thanks a lot for your help Sven