Kunena 7.0.8 Released

The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Themen, die in diesen Bereich verschoben wurden, gelten allgemein als beendet. Falls es dazu noch zusätzliche Fragen gibt, können diese gestellt werden.
Aber diese alten Themen sollten auf keinen Fall wieder auferstehen, um neue Probleme zu erörtern. Eröffnet dazu bitte ein eigenes neues Thema.

Question [gelöst] Wo kann ich den Link zur Registrierung ändern?

More
17 years 3 weeks ago #24358 by rich
Hallo www_villa-malu_com,

den unteren Link zum registrieren kann ein nicht registrierter User gar nicht erreichen.
Auf diesen Link stosst man nur über den Antwortbutton. Diese sind aber nur für registrierte User sichtbar.

Important! Always create a backup before you make any changes to your website!

Please Log in or Create an account to join the conversation.

More
17 years 3 weeks ago #24360 by www_villa-malu_com
Hallo Lintzy,
dein Hinweis bezieht sich auf den oberen Registrierungslink, ich möchte jedoch den unteren Registrierungslink ändern.


Hallo rich,
der untere Link ist für nicht registrierte User zu sehen: siehe:
www.pamina-online.de/forum/4-nachrichten...gion/post/reply.html

Da habe ich wohl einen Link kopiert als ich angemeldet war und dan in das Menue eingefügt... ;-)

Kann ich den Link nicht irgendwo einfach ausgrenzen ?

LG Kurt

Please Log in or Create an account to join the conversation.

More
17 years 3 weeks ago #24362 by Lintzy
Ah ja sorry :).


Versuch es mal mit der post.php aus templates/default

ab Zeile 1754
Code:
if ($fbConfig->fb_profile == 'cb') { echo '<a href="' . CKunenaCBProfile::getRegisterURL() . '">' . _POST_NO_PUBACCESS3 . '</a><br /></p>'; } else { echo '<a href="' . JRoute::_('index.php?option=com_registration&amp;task=register') . '">' . _POST_NO_PUBACCESS3 . '</a><br /></p>'; } }

Please Log in or Create an account to join the conversation.

More
17 years 3 weeks ago #24363 by rich
Ja, den Link sehe ich als nicht registrierter User schon, aber nur dann, wenn ich die URL in die Adressleiste tippe.
"reply.html" erreiche ich nur über den Antwortbutton.

Important! Always create a backup before you make any changes to your website!

Please Log in or Create an account to join the conversation.

More
17 years 3 weeks ago #24364 by www_villa-malu_com
Hallo Lintzy, ein dreifaches SUPER !!!!
Das wars, genau das hab ich gesucht:
geändert und funktioniert! Danke !!!!!
if ($fbConfig->fb_profile == 'cb') {
echo '<a href="' . CKunenaCBProfile::getRegisterURL() . '">' . _POST_NO_PUBACCESS3 . '</a><br /></p>';
}
else {
echo '<a href="' . JRoute::_('index.php?option=com_cbe&amp;task=registers') . '">' . _POST_NO_PUBACCESS3 . '</a><br /></p>';
}
}

LG Kurt

Please Log in or Create an account to join the conversation.

More
17 years 3 weeks ago #24367 by Lintzy
:) Und das war sooooo einfach zu finden :laugh:

Please Log in or Create an account to join the conversation.

Time to create page: 0.365 seconds