Welcome to Geeklog, Anonymous Wednesday, November 27 2024 @ 08:25 am EST
Geeklog Forums
Unable to edit any of the Links in the Links section
Harold
Anonymous
I created a Link and now I am unable to edit the link. When I click on the pencil, it opens the page for a new link.
This is on version 2.1.2.
This is on version 2.1.2.
27
16
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
Thanks for the report. We hope to have it fixed soon.
For more details see the issue on GitHub: https://github.com/Geeklog-Plugins/forum/issues/21
One of the Geeklog Core Developers.
For more details see the issue on GitHub: https://github.com/Geeklog-Plugins/forum/issues/21
One of the Geeklog Core Developers.
21
17
Quote
Status: offline
BruceG
Forum User
Newbie
Registered: 05/08/17
Posts: 1
The bbcode bug for buttons is fixed in the latest version at least, but this bug persists. I fixed it locally by changing line 531 of admin/plugin/links/index.php from:
to
Text Formatted Code
$display .= editlink($mode, Geeklog\Input::fGet('id'));Text Formatted Code
$display .= editlink($mode, $_GET['lid']);
22
19
Quote
Harold
Anonymous
Quote by: BruceGto
The bbcode bug for buttons is fixed in the latest version at least, but this bug persists. I fixed it locally by changing line 531 of admin/plugin/links/index.php from:
Text Formatted Code
$display .= editlink($mode, GeeklogInput::fGet('id'));Text Formatted Code
$display .= editlink($mode, $_GET['lid']);Thank you for the information, Bruce!
I had been unable to decipher the issue and the github recommendation did nothing to clarify the true issue. I ended up abandoning the use of Geeklog. I really enjoyed using it for awhile.
24
14
Quote
Harold
Anonymous
I downloaded v2.1.3 to try it out again.
The issue with being able to edit weblinks is still there.
Your code modification did the trick. Once again, thanks!!
The issue with being able to edit weblinks is still there.
Your code modification did the trick. Once again, thanks!!
21
18
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
Thanks for the report. This issue somehow got missed. I created a new separate issue for it on GitHub so it doesn't get missed again.
https://github.com/Geeklog-Core/geeklog/issues/798
One of the Geeklog Core Developers.
https://github.com/Geeklog-Core/geeklog/issues/798
One of the Geeklog Core Developers.
20
14
Quote
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
This issue is now fixed in the repository on GitHub. The correct fix is to replace the above line with:
$display .= editlink($mode, Geeklog\Input::fGet('lid'));
The only thing wrong was the name of the variable. The other fix works but is not as secure.
One of the Geeklog Core Developers.
Text Formatted Code
$display .= editlink($mode, Geeklog\Input::fGet('lid'));
The only thing wrong was the name of the variable. The other fix works but is not as secure.
One of the Geeklog Core Developers.
28
13
Quote
All times are EST. The time is now 08:25 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content