grosshat
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Yet another subdomain problem with WPMUOf course. If you have access to the server (Apache, etc.), sure I could check some things and look at possible gaps.
If you want to follow this thread privately, email at [email protected].
Forum: Networking WordPress
In reply to: Pulling sub-site content into specific pagesMmmm, having no idea about PHP and WordPress does not help. As a global advice, I would suggest you read the basics of how WordPress manages themes and templates files:
https://codex.www.ads-software.com/Themes
https://codex.www.ads-software.com/TemplatesThere are specific files for managing posts and pages separately, since for WordPress they are different content types.
Forum: Networking WordPress
In reply to: Child Page Permalinks Not WorkingOka. When you set the permalink config, do you write it directly on ‘.htaccess’ file?
Forum: Networking WordPress
In reply to: MySQL CrashWhat do you mean with ‘crash’? If you mean a shudown/restart of MySQL service, you may find the reason by looking in the server’s error log. Checkout MySQL official documentation about how error log is stored on each plattform:
Forum: Networking WordPress
In reply to: Yet another subdomain problem with WPMUOki, that’s working properly. If your
ping
any of these domains, both point to the same server (178.77.85.78).Now, you need a proper config at WordPress leve. Do you have network enabled with subdomain? Checkout official documentation if you need the basics:
https://codex.www.ads-software.com/Multisite_Network_Administration
Forum: Networking WordPress
In reply to: Partially translated dashboard in one of network's siteFirst of all, any change of configuration (like that, related to language) must be done at data level, not at filesystem level. A WordPress multisite has only a one filesystem and different tables on the database for each site.
Secondly, sets of translations are for both what you call ‘frontend’ and ‘dashboard’. It is related with any string that belongs to WordPress.
I assume you are talking about ‘themes’ when you say ‘template’.
Best way of managing any inheritance relationship betw themes is to use parent/child themes. Checkout the offcial documentation to get the big picture:
Forum: Networking WordPress
In reply to: Child Page Permalinks Not WorkingMmmm, you talk about subdomain, but the example is not about that. Right?
Forum: Networking WordPress
In reply to: Yet another subdomain problem with WPMUYou should create an entry on your dns provider for each subdomain on the section called
A/AAAA Records
pointing to the hosting server.Forum: Networking WordPress
In reply to: Child Page Permalinks Not WorkingIf you inspect your response headers, you will see that a redirection is being applied:
HTTP/1.1 302 Moved Temporarily
Maybe:
- .htaccess?
- any plugin?
- wrong config for domain mapping?
Forum: Installing WordPress
In reply to: Multiple site developmentIt is the way multisite works: it does not generate a new filesystem for each site, but a new set of data model on database. So, you have a unique wordpress filesystem and different set of tables for each site.
To start, read the official documentation about first steps:
https://codex.www.ads-software.com/Create_A_NetworkForum: Developing with WordPress
In reply to: WordPress jcarouselliteIt’s hard to read your code without a minimal formatting.
Forum: Fixing WordPress
In reply to: Comments not workingGive us a little more info about your theme and specifically about the file ‘comments.php’.
And explain what does not work: not display comments? not allow comments? not count properly comments?…
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Patch to fix a few PHP notices@voxpelli Thanks! I found the same lots of notices. Your patch works. We are working with:
- WordPress 3.3.1
- qTranslate 2.5.28