darekk2
Forum Replies Created
-
Forum: Plugins
In reply to: [Link Library] Moderate new links displays php error messagesYes, I didn’t noticed that.
Yet another stars rating displays errors also during Stylesheet – Submit. Even upgraded to 1.6.6 version.- This reply was modified 7 years, 7 months ago by darekk2.
Forum: Plugins
In reply to: [Link Library] HTML links in descriptions don’t work any moreSo this is intended. But they were working before in the small description field, what was useful. Because sometimes supplementary links are needed.
Forum: Plugins
In reply to: [Link Library] HTML links in descriptions don’t work any morein link descriptions.
Forum: Plugins
In reply to: [Link Library] HTML links in descriptions don’t work any moreSo far I removed all quotations flanking urls.
Forum: Plugins
In reply to: [Link Library] All Links – Private filter doesn’t workNo, it seems that they are filtered, but not marked as private like in the full list.
So far I replaced manually in descriptions, notes, titles and textfields:
"..."by„...”
[a href="..."]..[/a]by[a href='...']..[/a]
line braks (\n in the search sql)by[br /]
using the phpMyAdmin database.
And created later csv file was imported smoothly to the Microsoft Access table.Forum: Plugins
In reply to: [Link Library] Simple edition doesn’t work perhaps.urls get saved now, so this is ficed.
Forum: Plugins
In reply to: [Link Library] Web Link LabelThis works perfectly.
“weblink” is getting replaced by ‘weblink’ after saving configurations, but this does not affect anything.Forum: Plugins
In reply to: [Link Library] Categories sorting in the link simple editorOh, both came from WordPress, but WordPress is inconsistent because made them in different way.
Forum: Plugins
In reply to: [Link Library] No parent category name on subcategories pagesCategories with “cat” variable in the url have the same list categories as their parent category, but list obly own name.
For example:
https://darz-bor.info/katalog-przyrodniczych-stron-www/przyroda-i-jej-ochrona/?cat=owady
and its parent:
https://darz-bor.info/katalog-przyrodniczych-stron-www/przyroda-i-jej-ochrona/Both have the same list of categories in their code:
[link-library-cats settings=1 categorylistoverride=”284,273,272,271,269,268,265,263,262,249,243,241,235,242,237,236″]
[link-library settings=1 descoverride=1 categorylistoverride=”284,273,272,271,269,268,265,263,262,249,243,241,235,242,237,236″]
[link-library-addlink](child category looks like a copy of parent and is generated automatically, does not have own post). Maybe this needs to be configured somehow additionally or changed.)
Actually in this link library, parent categories pages are made as articles, not posts.
Noticed later:
When I have chosen parent category as parent one using combox in the child category (owady), links on the page of the child category dissapeared (!?).Forum: Plugins
In reply to: [Link Library] Simple edition doesn’t work perhaps.6.0.47 have not appeared in my WordPress yet. I don’t wont download it from it’s webpage and will wait.
Forum: Plugins
In reply to: [Link Library] Categories sorting in the link simple editorYes, quick editor, I didn’t know how to translate it’s name.
So you used part of WordPress and it can’t be sorted like in main editor.Forum: Plugins
In reply to: [Link Library] Categories sorting in the link simple editorThis is the regular editor.
Imagine such list of categories:
categor a [ ]
categor b [ ]
categor c [ ]
categor d [ ]
categor e [ ]
categor f [ ]
categor g [ ]Mrked categories appear at the beginning:
categor d [v]
categor f [v]
categor a [ ]
categor b [ ]
categor c [ ]
categor e [ ]
categor g [ ]but only in the regular editor, not simple one. In simple one they are not on the top:
categor a [ ]
categor b [ ]
categor c [ ]
categor d [v]
categor e [ ]
categor f [v]
categor g [ ]And such list needs to be scrolled down to see, what is checked.
or \” and \n could be used. This is probably consistent with csv format. But maybe you have reason to not add any additional text.
phpMyAdmin replaces ” by \”, at least in Excel mode.
But such markes would look strangely.- This reply was modified 7 years, 10 months ago by darekk2.
Forum: Plugins
In reply to: [Link Library] “&” search in urlsThank you, this is not very important.