Harpinder
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive TwentyTen] [Plugin: Responsive TwentyTen] Other themes ?Thanks Todd for your prompt and comprehensive reply.. this information will certainly help me.
Thanks,
HarpinderThis is very strange as i haven’t added any code that save data every time a page is posted. Infact, i had already implemented a condition that checks whether checkbox is checked or not. If it is checked, only then it allows specific function to call.
Any idea by anybody is appreciated.
Thanks,
Forum: Plugins
In reply to: [User Role Editor] [Plugin: User Role Editor] Copy editor roleYes, i got it. Thank you !
Forum: Plugins
In reply to: [User Role Editor] [Plugin: User Role Editor] Copy editor roleThanks Ayman.
Dear Vladimir, i am not able to find ‘Make copy of:’ anywhere on this screen. Could you please guide me through some screen shots for doing this ?
Thanks in advance.
Regards,
HarpinderHi,
Please provide me more details of this bug, so that i can fix this.
Browser used, when do you think pages are saving as draft (in Administration OR front end page), any other infor, so that i can track the issues.
‘
Thanks in adv.Forum: Plugins
In reply to: Get current page id in custom pluginHi,
I am using below code in my plugin:
global $post;
$postID = $post->ID;This is not under any function, but this seems to not work… This is also not working:
get_the_ID();
Is there something i am missing (file, function etc) ?
Any help on this will be appreciated…
Thanks,
HarpinderForum: Fixing WordPress
In reply to: threewp broadcast questionsAny body there for this question?
Regards,
HarpinderForum: Plugins
In reply to: [User Role Editor] Multisite setup gives "usermeta" table errorHi Vladimir,
Issues seems to be fix now… I have tested this plugin for both Network & Site wide … working fine for me.. no php errors.
Thanks for correcting the issue.
Harpinder
Forum: Plugins
In reply to: [User Role Editor] Multisite setup gives "usermeta" table errorHello ,
Thanks for your response.
I understand that on Multi Site environment, it makes no sense to activate a plugin per site. I have done Network Activate first, it has givne me error then. Then i activated per site, it has give the above error. Now, i have done Network Activate once again and now it is giving me following erorr many time:
WordPress database error Table ‘DB_NAME.wp_2_usermeta’ doesn’t exist for query SELECT count(*)
FROM wp_2_usermeta
WHERE user_id=1 AND meta_key=’wp_2_capabilities’ AND meta_value like ‘%administrator%’ made by require_once, do_action, call_user_func_array, ure_init, ure_is_admin, ure_has_administrator_roleSo, basically it is throwing error in both cases for me: Per site and Network Activate.
Please let me know if you need more info.
Thanks,
HarpinderForum: Fixing WordPress
In reply to: threewp broadcast questionsHi there,
I like this plugin very much. but i think tjsherrill has asked a very genuine question. If i add a new site, should i need to go to site (from where i linked pages to other sites) pages again, edit it, tick the new site and then save each and every page one by one ?? and guess if there are too many pages to link to new site !!
I would appreciate if somebody reply to this post?
Thanks,
HarpinderForum: Networking WordPress
In reply to: Permalinks not workingThanks for this info. You’r very right for AllowOverride setting. I have created cms.conf file and i not set this option there. Now, i have done this in cms.conf file and its working fine..
Thanks a lot for you support.
Harpinder
Forum: Networking WordPress
In reply to: Permalinks not workingThanks for replying me promptly…
I just checked my httpd.conf file and i think it is already “ALL”:
<Directory “C:/var/www/html”>
#
# Possible values for the Options directive are “None”, “All”,
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that “MultiViews” must be named *explicitly* — “Options All”
# doesn’t give it to you.
#
# The Options directive is both complicated and important. Please see
# https://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be “All”, “None”, or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all</Directory>
I found this in another module, alias_module also.
anyway, if you could just tell me where this page point to https://local.cms/sample-page/ … index.php ??
Forum: Networking WordPress
In reply to: Permalinks not workingThanks! I am doing this development in my local m/c. Here i have got another site also, but not multi site setup. Only single site setup. There all permalinks works fine.
I thought i need to do some special for multi site setup but where not sure?
ok and where these permalinks are stored then?
Forum: Networking WordPress
In reply to: Permalinks not workingBy OFF, did you mean default setting like use of https://local.cms/?p=123 ?
One more thing .htaccess file code remains same irrespective of any “Permalink Settings” in WP. Whether it is Custom Structure or Default or Day and name.
Also, as told earlier, when i change the permalinks to “https://local.cms/?page_id=2” … links actually works!
Not sure what i am missing?
Forum: Networking WordPress
In reply to: Permalinks not workingthanks for reply. My .htaccess has following code:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
an clue what i need to change here….
thanks,