Forum Replies Created
-
In reply to: Display Lead Topic only
That php / bbpress more friendly solution I meant something like:
<?php bbp_get_template_part( ‘content’, ‘single-topic-lead’ ); ?> …. related somehow to $topic_id…. but I am really not abble to figure out how to do it this way….Maybe you have some idea…Peter
In reply to: Display Lead Topic onlyI found this tricky solution yesterday evening too…
I created new template page where I put complete code from content-single-topic-lead.php and added $topic_id into brackets () almost everywhere- that worked for me…. But I am pretty shure that there is easier and bbpress / php more friendly way how to do this ….If you have any idea just let me know, for the moment I am going to use content-single-topic-lead.php code. I really appreciate your help.
I am going to finish my page within few days, I learned a lot during the process, so I think that I can help other people on this support forum like you do…
Thank you Robkk
In reply to: Divide topic replies to several partsHello Robkk
thank you for your reply, this is another easy way how to achieve the same result- Thanks. I made a new template in child theme and added few “<div class= ….. >” and than I used it as a template for forum – and it worked out.
Anyway I have a diferent problem with my page – If I use shortcode [bbp-single-reply id=$reply_id] only one reply appears. When I use [bbp-single-topic id=$topic_id] i see topic and all replies- but I want to see topic only…. is there any easy solution for that ?
I have already found a solution for that, but it is little bit tricky and I am pretty sure that there is easier way how to do it, but i do not know how….. Any idea ?
Thank you anyway… Peter.
In reply to: Divide topic replies to several partsThis forum is really funny… As I went thorugh it, lot of users asked a question and after several days they answered for their own question, because nobody replied….
I have already found solution… it is possible to do it in page template, you can do it easily…