Jump to content

maddmac

Members
  • Posts

    100
  • Joined

  • Last visited

Everything posted by maddmac

  1. Now that I have been playing around with this. I realized that I would like to utilize custom fields within the cards. Being able to send attached fields from the chosen PW template would make a great addition. Hoping this may be accomplished by a hook. Fond this https://stackoverflow.com/questions/49458850/setting-custom-field-values-on-a-card-with-the-trello-api
  2. Thank you sir. I've patched my install with your updates and its working. I haven't seen any issues caused by your changes to the core yet but I'll keep my eyes open. This could be a game changer for our process.
  3. Looks like a great module. I have it installed (API also looks like connected successfully, but none of the pages are being sent over to Trello as cards. All the Is there a log that shows API requests or does anyone have a suggestion?
  4. I appreciate the quick reply. I may see if If we can use the username for now. I'd probably break something. Thank you
  5. Adrian this module is great!!, Have a question regarding the new user batcher, I tried to import users with an email address instead of a username but it throws an error, any suggestions? test.user@testmail.com,changeme,test.user@testmail.com,test,guy,0,1 ProcessWire\WireException Unknown Selector operator: '[empty]' -- was your selector value properly escaped? search► File: .../public_html/wire/core/Selectors.php:518
  6. Will this module work with FormBuilder?
  7. Is there a method to sort pages by name alphabetically not by ID in the PW Admin? I imagine this is something obvious ?
  8. This is working well for me, thank you @adrian. Is there a lost password option for the login screen?
  9. Thanks for the info @Robin S I have a page where a user can select from a series of files which are then sent with a form post, these files are then zipped on the fly for the user to download. I would need to send a list of files to a form processor page that would collect the files to be zipped dynamically. Of course to do that I need a unique identifier to be passed.
  10. Is there a way to retrieve a file name and path via using the pagefile->hash? If you can't use the hash tag what other unique id can be used to retrieve files saved using the files field?
  11. Outstanding Robin, this looks amazing, I am definitely going to try this out.
  12. Is there any sort of module that emulates a tree? For example. I want to be able to be able to visual create an organizational tree. This would allow drag and drop organization of elements in the tree Like this example https://mbraak.github.io/jqTree/examples/03_drag_and_drop/ I would then return the results in an array
  13. What's the best way to exclude the current page from results without resorting to filtering the results in a FOR LOOP. $news = $pages->find("template=news-article,sort=-publish_date, publish_date<$today"); In this example If I want to exclude the current page how would I do that? Is there a sibling reference?
  14. Looking to use Hanna code with ProFields Table. Textformatter is not parsing the Hanna snippet. Can anyone give me the correct name of the formatter option since it needs to be manually added instead of selecting the TextFormatter option from the dropdown.
  15. Just a question that might be answered in a previous post. If I want to apply a class to the <a> tag how would I do this using the module options?
  16. Is is possible to use the InputfieldSelectorSelectID module with the Hannacode dialog to make a page selector? Would this be built using some type of hook?
  17. Hello, Looking for a PW developer to collaborate on a PW based project. Experience with the PW API is a must, other Restful APIs and interfacing with React JS would be ideal.. Availability needed within the month. Offsite project. Experienced PW developers only need apply. We are ready to get started ASAP. Thank you. DM me with your contact information so we can discuss further. Non Disclosure agreement will be used.
  18. I would like to redirect users from a specific role group to a specific URL upon login. Any thought on how to accomplish this?
  19. RT @HeatFan119: I need all the "REAL" Heat Fans to RT to vote for Hassan Whiteside #HeatNation #NBAVote ?????

  20. Bad Robot Interactive's Action Movie FX app adds FX to your movies! With near-future tech from @CallofDuty #BlackOps2 http://t.co/ACWg7xJmz2

  21. It shows up either way in the static source and the console.
  22. MarkupSimpleNavigation.module is the one I am using I tried stripping all the jquery scripts but still I get the stray "1". I know its not javascript since its not appearing in the source.
×
×
  • Create New...