vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Recent Posts Forum Index (https://vborg.vbsupport.ru/showthread.php?t=284964)

borbole 09-12-2012 02:21 PM

Quote:

Originally Posted by featuring (Post 2364798)
Hello to you all,

How to prohibit visitors to see '' Recent Posts '' :

Thank you and good day


I support this mod at my forum. Please post your questions here:

http://www.forumservices.eu/vb/threa...ts-Forum-Index

BlooD 09-12-2012 02:58 PM

Quote:

I support this mod at my forum. Please post your questions here:

http://www.forumservices.eu/vb/threa...ts-Forum-Index

I registered on your forum is at my question vbulletin message appears:

'' An error has occurred Featuring! You must have 5 posts in order to post links. Your current post count is 0. ''.

cordially

borbole 09-12-2012 06:01 PM

Quote:

Originally Posted by featuring (Post 2364818)
I registered on your forum is at my question vbulletin message appears:

'' An error has occurred Featuring! You must have 5 posts in order to post links. Your current post count is 0. ''.

cordially

You do not have to post links. Or are you quoting the first post? That would cause it.

BlooD 09-13-2012 11:08 AM

Hello Dear Friend, Thanks for your quick reply.

Thank you again for your time and valuable assistance throughout ...

Again thank you for your professionalism, your availability, your kindness

Bon appetite

borbole 09-13-2012 11:49 AM

Quote:

Originally Posted by featuring (Post 2365081)
Hello Dear Friend, Thanks for your quick reply.

Thank you again for your time and valuable assistance throughout ...


Again thank you for your professionalism, your availability, your kindness

Bon appetite


You are very welcome :)

GameOverViper 09-15-2012 04:19 PM

You should add the ability for you to switch through to the next 5 recent posts, or go back to the 5 previous recent posts when you switch. All without reloading the page. For example, TheTechGame.

Bubble #5 08-23-2013 03:43 AM

1 Attachment(s)
This is a nice hack but the tables are poorly set up. Does anyone know how to add more characters to the text so that there isn't that wasted, ugly white spots (shown in red)? :confused:

tbworld 08-23-2013 05:57 AM

Quote:

Originally Posted by Bubble #5 (Post 2440464)
This is a nice hack but the tables are poorly set up. Does anyone know how to add more characters to the text so that there isn't that wasted, ugly white spots (shown in red)? :confused:

@bubble5:
Pass a link to your site, if I can see it as a guest, I can recommend some CSS changes. It is almost impossible for a developer to make a style that looks well in all desktops, tablets. In most cases you will have to adjust the CSS just a bit to suit your needs.

Dabble with CSS as you have time, it will help you tremendously when running anything on the web. A little goes a long way :) In the mean time there are friends here to get you started.

Bubble #5 08-23-2013 09:11 PM

Quote:

Originally Posted by tbworld (Post 2440473)
@bubble5:
Pass a link to your site, if I can see it as a guest, I can recommend some CSS changes. It is almost impossible for a developer to make a style that looks well in all desktops, tablets. In most cases you will have to adjust the CSS just a bit to suit your needs.

Thanks tbworld.

They aren't using CSS. They are using straight tables with 25% for each table. I have that much fixed as shown below but for some reason only a preset amount of characters will fill each table. If I can find where they control this then it will be fixed, but my HTML is rusty :p Here is the table so far;

Code:

  <li class="forumbit_post L2">
        <div class="forumrow table">
        <div style="width: 40%; float: left;">
        <p style="padding: 3px; margin-left: 9px">
        {vb:raw latestposts}
        </p>
        </div>

        <div style="width: 20%; float: left;">
        <p style="padding: 3px; margin-left: 9px">
        {vb:raw lastposter}
        </p>
        </div>

        <div style="width: 15%; float: left;">
        <p style="padding: 3px; margin-left: 9px">
        {vb:raw latestposttime}
        </p>
        </div>
               
        <div style="width: 25%; float: left;">
        <p style="padding: 3px; margin-left: 9px">
        {vb:raw forums}
        </p>
        </div>       
        </div>
    </li>


ozzy47 08-23-2013 09:17 PM

That would be controlled in the plugin Recent Posts Board Index you can change the values there, looks like they have the Recent Posts title and Forum set to 20 and the Posted by set to 9


All times are GMT. The time now is 02:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01045 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete