MyBB Community Forums

Full Version: can Some pls suggest some good plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks guys one again
Can you pls suggest a nice portal and announcement plugin

Then you can also suggest some more plugins that will enhance and give users a nice experience Heart
I dont seem to get it around here
if you are using MyBB 1.8 then at present there are no plugins for Portal.
you can modify MyBB's default portal to suit your requirements (as suggested on the other thread)

for the announcements, look at News plugins
Thanks
I really appreciate
I am using MYBB 1.8 which u said there is no compatible portal

I want to add a front front sheet to my current template.
some thing like having HTML and include the header and the footer, make it the default page, as in the page that will appear first to the user

<!DOCTYPE html>
<html>
    
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>GETTING STARTED WITH BRACKETS</title>
        <meta name="description" content="An interactive getting started guide for Brackets.">
        <link rel="stylesheet" href="main.css">
    </head>
    <body>
        <?php
   /* so somewhere i can include the header and the footer to have the some header and footer*/
 include(header.php);
        ?>
in the body i can put some style here and the announcement plugin to anounce some selected thread to the body

<?php
include(footer.php);

?>
      
        
    </body>
</html>
Thanks
Thanks it worked
How do i make it the index page
I want the new page to be the first page the users will see, then they can navigate to other places
thanks

well i just did something now and it worked
i change my new custom page to index and gave the index another name
and it worked

I hope that wont create any problem in the long run

If that is ok?

I hope you are not giving up on me?

now i need to be able to select some topics and publish it to the new custom front page
If there is any plugin to do that or how to customize the stuff to make it happen

I will like to include "board statistics and forum legend" to the custom page
thanks
your MyBB forum's actual index page (index.php) should be renamed as forums.php
that might need some other modification in MyBB system core files (see this response)
And I feel it is better to leave forum's index page as index.php and use the htaccess redirect
or other methods to use a custom home page.

you can subscribe to this thread (if you haven't) and wait for more guidance
Thanks i have done just that and everything is ok

Now i installed announcement plugin, its working and i need it to show on the new index page
Used {$announcement} but not working
which announcement plugin you have used ? and can we have your forum url
Board Announcements Manager (1.0)