Sure, try this: https://support.google.com/chromebook/answer/95472?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Callow-pop-ups-and-redirects-from-a-site
Hi, I am not a PHP programmer and I suspect this is a common issue that has nothing to do with PHP Gift Registry and everything to do with large tech companies locking things down... My install of PHP Gift Registry, which I set up for the wife, has been working for years. Her family discovered that the Javascript popups don't work in any version of Chrome and Edge. The site runs, but comments can't be clicked on, nothing happens. In Safari and Firefox, everything works. The family is low key annoyed...
Thanks Rod, I'll look at merging this in. It will be on GitHub though, not here. Perhaps you'd like to put up a pull request?
I changed the code in shop.php inside the "copy" action to: if ($row = $stmt->fetch()) { $desc = $row["description"]; $source = $row["source"]; $url = $row["url"]; $comment = $row["comment"]; $price = $row["price"]; $cat = $row["category"]; $ranking = 1; $quantity = 1; $image_filename = ""; $stmt = $smarty->dbh()->prepare("INSERT INTO {$opt["table_prefix"]}items(userid,description,price,source,ranking,url,category,comment,quantity,image_filename) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"); $stmt->bindParam(1,...
I'm doing a small amount of modernization work such as: supporting MySQL 8 (including foreign keys) supporting PHP 7 becoming Docker-ready This is happening on GitHub since Sourceforge is trash. The repo is here: https://github.com/generalpf/phpgiftreg I'm not going to "cut a release" like I used to (that was ten years ago!) but rather support the modern way of doing things. After I get that done I'll try to go through my emails from the past ten years and respond, asking for a pull request. Thank...
I'm doing a small amount of modernization work such as: supporting MySQL 8 (including foreign keys) supporting PHP 7 becoming Docker-ready This is happening on GitHub since SourceForge is trash. The repo is here: https://github.com/generalpf/phpgiftreg I'm not going to "cut a release" like I used to (that was ten years ago!) but rather support the modern way of doing things. After I get that done I'll try to go through my emails from the past ten years and respond, asking for a pull request. Thank...
This fixed it all for me as well.
Copying using the I want this too link fails to copy the item but does deliver the success alert.
Or more correctly, see the fix for bug [36]
Updating user information not working
Changing src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" to src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" in all the .tpl files in ./templates seems to fix the comments not popping up (and makes the Admin menu work again)
Changing src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" to src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" in all the .tpl files in ./templates seems to fix the comments not popping up (and makes the Admin menu work again)
Popups when using https
Hi dear, I am very confuse for create and login of shopper , where is page this?
I should mention I recently upgraded the server's PHP and MySQL.
I and my users cannot log in. Log in page takes us to a blank page. I downloaded...
Hi, I just installed the gift registry and it works nicely, but it shows a score...
phpgiftreg-2.1.1 The ellipsis that are the comment buttons don't do anything when...
phpgiftreg-2.1.1 The ellipsis that are the comment buttons don't do anything when...
Ryan, were you every able to look into this issue? Thanks.
Hi iyan, you simply have to remove the type:ISAM from the sql file everywhere they...
I submitted a patch to add gift suggestions (see https://sourceforge.net/p/phpgiftreg/patches/14/)...
Gift Suggestions patch
i have been trying to install this on a shared hosting account using cPanel but have...
did you have any luck with this? i am getting the same error and i have been trying...
I cannot do step 6 (create Apache alias) because I am on a shared server, and when...