Al-Hadee Mohd Roslan
Forum Replies Created
-
Forum: Reviews
In reply to: [Payment QR for woocommerce] I created the english versionHola Simone.
I am interested in checking out the English version of this plugin.
Please do inform me how and where I can download it from.
Thank you.Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] Custom Table Support?Salam n Hola
Have had the chance to look into this?
Ok..
I’ve figured it out.
Your plugin only accepts Post Types with slugs up to 16 characters in length.
Anything longer than 16 characters will not be saved.
CPT UI accepts up to 20 character slugs.You may want to take a look at this part of your code.
Forum: Plugins
In reply to: [Frontend Admin by DynamiApps] cant find save as draft optionCan we have a form submit action that leaves the post status as is? Leave the post status unchanged.
Any filter snippets I could use to add Archive into the options in Future Settings and Metaboxes?
I would like to avoid directly editing the plugin source files to add this option.
I’m using PublishPress to add the “Archive” post status.
Would be nice if I can now select that in the PublishPress Future Settings.π π π
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP-accordion usageForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] FB Pixels in AMP PagesSalam n Hola
Ok.. found a way to utilize the above.
Put it into the HTML footer section.Let’s see if FB picks it up in custom audiences.
Forum: Plugins
In reply to: [Table Maker] Visible for non adminsSalam n Hola
I had to edit the plugin source code from
public function add_menu_items() { $this->page_hook = add_menu_page( __('Table Maker', 'wpsm-tableplugin'), __('Table Maker', 'wpsm-tableplugin'), 'manage_options', $this->page_slug, array($this, 'print_page'), $this->base_url . "/img/icon.png" ); }to
public function add_menu_items() { $this->page_hook = add_menu_page( __('Table Maker', 'wpsm-tableplugin'), __('Table Maker', 'wpsm-tableplugin'), 'edit_posts', $this->page_slug, array($this, 'print_page'), $this->base_url . "/img/icon.png" ); }The lines above are in the
=> table-maker/inc/class-wpsm-table-maker.phpI just changed the word “manage_options” to “edit_posts”.
The change allows Table Maker to be accessed by users who can edit posts.
I hope this helps.
- This reply was modified 9 years, 5 months ago by Al-Hadee Mohd Roslan.
Salam n Hola
Here’s an excerpt from my err.log:
[22-Nov-2016 13:01:58 UTC] PHP Warning: preg_replace(): Compilation failed: range out of order in character class at offset 4 in /home/myacc/public_html/wp-content/plugins/amp-toolbox/amp-toolbox.php on line 457
[22-Nov-2016 13:02:32 UTC] PHP Warning: preg_replace(): Compilation failed: range out of order in character class at offset 4 in /home/myacc/public_html/wp-content/plugins/amp-toolbox/amp-toolbox.php on line 409Please advise
Forum: Plugins
In reply to: [WP Multi Network] Moved A Site To No NetworkOk..
Got it now..
1. Just create a new network
2. Edit the Network (click Edit in the All Networks list)
3. Add the orphaned site (it’s listed in the Available Sites listing) into the networkI now have my networks as I wanted..
Cool.
[04-Oct-2011 09:25:17] PHP Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘wpr_processEmails’ was given in /home1/../../../wp-includes/plugin.php on line 486
I’m getting this error… any have any ideas?