cyprus_di_minda
Forum Replies Created
-
Forum: Plugins
In reply to: Indesign to WordPressYes I′ve got an quote from woodwing as well wich is about 8.000€.
I′m not shure if it makes sense to invest such an amount. I′ve got a date with one of the Key Account Managers of one Woodwing Partner.
At the moment I′m still in the research phase. And I think you are researching as well. So I will inform you about the date on monday.
At the moment I ask myself wether there is a possibility to catch the indesign xml and xslt files.
Just some thoughts.Cy
Forum: Plugins
In reply to: Indesign to WordPressHello,
I′m facing the same challenge, a Designed Magazin with 164 sites should be available on IPad. The magazine should look the same way on the ipad like it looks like on the iPad. There seem to be an solution from a company named woodwing but it′s preety expensive and I would prefer WordPress.
Do you have any more solutions found out yet.
One of my ideas was just to make jpegs from the magazin pages. But these were just a first thought.Have a nice day.
Forum: Networking WordPress
In reply to: individual MU Registration Page possible?Okay I′m still fighting with this topic.
Let me describe what I did do and maybe I can help other soulmates with an solution.
First I tried the solution David gave me in this post.
If I use this codefunction ds_my_signup_page() { $page = 'https://mydomain/signup/'; return $page; } add_filter( 'wp_signup_location', 'ds_my_signup_page' ); if( strpos($_SERVER['REQUEST_URI'], 'wp-signup.php')) wp_redirect('signup/');
I get an Error
The Errormessage is
function ds_my_signup_page() { $page = 'https://mydomain/signup/'; return $page; } add_filter( 'wp_signup_location', 'ds_my_signup_page' ); if( strpos($_SERVER['REQUEST_URI'], 'wp-signup.php')) wp_redirect('signup/');
If I don′t use it and link direkt to https://mydomain/signup/ it works fine.
But I′m not shure whether it is is a mistake to do it so.
@dave Please give me your suggestion.Then I tried this Tutorial
And got this notice: “Parse error: syntax error, unexpected ‘/’ in /var/www/web2/html/wp-content/themes/TheTheme_3.0/wp-signup.php on line 15”
Line 15 is the line where I had to change the path:
require( dirname(__FILE__) . ‘/wp-load.php’ );
to
require( ‘../../../wp-load.php’ );
I triedrequire( ‘../../wp-load.php’ );
andrequire( ‘./wp-load.php’ );
and every possibitity in between. With no success.Many thanks for your help
cyprus
Forum: Networking WordPress
In reply to: individual MU Registration Page possible?I′m still trying to set up another page as a sign up page. But did not succeed at least. To Andrea_r the answer is YES.
Thanks for every answer till now.
Forum: Networking WordPress
In reply to: Can′t register blogs after upgradeThanx andrea_r for your patience.
It was a problem with reCaptcha.
Got it fixed.Forum: Plugins
In reply to: Cimy User Extra Fields in Multisite mode (WP 3.0)I ran into the same thing cimy doesn′work anymore.
I tried $wp_version = ‘3.0’; in the cimy_user_extra_fields.php
And get still an error.I tried to change the 177 line in cimy_user_extra_fields.php
$cuef_plugin_dir.= $cuef_plugin_path;
$cuef_langs_setup_dir = MUPLUGINDIR.’/mu-plugins/’.$cuef_plugin_path.’langs’;
$cuef_css_webpath = WP_CONTENT_URL.”/mu-plugins/”.$cimy_uef_plugins_dir.”/”.$cuef_plugin_path.”css/”;
$cuef_js_webpath = WP_CONTENT_URL.”/mu-plugins/”.$cimy_uef_plugins_dir.”/”.$cuef_plugin_path.”js/”;
Don′t get an error but don′t have cimy in the backendLast change:
require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_db.php’);
require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_register.php’);
require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_profile.php’);
require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_functions.php’);
require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_options.php’);
require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_admin.php’);Can anybody tell me exactly what to change to get this working again.
Thanx in advance
cyForum: Networking WordPress
In reply to: Can′t register blogs after upgradeI upgraded from 2.9.2
The Link is https://360unltd.deWhich error log do you mean. Do I see such problems in the server logs?
May sound like a stupid question but I′m not shure, so I ask.Final test was a complete blog registration to membership routine.
And before you ask I′enabled registration.Thank you for your support.
Forum: Networking WordPress
In reply to: Backend is slow after upgrade to 3.0Okay I′ve got it.
Every hint you gave me was important and good to keep in mind.
But the solution was different.
I missed a single step in the upgrade routine. After I loaded up the new files to my server I DID NOT run the upgrade prozess cause it was not written in the tutorial I usedSo my solution after uploading your files run /wp-admin/upgrade.php
which may look like this on your server
https://www.testblog.org/wordpress/wp-admin/upgrade.phpThats it . Happy blogging.
Forum: Networking WordPress
In reply to: Backend is slow after upgrade to 3.0Hi I ran an info.php and my PHP Memory Limit is 256M
I install Memory Bump with no result.
I added define(‘WP_MEMORY_LIMIT’, ‘128M’); to wp-config.phpI′ve got 5 Blogs running right now but I want to run approxmatly 200 in the future.
I made the Upgrade but I got this message: Couldn’t resolve host blog.main.comThe backend is still slow like a turtle
Forum: Networking WordPress
In reply to: Backend is slow after upgrade to 3.0GOOD Advise!
But it was not the solution. I optimized the tables after your hint. And it seems to be fine. I ran a ping test with no result. The Backend is still unbelievable slow.And I definatly have no clue whats going on here. Hopefully you have another suggestion. So we can help others who may ran into the same problem.
Forum: Networking WordPress
In reply to: Backend is slow after upgrade to 3.0I deaktivated all plugins before I upgrade. And it was slow from the first moment.
It′s terrible even openening the plugins area can last for 3 Minutes.Any other idea?