totzkie
Forum Replies Created
-
Forum: Plugins
In reply to: Display all colmns dataI figure it out… $wpdb->get_col is needed..
Forum: Plugins
In reply to: maximum execution time of 30 seconds exceededHi Ming Sheu, I would like to say thank you very much. Finally, It works, I just insert set_time_limit() into my plugin process section, and no need to configure the config.php. I didn’t encounter the error anymore.
Thank you very much again and more power.Forum: Plugins
In reply to: maximum execution time of 30 seconds exceededwhat do you mean by testing adding set_time_limit() to my plugin code? Is that mean I will just add set_time_limit() somewhere in my plugin code? But yes, I have read the documentation on how to fix the problem but it states that I should insert set_time_limit() in the config.php file of wordpress. Unfortunately, I don’t know how to implement that process with the use of my plugin.
Forum: Plugins
In reply to: maximum execution time of 30 seconds exceededoh I see, I never thought that it is not allowed on basic hosting. So it depends on the webhost .
Thanks for the reply.Forum: Plugins
In reply to: maximum execution time of 30 seconds exceededactually, the project I am doing is for our school sake. And the plugin need more than 30 seconds to process. So that, I need to include in my plugin to automatically set the time limit before starting process.
Could you help me how to do this or just give me a hint? I really need to done this as soon as possible. Thanks…
Forum: Networking WordPress
In reply to: Programatically Add New Siteooh… I got it past 20mins ago…I’ve never seen the network activate earlier… thanks to you and more power..
Forum: Networking WordPress
In reply to: Programatically Add New Sitedo you know how to do it via code? what I want is to automatically activate my plugin in the newly site that I had created when I attempt to add new site.. I do searching and all i found out is for single site WordPress and try it into multisite but it didn’t work.
Forum: Networking WordPress
In reply to: Programatically Add New Siteooh… im sorry.. i miss that part…
I commented the codes for creating pages…
Another concern: Is there’s a way to programmatically activate the plugin instead of user manually click it? is somebody done this before? because the codes for creating pages were successfully work when I activate my plugin from the new site that I’d created. but I want it to navigate automatically.
please notify me if I’ve done wrong… I really need help for this project.. thanks again in advance.
Forum: Networking WordPress
In reply to: Programatically Add New SiteHi Rod Whiteley.. thanks to you… I’d tried the site-new.php codes insert into my plugin function and edit some stuff without further understanding the codes due to my poor experience. but its succesfully add another site.. but I have another problem regarding in programmatically adding page inside this function. I want in my plugin function to add new site and add new page simultaneously.
Here is my sample code
[Code moderated as per the Forum Rules. Please use the pastebin]Its successfully add new site but it didn’t add new page.
Pls help me to solve this… need to finish this ASAP… Thanks in advance..
Forum: Networking WordPress
In reply to: Meta Name for each Pagesso.. it means… it will not work in wordpress multisite?