gerald@WPcustoms
Forum Replies Created
-
Forum: Plugins
In reply to: use single2.php if referring site is xyz.comyeah I got it working with this:
<?php if (strstr($_SERVER['HTTP_REFERER'],"referring-site.com")) { ?> hello referring-site.com <?php } else { echo "Internal referrer"; } ?>
Forum: Plugins
In reply to: use single2.php if referring site is xyz.comis it possible with the WP conditional tags?
i.e. <?php if (is_home()) { ?>instead of “is_home” use something like “if referring site is xyz.com”
or some php referral detection?Forum: Plugins
In reply to: use single2.php if referring site is xyz.comafter some searching I came across this plugin:
https://www.ads-software.com/extend/plugins/refer-notes/I got an option to specify the refering site there and the welcome text but I need to change the whole template file. Maby it’s possible with a modification of this plugin?
Ok I think I found a different solution without moddifying anything which will work ??
Thanks for the great plugin and keep up the good work
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Image Path1) you can try to update your htaccess permalink settings (just click on update on the permalink page)
2) that’s somewhere in the css settings – the img alt text:
look for these classes:
<div class="ngg-album-compact"> <div class="ngg-album-compactbox"> <div class="ngg-album-link"> <a class="Link" <img class="Thumb" alt=" </div> </div>
hope that helps ??
as far as I see nobody got wp 3.0 and nextgen running properly with the multisite feature:
https://www.ads-software.com/support/topic/412008?replies=3Forum: Plugins
In reply to: ‘Upgrade NextGEN Gallery” loopI had the same problem.
I downgraded to 1.5.0 and got it now running with wp3.0 and 1.5.5check out this thread:
https://www.ads-software.com/support/topic/316380?replies=21Forum: Plugins
In reply to: NextGen Gallery – WPMU – Gallery Folder IssueI got the same problem.
the gallery-folder gets created on the host site in wp-content/gallery/
I work with several domains and I think the picture-folder should be created in the domain specific blog id folder to work properly.
using the %BLOG_ID% parameter failed on my setup.WP: 3.0
NGG: 1.5.5Thanks for any help with this.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] problem with 3.0 beta 2 multi sitesfollowing this threat:
https://www.ads-software.com/support/topic/316380?replies=21I installed 1.5.0 and the upgrade loop is gone now.
so this is my working setup now:
wordpress 3.0 beta 2 + nextgen gallery 1.5.0Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] problem with 3.0 beta 2 multi sitescan some moderator please move the topic into the alpha\beta section?
Thank youForum: Plugins
In reply to: get custom fields on single.php from latest X postsjust found a solution.
with the custom templates from yarpp this is possible
https://mitcho.com/code/yarpp/Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] YARPP caused host to disable my DBthis should solve the problem:
https://www.ads-software.com/extend/plugins/wp-super-cache/
your sites become static pages which do not require a new sql query everytime a surfer visits the site.
Forum: Plugins
In reply to: looking for SQL query to transfer custom field values into tagsI’m bad with sql queries, if anyone can please help me out on this?
Forum: Plugins
In reply to: What is the best SEO Plugin?seo plugins handle your header infos like title, meta description and so on.
some offers to adjust follow\nofollow attributes and a lot more different things.
everybody got his own understanding of optimization and with the plugins you can set it as you think works best. like esmi said: SEO goes through your whole site with a hundred factors to be kept in mind when building sites. There′s no button like SEO: on\off ??Forum: Plugins
In reply to: Canonical URL Plug-inafeter checking your site it looks like its already running properly. you don’t need to do anything else. set and forget it ?? cheers to yoast for the great plugins he develops.