-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By EyeDentify
I as have been a bit confused for some time about how the "Markup Regions" functionality in Processwire worked.
But i have know read a bit more and think that i am getting to grips with it. And Markup Regions is going to be huge.
To aid me in understanding Markup Regions better i started to read the Source code for the new "Regular" theme in conjunction with the Blog about the markup regions.
It helped me a great deal to understand the basics and more fine details of it.
A tip is to open both links and use the Source code of the "Regular" theme while reading the blog post.
The Source code:
https://github.com/processwire/processwire/blob/dev/site-regular/templates/_main.php
The Blog post:
https://processwire.com/blog/posts/processwire-3.0.62-and-more-on-markup-regions/
I hope this could help others starting out with markup regions.
Just take it slow and read it a couple a times and soon you will see the greatness of markup regions.
/EyeDentify
-
By EyeDentify
Hello Fellow forum members.
I wanted to share two links to a guide and a cheatsheet concerning Crontab and Cronjobs.
This is a result of me doing some research in how Cronjobs work and how to use it and i thought i share for other beginners use.
So the guide that got me started and is a good reference is:
A Comprehensive Crash Course Into Cronjobs (sitepoint)
And also i found this sort of cheatsheet and database of cronjob configurations handy:
Corntab - the Crontab GUI
I hope these tips can help any beginners like myself get up and running with cronjobs.
-
By Guy Verville
I am getting suddenly this error while trying to make some hannacode (Setup/Hanna Code). My site in local work perfectly, but not on the production site. Any idea?
Class 'ProcessWire\TextformatterHannaCode' not found in /...site/modules/TextformatterHannaCode/ProcessHannaCode.module:190
Stack trace:
#0 [internal function]: ProcessHannaCode->___execute()
#1 /.../wire/core/Wire.php(347): call_user_func_array(Array, Array)
#2 /.../wire/core/WireHooks.php(548): ProcessWire\Wire->_callMethod('___execute', Array)
#3 /.../wire/core/Wire.php(370): ProcessWire\WireHooks->runHooks(Object(ProcessHannaCode), 'execute', Array)
#4 /.../wire/core/ProcessController.php(240): ProcessWire\Wire->__call('execute', Array)
#5 [internal function]: ProcessWire\ProcessController->___execute()
#6 /.../wire/core/Wire.php(347): call_user_func_array(Array, Array)
#7 /.../wire/core/WireHooks.php(548): ProcessWire\Wire->_callMethod('___execute', Array)
#8 /.../wire/core/Wire.php(3 (line 190 of /home/guyvervi/public_html/site/modules/TextformatterHannaCode/ProcessHannaCode.module)
I am using the latest version of PW (3.27)
-
By Guy Verville
I get this error on my site. I'm using the the 3.0.18 branch. Any idea?
Error: Class 'ProcessWire\TextformatterHannaCode' not found (line 190 of /home/guyvervi/public_html/site/modules/TextformatterHannaCode/ProcessHannaCode.module)
This happens when I try to access Setup > Hanna Code
-
By Peter Knight
I'd like to see better Hanna Code management and I think 4 things could greatly assist.
1 - Tags
to be able to tag a piece of Hanna Code in the same manner as we tag templates. We could then see the list of Hanna Codes arranged in the same format as templates. IE broken down by tag.
2 - Usage
On the Hanna Code list i'd also like to see a column called Pages (and Templates?) telling me how many pages and templates use my Hanna Code. Again, similar to the Templates layout.
3 - Filter / Find
The Find page has a tab called Filters for searching by template, field etc etc. In fact, I can filter by almost anything except Hanna Codes.
4 - Descriptions
To be able to add a plain text description to a Hanna Code. I try to name my HCs in a helpful way such as
Get-Video
Get-Investor-News
etc
Sometimes I have several variations of the above and I'd like an at-a-glance way to distinguish them without having to click into the HC or at least be able to see the description once I've clicked in.
Anyone else feel the same or do I use HC more than most?
-