-
Posts
75 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Mustafa-Online
-
Did any one tried to integrate "WordPress New Editor" into ProcessWire ?? I did some searches and I found this Repo on Github: https://github.com/front/drupal-gutenberg Which allows Drupal Users to use Gutenberg. Any Thoughts ?
-
How to add "Font-awesome 5" to FieldtypeFontIconPicker?
Mustafa-Online replied to Mustafa-Online's topic in General Support
@OLSA .. You Saved My Life, Thank you so much ? . -
How to add "Font-awesome 5" to FieldtypeFontIconPicker?
Mustafa-Online replied to Mustafa-Online's topic in General Support
@dragan & @louisstephens .. I uninstalled the module and installed from the github as u said, but i can only see version 4 is there any thing else i have to do .. What if i wanna change the "CSS URL" to local, how it should be written ?? . -
PW Security - Remote OS Command Injection
Mustafa-Online replied to Mustafa-Online's topic in Security
@ryan - Thanks a lot for clarifying, because since Day one i know that Processwire is the most secure project on the planet. ? -
PW Security - Remote OS Command Injection
Mustafa-Online replied to Mustafa-Online's topic in Security
I'm not a security guy, I don't know - it's all in the screen-shot. (the scan is done by someone else) -
I built a website using "Processwire" and i ran a security check using "ZAP Scanning Report" - The Result is : . How to fix this issue ? .
-
@DaveP Yes, They Didn't Update The Content Yet Unfortunately
-
MBR international is Sudanese mining company. The company aims to maximize shareholder value by through exploration and Production of precious metal and industrial mineral, MBR international mining subsidiary was established in 2015, engaged in Industrial Minerals and Metals mining and related activities including explorations, extraction and processing. **************
-
Radio Hala96 FM is a radio service that aims to promote the community through presenting a program map with creativity and thought for all groups. On March 15, 2014, Hala began a live broadcast with a unique programming program that brings you daily on a useful and exciting weekend trip. The Website Is Developed By I&S Group & Powered By The Great ProcessWire & It's Awesomeness That We All Love. .
-
Well-known sites/brands that use ProcessWire?
Mustafa-Online replied to dotnetic's topic in Showcase
Sudanese Radio Website : http://hala96.com/ -
CKEditor 4.8 comes with plenty of new features - including pasting images from Microsoft Word, clipboard enhancements for Microsoft Edge and a brand new Balloon Toolbar plugin. More On : CKEditor v4.8
-
How To "RTL" AdminTheme Core Files?
Mustafa-Online replied to Mustafa-Online's topic in Themes and Profiles
Mr. @ryan - Any Ideas ? . -
I'm Developing an "RTL" Language Website & I Use "AdminThemeUiKit" Which i can RTL Easily, The Problem is With jQuery-Ui CSS Files + Other Core Modules (Each Module Has It's Own CSS Files), What The Best Way To Accomplish What I Want ??
-
How To Use PW API With Other PHP Scripts?
Mustafa-Online replied to Mustafa-Online's topic in API & Templates
@Macrura - I Fixed It - It Was an issue with "File Including" Order .. Thank You -
How To Use PW API With Other PHP Scripts?
Mustafa-Online replied to Mustafa-Online's topic in API & Templates
@Nukro .. Just One Issue, When I Logged-In I Can't Access The Slider URL.. It Redirects Me To Admin Should I Put The Slider Folder Inside "Wire" ?? -
How To Use PW API With Other PHP Scripts?
Mustafa-Online replied to Mustafa-Online's topic in API & Templates
@Nukro .. You Are A Life Saver .. Many Thaaaaaaaanks -
Hi There, I'm Trying To Implement "jQuery-PHP Slider" Called Smart Slider Into ProcessWire Site & Every thing works fine, But I wanna Protect The Slider Page With PW Login,, I wanna use "$user->isLoggedin( )" .. How To Make The Slider Index Page Aware Of PW API ?? .
-
ProcessWire Core & jQuery Future !
Mustafa-Online replied to Mustafa-Online's topic in Wishlist & Roadmap
Personally I got nothing against jQuery, but I was wondering about the future of our beloved ProcessWire ?.. Thanks guys for your thoughts. -
Hi Everyone, all around the Internet i see developers advice to not depend on jQuery anymore, (Frameworks & CMS's ) for example: Bootstrap Bootstrap 4 Without jQuery UiKit Uikit 3 Beta-31-released Silverstripe CMS - Silverstripe and many more .. I wanna know what is the situation gonna be with (ProcessWire + jQuery)? Any RoadMaps related to it? The current included version in "wire" directory is jQuery v1.11.1 .. is it possible to use PW with Vuejs or React (I'm Talking about the core not the frond-end development)
-
Yesterday I was hoping for something like this! Really wonderful Update Thanks a lot Mr. @ryan ===> Just wondering if i can set permissions for Individual "Pages" ??
-
@maxf5 - I never tried (version 2) before .. if i find something helpful i will let you know
-
-
Try to replace "get" with "find" .. get("template=news") =====> find("template=news")