ketri
Forum Replies Created
-
Gave 5 stars π
Thank you again
Thank you!
Perfect answer!-Petri
Forum: Installing WordPress
In reply to: Should I install a campaign WP-site in a folder or subdomain?Yes, I’ve actually installed WordPress in a subfolder with both solutions, having it’s url be what it is (a subfolder) and the site root. This should not be a problem of course =)
All I’m concerned about is the another CMS in the root, and it’s .htaccess (in the root also) or other settings that would affect the WordPress…
Forum: Installing WordPress
In reply to: Should I install a campaign WP-site in a folder or subdomain?Thanks!
What about something like .htaccess at the site root? Does the .htaccess in example.com/wordpress override it, or extend to it?
Forum: Networking WordPress
In reply to: How do I restrict users allow them only one page?Hi!
Sorry, I tried deleting this post as I got more info on the problem and needed more info and thus created more detailed post.
It’s a site where anyone can start their own popup store.
For example:
– I go to example.com and create a new user/ page for my popup store
– I edit this automatically created single page (my new home page in example.com/mypopupstorename) giving it a description, thumbnail, name, slug, address, times when it’s open etcetc.
– now anyone who goes to example.com can see all these stores (multisite pages), and anyone who goes to example.com/mypopupstorename can see my amazing pop up storeThat’s it in a nutshell.
By using Sitewide Tags -plugin I can now get all these “home pages” from different users in my “main site” (whatever it’s called in a multisite) and loop them in the homepage of my site. Also users can of course create accounts and edit their homepage.
I’ll still need to do things like:
– create some (mandatory) custom fields for these pages. So every new user and their page would have them
– also I’d like to restrict users from creating new pages etc. I’ve restricted most stuff with Menus -plugin so users don’t see or can access anything but pages in their backend
– automativally rename the automatically generated “example page” named after the page the user has created, and make that their frontpage
– create a front end registration
– etc.Forum: Networking WordPress
In reply to: How do I restrict users allow them only one page?Thank you. I’ll try it out.
I also found this: http://ww.wp.xz.cn/plugins/menus/
It seems to do what I need it to do but my project is still pretty open about several solutions so I’ll definitely check your recommendation also.ps. if we get this fixed quickly, I’ll promise to donate! =)
Forum: Fixing WordPress
In reply to: How to block access to my child-theme directory?Thank you!
Now I’m still wondering what causes this issue in this particular site.
What normally blocks access to theme-folders, wp-content etc?Thanks. This seemed to do the trick. Although I ran into an issue where I had first translated the slug from finnish to finnish. Then switched the language of the strings to finnish so I could translate the english version correctly. But I believe I got it all under control now.
Thanks!
Thanks Caridad Zapatero Contreras!
This got me in the right direction. At least when I made a new WP-installation and set up the WPML after creating a Custom Post Type I could set the language in which the existing strings where in.
I’ll see if I can also use this with the existing installation =)Forum: Fixing WordPress
In reply to: How to have a loop on a page on twentytvelwe?Ok. I added
if ( have_posts() ) : while ( have_posts() ) : the_post(); // Display content of page get_template_part( 'content', get_post_format() ); wp_reset_postdata(); endwhile; endif;from page of posts to the top of my page of posts-template and it works.
Thanks!Forum: Fixing WordPress
In reply to: How to have a loop on a page on twentytvelwe?Thank you!
I used this template for page of posts in twenty twelve -theme. The posts work but the content of the page doesn’t show. Should I customize the page of posts somehow to have the content of the page also appear?
Forum: Hacks
In reply to: Functions.php: How to make wordpress figure out the siteurl and home by itself?Thank you.
Forum: Hacks
In reply to: Functions.php: How to make wordpress figure out the siteurl and home by itself?Found this which has code that goes in to config.php.
How would one use this? Can I now use a database that has any home and siteurl -values?
function WP_LOCATION () { $script_path = realpath(dirname($_SERVER['SCRIPT_FILENAME'])); $wp_base_path = realpath(dirname(FILE) . DIRECTORY_SEPARATOR . '..'); $web_subfolder = substr( $script_path, strlen($wp_base_path)); $wp_path = $web_subfolder ? substr( dirname($_SERVER['SCRIPT_NAME']), 0, -strlen($web_subfolder) ) : dirname($_SERVER['SCRIPT_NAME']) ; $retval = 'http' . ($_SERVER['HTTPS'] ? 's' : null) . '://' . $_SERVER['HTTP_HOST'] . $wp_path ; return $retval; } define('WP_HOME',WP_LOCATION()); define('WP_SITEURL',WP_LOCATION());Hello!
This topic seems a little old, but what is the status? I’ve tried translating the plugin with WPML plugin, and also the one that you recommended kandrews, but no success so far.
If translating this is possible somehow, a step-by-step guide would be super appreciated!
I tried other similar plugins for posting job applications, but this one is so much better than the others and I’d much rather use this.
I’ll definitely make a donation if I can just get this handled!