spadixon
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] “Create Topic” Forum IndexAh ok, I was hoping to not have create a new topic shown on the topic page.
Here is the code
function rew_create_new_topica () {
$topic_page = ‘http://localhost/501stcopperheadoutpost/new-topic/’ ;
global $bsp_forum_display ;
if (!empty ($bsp_forum_display[‘Create New Topic Description’])) $text=$bsp_forum_display[‘Create New Topic Description’] ;
else $text=__(‘Create New Topic’, ‘bbp-style-pack’) ;
if ( bbp_current_user_can_access_create_topic_form() && !bbp_is_forum_category() ) echo ‘<div class=”bsp-new-topic”> ‘.$text.’</div>’ ;
}add_action (‘bbp_template_before_forums_index’ , ‘rew_create_new_topica’ ) ;
Forum: Plugins
In reply to: [bbp style pack] “Create Topic” Forum IndexSorry mate, might have got our terms confised
This pic shows that on the home index, there are no buttons
http://picpaste.com/2017-12-05_18_41_36-Microsoft_Edge-MHiIC1qj.png
However in this one in a forum you will see the buttons
http://picpaste.com/2017-12-05_18_42_01-Microsoft_Edge-opN1S072.png
The create new topic button, will then just scroll to the bottom of the page, rather than go to a new page for topic creating.
Cheers
Forum: Plugins
In reply to: [bbp style pack] “Create Topic” Forum IndexThanks mate for the reply.
Yes, I can confirm the button is on the page.
In the settings page, button tab, No 1 is selected. Go to a topic and I can see the button above the topics.
Regards
Forum: Plugins
In reply to: [bbp style pack] “Create Topic” Forum IndexGreetings,
Thank you for the above information.
I have completed this, however this does not load the new topic page. I have also turn on the Create New topic button in the style Pack.
I can confirm that I have the correct page amended in the supplied text.
if I press the button, it just takes me to the bottom of the screen where the new topic section is. I would like for this to not be here, but rather have the new page for the new topic.
Regards
- This reply was modified 8 years, 6 months ago by spadixon.