Some tweaks to Nucleus Download Counter plugin
Installation:
Download ZIP file using the link below, unzip it and place files to nucleus/plugins directory.[download=http://www.samsonov.net/wp/assets/Pr-Nu/NP_DlCounter/NP_DlCounter_1.1.zip]
Project Nu
Nucleus toolbar in comments [plugin v. 0.4]
This version was expected to solve the an issue with multi-line link descriptions
However, I have chosen to use different technique for dialogs which makes a big change.
This is version IS NOT FINISHED.
PHP memory allocation problem
If PHP fails to allocate memory it returns one of the following errors:
- Allowed memory size of %ld bytes exhausted at %s:%d (tried to allocate %lu bytes)
OR
- Out of memory (allocated %ld) at %s:%d (tried to allocate %lu bytes)
No 1 occurs when PHP memory limit is reached and it is the limit which is controlled by memory_limit setting at php.ini.
No 2 comes from the operating system, php limit is not reached and changing php.ini will not help whatever people are advising about it.
NP_gallery 0.94 patch set 03
Quick patch set #3 for NP_gallery Nucleus plugin v. 0.94
This patch set replaces #1 and #2 and provides a fix for one additional problem.
NP_gallery 0.94 patch set 02
This patchset is outdated. Please follow the link to patchset #3.
Quick patch set #2 for NP_gallery Nucleus plugin v. 0.94
This patch set replaces the previous one and provides fixes for more problems.