schleini
Forum Replies Created
-
Hi Brajesh,
thank you for the answer & clarification. Yes after testing it, I can confirm that the redirect comes from the current page url. Do you maybe know how I can avoid this behavior of the BuddyBoss logout code? Is there a php-file where I can modify this? Maybe I can override it in the functions.php? Any help is appreciated.
Kind regards
Forum: Plugins
In reply to: [Cool Video Gallery] How do I instal Cool Video Gallery into template?Hi everyone,
dont know if you still need some answers (because the status is resolved). Here is the solution for the php code to your example:
1. (@john):
<?php cvgShowCaseWidget(1,5); ?> or
<?php cvgSlideShowWidget(1); ?>
2. (@fzishk):
I think the echo do_shortcode does not work – take a look on 1)
for the solution! Take also care about the php syntax and the
quotation marks!
the echo syntax for ” ” and ‘ ‘ is shown here:
http://www.tizag.com/phpT/echo.php
example: echo “<h5 class=’specialH5′>I love using PHP!</h5>”;
?>Greetings
Forum: Plugins
In reply to: [Events Calendar] [Plugin: Events Calendar] "Link out" disobeys meHi,
try the following code in ec_calendar.class.php:
/* $PostID = isset($event->postID) ? $event->postID : ”; */
$linkout = isset($event->eventLinkout) ? $event->eventLinkout : ”;
/* if ($PostID == ”) */
if ($linkout == ”)$titlinked = ‘‘.$day_names.’ ‘.$startDate.’: ‘ . $event->eventTitle;
else
$titlinked = ‘‘
. ‘‘ . $day_names . ‘ ‘ . $startDate . ‘‘ . __(‘: ‘, ‘events-calendar’)
. $event->eventTitle . ‘‘;