Reset Hits For PageBuilder Pages - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Reset Hits For PageBuilder Pages

CS

Carlton Stout

SP Page Builder 3 years ago

I know how to reset Joomla4 native articles hits to zero in MyPhp, but this does not reset the article hits for SP PageBuilder. How do I do that? Thanks

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #93051

Hi Calton,

by now only from Database editor like PHPMyAdmin, edit page record and "0" reset there.

OR

you have to create a new page and export-import content from orginal page.

OR

Save as Copy - it should be "0" hits as well in new page.

1
CS
Carlton Stout
Accepted Answer
3 years ago #93064

Thanks Paul,

Before I saw your post I found this technique (which you mentioned) about database editing. I'll post below the technique for others to follow...

At my hosting site cPanel,

  1. I went to phpMyAdmin
  2. clicked on the respective database from the left column
  3. clicked on the Query tab near the top
  4. typed into the lower coding box [update '#####'_sppagebuilder set hits = 0] replace '#####' with your own respective prefix and without the quotes. Complete; now just look at your SP PageBuilder Pages dashboard to verify the hits are at 0.
0