Multimediaex
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] No Admin/Keymaster rights in bbpressI have taken a look to the roles in the option, so like it looks, there aren′t any rights to set for bbpress in the options.
Hi, sorry that I needed so long to answer. The problem is sloved, the problem was the AddHandler. Now everything works fine.
Regards Sven
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedThanks man, so it works perfect, you are the best.
Regards
Sven
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedHi, sorry that I needed so long to answer. I tried your code but there was the problem, that I couldn′t see any sharebox.
Yes it happens with regular WordPress images. Can you say me where and how to find the error log? I don′t know how to do this.
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedOK, I asked again in the support Forum and I got this answer:
It’s hard-coded in the template files. For instance, page.php line 26:
Code: Select all
<div class=”hide-responsive”><?php if(get_post_type()!=’forum’) {oswc_get_template_part(‘sharebox’);}// show the sharebox ?></div>You can see there it gets excluded for pages that are in the “forum” post type, so it will not display on forum pages.
I hope it helps
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedOK, perhaps this helps, I got this answer of the support forum:
You’ll notice the WordPress function being used to get the title in that line of code is:
<?php the_title(); ?>Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedSorry, but I don′t know anything of this. I′m not a coder. Can you say me speacialy what you need?
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedOK here again
<div class="panel" title="Email to a friend"> <a href="mailto:type%20email%20address%20here?subject=I%20wanted%20to%20share%20this%20post%20with%20you%20from%20<?php bloginfo('name'); ?>&body=<?php the_title(); ?> - <?php echo rawurlencode(the_permalink()) ?>" target="_blank" class="share-email"> </a> </div>
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedOk, here ist the code, I hope it helps
<?php if($oswc_share_email_show) { ?>
<!– Email –>
<div class=”panel” title=”Email to a friend”>
&body=<?php the_title(); ?> – <?php echo rawurlencode(the_permalink()) ?>” target=”_blank” class=”share-email”>
</div><?php } ?>
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedI have asked in the support forum, you will get answer soon
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] Theme crashedHmm, this is integrated into my theme its no extra plugin
Ok thanks for information