Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Adding email column search no longer works
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Adding email column search no longer works
#40308
Adding email column search no longer works 11 Years, 2 Months ago Karma: 0
You have helped me create the reports I wanted and I thought I was done, but when I went to enter the email column to my reports the report hangs and shows a blank screen.

I thought it was the email field - so I deleted: C.cb_repemail As Email and the search worked. I tried another column with email addresses and that didn't work either.
Any ideas why I can't produce an email column for my reports?
Thank you so much for your help,
Tasha


Here is my report:
SELECT
C.cb_businessname AS Business,
C.firstname AS FirstName,
C.lastname AS LastName,
C.cb_reptype As Rep,
C.cb_subs_inv_address_street AS Address,
C.cb_subs_inv_address_city AS City,
C.cb_subs_inv_address_state AS State,
C.cb_subs_inv_address_zip AS Zip,
C.cb_phone As Phone,
C.cb_repemail As Email,
C.user_id As ID,
S.expiry_date As Date,
S.plan_id AS Plan,
S.user_id AS ID,
P.name AS PlanName,P.rate AS Rate
FROM
jml_comprofiler C INNER JOIN jml_cbsubs_subscriptions S
ON C.user_id = S.user_id
INNER JOIN jml_cbsubs_plans P
ON P.id = S.plan_id
WHERE
({$REQUEST:start|empty:''} = '' OR S.expiry_date >= {$REQUEST:start|empty:''})
AND
({$REQUEST:End|empty:''} = '' OR S.expiry_date < {$REQUEST:End|empty:''})
The administrator has disabled public write access.
 
#40309
Re:Adding email column search no longer works 11 Years, 2 Months ago Karma: 748
Try to disable "Content - Email Cloak" plugin.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40359
Re:Adding email column search no longer works 11 Years, 2 Months ago Karma: 0
Thank you! Of course that worked perfectly!
I then found that I could leave the cloaking plugin on and put:
{emailcloak=off}
in the article.
This allowed the table to display the emails and left the rest of my site with email cloaking on.
Thank you so much for your help,
Tasha
The administrator has disabled public write access.
 
Go to topPage: 1