Jump to content


Soma

Member Since 18 Jul 2011
Offline Last Active Today, 11:44 AM
*****

Posts I've Made

In Topic: $input->urlSegment1 returns nothing?

Today, 11:43 AM

It works fine here.

In Topic: Page selector getting users with specific role

Today, 11:06 AM

Sure you can.

$pages->find('template=user, roles=editor')

Or same with $users

In Topic: File upload error

Today, 10:25 AM

Welcome tron1000.

 

If you put stuff in /wire/ core it will get overwritten if you update PW.

 

Custom stuff and plugins belong to the /site/ or /site/modules folder.

 

I guess it's that php files aren't allowed to be accessed inside site or wire folder and blocked by htaccess.

 

In TinyMCE you have a configuration field you can install plugin from within a folder outside. Look for example this thread http://processwire.c...mce-inputfield/


In Topic: MarkupSimpleNavigation

Today, 06:32 AM

There is, the parent option add classes to all parents.

In Topic: Ability to translate username different from pagename

Today, 06:20 AM

And good old Soma has even a module for it: https://gist.github....matonic/2311994