Forum Replies Created
-
I think I found it at line 811:
<a class="bbp-forum-title" href="<?php bbp_topic_permalink( $topic_id ); ?>"><?php bbp_topic_title( $topic_id ); ?></a>
What do You mean (as I am not really firm in php code :-/ )? If I replace it by:
<?php if ( is_user_logged_in() ) ?> //old code for logged in user <a class="bbp-forum-title" href="<?php bbp_topic_permalink( $topic_id ); ?>"><?php bbp_topic_title( $topic_id ); ?></a> <?php else ?> //new code for NOT logged in user <a class="bbp-forum-title" href=""><?php bbp_topic_title( $topic_id ); ?></a> <?php endif ?>
Same problem as me. I have today 5 projects and only one of them is an internetproject.
But when I have time I will take a look at the code.
And if someone else is interested: I think, this would be a nice feature with not so many work.
If someone will make this, I would be very grateful and thankful 🙂In reply to: max 50 forums ?In reply to: max 50 forums ?The problem is, there is no template-tags.php
In reply to: max queries because of entry of forums???I analysed the situation with the Plugin “Query monitor” and also the addon for bbpress and buddypress. There is normally all green. Sometimes there appear a slow query, but nothing problematic!
I analysed also how many queries there are generated for
administrating a new forum = about 50
and
to show the new result = about 50-60.So in sum we have about 100 queries to generate and show the new forum.
But after about 30 new forums the system shuts connection and throws install.php
I think it´s a problem on side of the provider and wrote him the situation.
I am very interested to see his reaction…
The question is also for what I am paying now 20 bucks a month more than before, without bettering the situation????!!!!
In reply to: max queries because of entry of forums???Yes, I thougt the same, but could that be that only from typing/saving in forums that comes from?
If I have much more forums as planned I would have millions of queries, or?
I just asked them to upgrade the plan. Normally I had 75.000 queries/hour and user. The first upgrade to 150.000 queries was 20 US$ per month.
For that reason I asked, if there is an alternative to enter the forums, e.g. direkt into database per import or something like this?