Northi
Forum Replies Created
-
I got almost the same problem, since yesterday (or the last update?!)
Need a solution 2!
Forum: Plugins
In reply to: [ZM Ajax Login & Register] disable registrationthe code cursed errors in the functions.php, or where should i paste it?
Forum: Plugins
In reply to: [ZM Ajax Login & Register] disable registrationok, i will try it. where do i have to paste it in?
functions.php?Forum: Plugins
In reply to: [ZM Ajax Login & Register] disable registrationHey again,
thanks for the tutorial and your great support!! ??
but thats not exactly what i meant :/Like i said, i still need the registration form of buddypress. I only want to disable the form of your plugin (this is done) but if i hit the register button i still get linked to your login form, not to the register form of buddypress…
I want to get back to the buddypress register form, is it possible?Forum: Plugins
In reply to: [ZM Ajax Login & Register] disable registrationHi Diana,
You can have a look at the website – click
I use buddypress, like i said, and my problem is, that if you hit the “register” button in the adminbar on top, the pop up login window of your plugin zM Ajax Login & Register appeared. Instead only the registration page of buddypress should appear..
Zane Matthews advice to hide the register function of your plugin works fine, but i also want to disable the linking.
I hope you can help me with that! Thanks!!
Forum: Plugins
In reply to: [ZM Ajax Login & Register] disable registrationHey,
thanks for your quick reply.
The css code disables to possibility to register with your plugin! Thats good and what i wanted! Thx 4 that.But if i hit the register button, the pop up window still appears.
(but only to login yourself)
Is it possible to link another page in that case?Forum: Plugins
In reply to: [Multisite Language Switcher] some problems with the flags and translationi found a solution to fix the double flags on my homepages, but if i switch the language, it always linked to the first page on my homepage.
do i have to set the language in my dashboard on my english page also english? (settings – public – language)
atm both dashboards are in german.Forum: Plugins
In reply to: [Multisite Language Switcher] some problems with the flags and translationi only used your php shortcode:
<?php if (function_exists(“the_msls”)) the_msls(); ?>i didnt add other additional code. i worked myself through your tutorial @ https://lloc.de
so i connected every page with each other, when i hit the language button , i should link to the english/german corresponding page, right?
atm, if i hit the language button, i always get linked to the english/german homepage.(based on which language is active)and i really dont know why there are two look-alike flags… :/
Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?gentlemen, it works! ?? Thank you so much!
If i can donate you some “beer” or two , just let me know where!a little problem was cursed in the first line: “reply to:…”
my widget only shows “reply…”, so i looked at the code and changed the following line:$title = wp_trim_words( $title, 5, '...');
to
$title = wp_trim_words( $title, 35, '...');
the full “reply to: + the topic ” appears on my page now.
I hope it was the proper line, i modified ??
Can i also put words like “New Topic” in front of my topics with no replies? (like its “reply to” at the recent replies)
Thanks
Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?thats right, but i’d like to use only one widget for that (if possible).
So, let me explain, if someone of a community page has posted a new topic and wrote down his whole concern in the first post. Nobody will see it on the homepages widget. only if you click through the forum…
@jonathan do you have an idea to realise it within the code you already created?
Forum: Plugins
In reply to: [WP Real Estate] broken page structureThe Problem is solved – Thx!
ok, one last question, is it possible to show text if i choose the Property Listing Page in my settings ?
for example i choose page X, and this page contains content (only text)
atm the content is hidden, i want the content to show up above the property listing.Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?this is the function i needed!! thx a lot ovidiu!
In my opinion, the bbpress widget still got a little problem.
if you create a new topic, you write automatically the first post with it.
(quiet normal) but this post doesnt appear in the recent replies widget, you have to write another post to let it appear in the widget…Is it may be possible to show up the recent replies within the first post of a new topic??
Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?Your “time code” works fine! Thx!
I added also the time and put the code into a new line…<?php the_time(‘j. F Y H:i’) ?>
On my sidebar “Neuste Forenbeitr?ge” are two listing/register points.
One in black common rounded and the red triangle..
i only want the red one, but i dont know how to delete the black rounded.Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?i was too nosey, so i grabbed my notebook and tested your code ??
ovidiu your code works almost perfect! Thanks for that!
i tried to change the double listing view, didnt find the mistake until now, but im still on it…
more important is the date format;
<?php print human_time_diff( get_the_time(‘U’), current_time(‘timestamp’) ) . ‘ ago’; ?>I tried several issues that i found on google, but nothing was rly satisfying…
I just want to change it to date and time, instead of weeks.Do you have a code example for it?
Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?i’m on vacation now, i will try it out on sunday/monday.
i will give you feedbackThx a lot for your help!