paluchgda
Forum Replies Created
-
Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Top 10 and languages in WPMLhttps://wpml.org/documentation/support/wpml-coding-api/
i think it is what we need, but i don’t know how to use it with your plugin
icl_object_id(ID, type, return_original_if_missing, language_code)Forum: Plugins
In reply to: [Top 10 - WordPress Popular posts by WebberZone] Top 10 and languages in WPMLthis is my test website, i have newest wpln on it. What do you need? Acces to my website panel or something?
Forum: Networking WordPress
In reply to: Image upload issuethanks, but not working. I will install wpmu on the same server, on the same domain but other folder.
Forum: Networking WordPress
In reply to: Image upload issuei discovered one thing
i have another wpmu on the same server but not in subfolder and it works.
Broken WPMU is on the https://www.xxx.xx/wp/
Is this problem?
Forum: Networking WordPress
In reply to: Image upload issueanyone fix this problem with uploading files into blogs? I have the same problem.
blogs.dir – exist
images are on the server when i look via ftp
no images in media and pagethis is my image with good path
https://www.pbon.pl/wp/wp-content/blogs.dir/7/files/2010/11/wwwsolutions_2.jpgthis is from dashboard
https://www.pbon.pl/wp/abcimmobilien/files/2010/11/IMG_5526-Panorama.jpgwhere is part of the path ?
abcimmobilien is wp-content/blogs.dir/7 ? If yes there is a problem with .htaccess?RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: i have a problem with domain mappingin my webhost admin panel i have a DNS section. In this section is Alias CNAME form with ALIAS and NAME box. This is it?
Forum: Networking WordPress
In reply to: i have a problem with domain mappingso, domain parked on my webhost. Not working. I need to configure something else. When i type clientdomain1.com redirect me to the master site of my webhost not to my client1’s blog
so….
cs_sidebars stored every created sidebars
when i have only one custom sidebar created and when i deleted it, in cs_sidebars is a:0:{}when in “custom sidebars” is more than one sidebar everythings is ok. I can delete, add new sidebars.
Temporary i solved this problem by deleting “cs_sidebars” from wp_options and creating custom sidebars form begining – it works.
My suggestion – it is possible to editing name and description existing sidebar?
Hi, this plugin is very usefull but i have problem with creating new custom sidebar. When i click “creat sidebar” show “The sidebar has been created successfully.” but nothing in “All the Custom Sidebars”. The same is in Widget area – only original “Primary widget area”, “Second widget area” and more.
For the first time when i used this plugin, creating custom sidebar was successful but i deleted my “test” sidebar and from now i can’t add new sidebar.
Something strange….
in Default Sidebars area is “my test” sidebar.
in Post i may assign “my test” sidebar to my post but its not working on site.In my case – nothing show in widgets area on the right side so i can’t edit anything.
help please…