-

Blog Stats
378Total Entries
173Total Comments
Search Blogs

  • Category
    Blogs
Feed Recent Blog Entries
PreviousNext
this is my first test by haipo on Tue Jun 21, 2011 3:11 pm
hi,
I am trying this MOD.
here I add image:

alenbi_bridge_image1.jpg


that is all
Attachments

0 Comments Viewed 21652 times
Editing PHPBB3 Forum Template by PollyannaMcAleer on Fri Jun 10, 2011 1:31 am
Sometimes board administrators of phpBB3 forum like to edit their forum template to change the appearance and functionality of their forum. Few common reasons are,

1. Adding a sidebar to place advertisements and / or important menu items inside it.
2. Adding Adsense or other ad code after each post of their forum.
3. Changing the entire forum template including menu, logo, background, and font etc. to match with the other parts of the website.

Fortunately phpBB3 forum has a very rich and user friendly interface to edit your forum template from within your admin panel. From your control panel you can,

1. Edit your template Style Sheet to change background, font, links, text box and the appearance of other input elements to change the overall appearance of your forum.
2. You can use different image set from another template to make your template unique.
3. By editing template files you can add left or right sidebar to your template.
4. You can insert your site logo at the top of the forum.
5. You can add Adsense or other ad code at any place of your forum template.
6. And finally you can generate a new template by cloning an existing one.


Advantages and disadvantages of editing template

The benefits you can get from editing your forum template are,

1. You can insert custom links, such as links of important forum posts, link of other Web pages of your site or even links of other websites. If you do so then there will be higher chances that users click on those links when browsing your forum.
2. You can earn revenue from the advertisements you place on your forum.
3. Change of style will change the appearance of your forum which actually uniquely shows the identity of your website. It is important because most of the forum administrators use few common templates available free on the Internet and any uncommon appearance will help to keep your forum in viewers mind.
4. The only disadvantage is that viewers are more familiar with...

[ Continued ]

0 Comments Viewed 12614 times
1.0.14 Display blog entries on a different phpBB3 page by wintstar on Thu Apr 14, 2011 5:55 pm
User Blog Mod 1.0.14

Open: index.php
Find:
Code: Select all
    // Output page


Before, Add:
Code: Select all
    // Output Blog Entries
    $blog_limit = 5;

    $user->add_lang(array('mods/blog/common', 'mods/blog/view'));
    include($phpbb_root_path . 'blog/functions.' . $phpEx);
     include_once($phpbb_root_path . 'includes/functions_display.' . $phpEx);
    $blog_data = new blog_data();

    $recent_blog_ids = $blog_data->get_blog_data('recent', 0, array('limit' => $blog_limit));
    $blog_data->get_user_data(false, true);
    update_edit_delete();
    if ($recent_blog_ids !== false)
    {
       foreach ($recent_blog_ids as $id)
       {
            $blog = $blog_data->handle_blog_data($id, $config['user_blog_text_limit']);
            // edit the blog text here.
            $template->assign_block_vars('recent_blogs', array_merge($blog_data->handle_user_data(blog_data::$blog[$id]['user_id']), $blog));
       }
    }


Open: styles/prosilver/template/index_body.html
Find:
Code: Select all
<!-- INCLUDE forumlist_body.html -->


add bevor or after
Code: Select all
    <!-- IF .recent_blogs -->
    <div class="post bg3" style="text-align: center;">
       <span class="corners-top"><span></span></span>
          <strong>{L_RECENT_BLOGS}</strong>
       <span class="corners-bottom"><span></span></span>
    </div>
    <!-- BEGIN recent_blogs -->
       <div class="post bg1<!-- IF recent_blogs.S_REPORTED or recent_blogs.S_UNAPPROVED --> reported<!-- ENDIF --><!-- IF recent_blogs.S_DELETED --> deleted<!-- ENDIF -->" <!-- IF recent_blogs.POST_COLOR and not recent_blogs.S_REPORTED and not recent_blogs.S_UNAPPROVED and not recent_blogs.S_DELETED...


[ Continued ]

0 Comments Viewed 6881 times
blog testowy by MagicalFire on Thu Apr 14, 2011 8:58 am
blog testowy

0 Comments Viewed 6433 times
German Translate by wintstar on Thu Apr 07, 2011 11:15 pm
Translate Error

open
root/language/de/mods/blog/common.php
Code: Select all
   'TOTAL_BLOG_ENTRIES'         => 'Blogeinträge insgesamt ',


Replace with
Code: Select all
   'TOTAL_BLOG_ENTRIES'         => 'Blogeinträge insgesamt <strong>%s</strong>',



As in the German language so that the number of blocks in the index_body.html appears.

Look here plaese viewtopic.php?f=57&t=1859&p=12609&hilit=TOTAL_BLOG_ENTRIES#p12602

Greatings
Stephan

0 Comments Viewed 5651 times

Who is online

Registered users: berdugom4, fgdgfdo67y, Google [Bot], guoyq172, hkji5d4u92, kcnik345, l8m6ef7034, lccormi2, Magpie Crawler, Yandex [Bot]

cron