BackuPs
Forum Replies Created
-
Hi,
The theme breaks completely on this plugin when you have wpml active.
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Breaks my theme.Hi Louis,
Well i have completely written my own plugin + shortcode. Because i have never seen this kind of coding.
Also why call the sql database like this? WP has a perfect function for switching to the correct blogid and back and while switched call for the proper recent post list?
Anyway it has cost me a day but i have my own written code and nothing breaks anymore when a sidebar is active.
Also my recent listed post now matches my posts in the database and not a singular is skipped.
So i solved my problem my own way.
Thanks again for giving me the stuff to think about and to start writing it in my own theme.
Goodluck with your plugin.
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Breaks my theme.Hi
The category shows me 5 post but not the latest ones. I want the latest 5 posts to show. Sorted from most recent to latest.
How to accomplish this?
Thanks
Forum: Plugins
In reply to: [Network Latest Posts] [Plugin: Network Latest Posts] Breaks my theme.Hi
If i use this shortcode i have to add a opening tag otherwise my theme sidebarbreaks completely.
[nlposts title='Latest Posts' number='2' titleonly=false wrapo='<div>' wrapc='</div>' thumbnail=false excerpt_length='50' display_root=false auto_excerpt=true full_meta=true blogid='14']
It only works like this.
<div>[nlposts title='Latest Posts' number='2' titleonly=false wrapo='<div>' wrapc='</div>' thumbnail=false excerpt_length='50' display_root=false auto_excerpt=true full_meta=true blogid='14']
I think there is some work need to be done. Because I use it for 10 mintes and i have already two breakups.
Please let me know something
Hi,
I found it has everything to do with the yoast search pages title settings. Some how when the string is empty it inserts default ‘Search for’ and does not leave it empty so the theme itself can pick up the title.
Any solution to this?
Thanks.
same here.
Hi riverwire,
Same here in an wpms subdirectory install. So no subdomain install but the same error message.
indeed any help would be appreciated.
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] [Plugin: SI CAPTCHA Anti-Spam] translation errorHi bizwizkid,
Just download poedit…with that program you can edit the panguage file which came with your version. The problem lies in the word CAPTCHA the translation has Captcha it needs to be with captitals other wise it does not work.
You can send the edit files to Mike so he can update the plugin. Or just let me know which language file you use and i will do it for you.
Thanks for clearing that up Ron,
That makes sence.
Best regards.
Forum: Networking WordPress
In reply to: domain.com redirects to domain.com/wp-signup.php?new=domain.comThanks for pointing that out to me. Didn’t know that thought i was just being polite on signing it and giving my best regards,….. LOL
Forum: Networking WordPress
In reply to: domain.com redirects to domain.com/wp-signup.php?new=domain.comWhere can i read those rules?
Forum: Networking WordPress
In reply to: Changing domain displayed in address bar – newbieHi mcchazza,
Did you create your alias domain or as hostgators calls it parked domain?.
I hope you did install wordpress in the root of the primairy domain otherwise you cannot use parked domains (aliasses) you then need to use addon domains and alter the a-record so it points to your root of the primairy domain where the wpms is installed.
It is very easy to achieve what you want.
here is some more reading stuff…
https://ottopress.com/2010/wordpress-3-0-multisite-domain-mapping-tutorial/
1) but instead of the mu-plugins folder you should use the normal plugins folder. without the sunrise.php.
Now activate the plugin as netwerk plugin.!!!
2) make sure the sunrise.php is copied in the wp-content folder. !!
3) you need to alter the wp-config.php so sunrise gets activated.
insert it below the line define(‘WP_ALLOW_MULTISITE’, true);
define(‘SUNRISE’, ‘on’);4) now goto the network domain mapping settings. You will see a message that the tables are created
5) fill in your ip adress of the website.
6) goto the subdomain and in the tools you will find a option for the domain mapping. Map it there and set it as primairy
7) if you alias domain, (parked domain) or addon-domain is configured correctly it works !!!
Forum: Networking WordPress
In reply to: domain.com redirects to domain.com/wp-signup.php?new=domain.comThere is just an easy solution for this
https://www.ads-software.com/support/topic/multisite-440-main-domain-not-working?replies=2
NOBLOGREDIRECT.
Turning off Allow users to create a subsite.
WPMS (wordpress multisite) has a cool feature that new users can create new website. So if they search for helloworld.maindomain.com and this one does not exist they are redirected to some nice signup page for creating the newly blog helloworld.
However if you do not want this you can disable this and your adviced to put a line in your wp-config.php redirecting users instead of the create new blog screen to the main index of the main domain or any other page within that website….. except the 404. The line to add is define( ‘NOBLOGREDIRECT’, ‘https://maindomain.com’ );
But this means that when a page does not exist and a 404 should be generated the 404 is also never reached. So you 404 is disabled by this instructions. It took me some time to figure this out and to solve it.
The solutions is pretty simple. Just create a folder in your wp-content called : mu-plugins
in the mu-plugins you just insert a php file name custom.php with this content. Or whatever name
<?php remove_action( 'template_redirect', 'maybe_redirect_404' ); ?>
Now what happens is that users who call a blog that not exists get redirected to the root of the main domain to the index.php and really 404’s are handled like they should be handled.
so that one is solved and can be taken of the list.
Best regards,
BackuPsForum: Networking WordPress
In reply to: Domain mapping and I'm haltedHi Dolfort,
You do not need a cname. Just the ip address of the server.further more you need to set these domains in your cpanel as a parked domain or addon domain. In the latter you need to point the addon domain to the root of the main domain by adjusting the a record. As a parked domain they automatically point to your root of the main domain.
further more you need the developer version of the plugin and not the 0.5.4.1. since that one is broken with your wpms 3.3.1.
https://www.ads-software.com/extend/plugins/wordpress-mu-domain-mapping/download/
it is pretty easy to achieve.
lynda.com has a step by step manual. chapter 6 is about domain mapping.
Forum: Networking WordPress
In reply to: Changing domain displayed in address bar – newbieMay be you can try this
https://www.ads-software.com/extend/plugins/wordpress-mu-domain-mapping/download/
download the developer version to get it to work with wpms.
there are many video’s on youtube explaining within wordpress domainmapping.
I have got it to work and it works perfectly.