KaiSchultka
Forum Replies Created
-
GREAT!
Thanks a lot!Forum: Plugins
In reply to: [Discussion Board - WordPress Forum Plugin] TranslationHi Gareth,
i have just added some more suggestions.
hope the translation will be finished next days.
regards
KaiSame error to me after update, i optimized the database without success and then i only saved the widget again and it works!
Forum: Plugins
In reply to: [User Activation Email] Activation link problem with symbolsok.. here in the post the link works, maybe it is an email client problem…
OK, thanks for this information, i was on the right way
to show my own ads on position 1 and 3 i do this at line 4690
first i try to put the functions into the layout, but this did not work, you need to put the functions into a variable.
i comment out the adsense assignment and give the positions my adroutate groups.Hope it is useful for some other people!
$adsensePosition = get_awpcp_option('adsenseposition'); $showadsense1=adrotate_group(2); $showadsense2=""; $showadsense3=adrotate_group(1); if ($adsensePosition == 1) { //$showadsense1="$showadsense"; } else if ($adsensePosition == 2) { //$showadsense2="$showadsense"; } else if ($adsensePosition == 3) { //$showadsense3="$showadsense"; }
Hi, i have the same problem in 2.2.1
it says OK, bute nothing happens, you need to delete single items.i couldn′t try to disable plugins on my puplic page ??
Hey again…
after i delete an item i get a listing page with my listings…
this list is perfekt!And you still have an shortcode “my listings” but i don′t know if you create it for this use.
api.php line 34
static $shortcodes = array(
‘main’ => ‘WPBUSDIRMANUI’,
‘add-listing’ => ‘WPBUSDIRMANADDLISTING’,
******** ‘manage-listings’ => ‘WPBUSDIRMANMANAGELISTING’,MANAGE listings is what i need… so if you want to show ONLY the users listings
create a page called “my listings” an use
[WPBUSDIRMANMANAGELISTING]Everything is working well…
I think you know this way but you wan′t me to figure it out myself ??
Remove Dashboard Access is still working
i mark this topic resolved now
OK, i found the Plugin that don′t like this Ajax link…
External Links Version 4.1 | Von Denis de Bernardy & Mike Koepke
Now the Plugin is deactivated and it works fine!
You can uncheck every option in external links, but nothing
happens, you need to deactivate it!Thanks for helping!
i have
Remove Dashboard Access
but there is nothing what block ajax, i hope…i just test the another theme, but same problem. i will check
some other plugins and configurations.Send you a message from your site…
Ok, my experience with wp are just some less weeks, i am
working much to learn the structure fast.May i can write some lines to get this output!
thanksif someone has got a hack,please let us know! ??
Hi,
ok, and what is with wpml, are there news?
wpml is ready for 3.5…
when i start a test system i will try the beta!
thanks
hey, i would like to give you my new and clean edition:
this is the whole site
plugins/”bdp”/templates/businessdirectory-listing.tpl.php<?php if ($is_sticky): ?> <?php echo $sticky_tag; ?> <?php endif; //check login //if logged in //show details if (is_user_logged_in()) { ?> <div class="listing-title"> <h2><?php echo $title; ?></h2> </div> <?php if ($actions): ?> <?php echo $actions; ?> <?php endif; ?> <?php if ($main_image): ?> <div class="main-image"><?php echo $main_image; ?></div> <?php endif; ?> <div class="listing-details cf <?php if ($main_image): ?>with-image<?php endif; ?>"> <?php echo $listing_fields; ?> </div> <?php if ($extra_images): ?> <div class="extra-images"> <ul> <?php foreach ($extra_images as $image): ?> <li><?php echo $image; ?></li> <?php endforeach; ?> </ul> </div> <?php endif; } else { //wenn nicht eingelogt dann anmeldung zeigen //teil kopiert aus parts/login-required.tpl.php ?> <?php echo wpbdp_render_msg(_x("You are not currently logged in. Please login or register first. When registering, you will receive an activation email. Be sure to check your spam if you don't see it in your email within 60 minutes.", 'templates', 'WPBDM')); ?> <p></p> <h2><?php _ex('Login', 'templates', 'WPBDM'); ?></h2> <?php wp_login_form(); ?> <?php if (get_option('users_can_register')): ?> <a href="<?php echo site_url('wp-login.php?action=register', 'login'); ?>"><?php _ex('Not yet registered?', 'templates', 'WPBDM'); ?></a> <?php endif; ?> <?php }?>
Hey,
i found the solution for me…
edit in plugins/”bdp”/templates/businessdirectory-listing.tpl.php
edit first lines
<?php if ($is_sticky): ?> <?php echo $sticky_tag; ?> <?php endif; if (is_user_logged_in()) { ?>
line 32 (end of doc)
} else { echo 'Login text!';}?>