vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Home Enhancements - Category Layout like vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=216937)

Sofia 07-01-2009 10:43 PM

1 Attachment(s)
Do you want this?

nascartr 07-02-2009 03:17 AM

Quote:

Originally Posted by Sofia (Post 1841037)
Do you want this?

I like that style!

EidolonAH 07-02-2009 07:11 AM

Quote:

Originally Posted by Sofia (Post 1840840)
Oh sorry, I've forgotten it! I'll do it tonight or tomorrow.

But what do you want exactly in the threadbit? Because this is very similar to the current threabit.

Not a problem Sofia, I so understand being as busy as I am myself I tend to forget things at times.
I rather liked the idea of the entire new layout as found in this:
http://images.vbulletin.com/blog-con...threadbits.png
With the navbits to the left and the new thread button to the right.
Please do not feel in any way pushed into having to do this, it's your free time we are requesting of you, if you can then that would be lovely, if you cannot then that's not a problem.
Kindest regards,
Eidolon.

Sofia 07-02-2009 10:11 AM

You can find threadbits here: https://vborg.vbsupport.ru/showthread.php?t=217667

New Joe 07-03-2009 06:58 AM

The only thing is that you can't go to the Last Post on the last posted Thread after making these changes.
Before the changes you have a "Last Post" button showing.

Sofia 07-03-2009 07:03 AM

Quote:

Originally Posted by New Joe (Post 1841850)
The only thing is that you can't go to the Last Post on the last posted Thread after making these changes.
Before the changes you have a "Last Post" button showing.

In your template forumhome_lastpostby,

Find:

HTML Code:

<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a></span>
    &nbsp;</div>

Replace by:

HTML Code:

        <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a></span>&nbsp;<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
    &nbsp;</div>


christicehurst 07-03-2009 10:32 AM

Could there be any help for custom styles?

Limode 07-04-2009 12:54 PM

For valid html.

At lastpostby change :
Code:

<div style="float:left;"<if condition="is_browser('ie', 6)">; float:$stylevar[left]</if>">
        <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </div>

Replace by :
Code:

<div style="float:left;<if condition="is_browser('ie', 6)">; float:$stylevar[left]</if>">
        <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </div>


Sofia 07-05-2009 08:57 PM

Quote:

Originally Posted by Limode (Post 1842651)
For valid html.

At lastpostby change :
Code:

<div style="float:left;"<if condition="is_browser('ie', 6)">; float:$stylevar[left]</if>">
        <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </div>

Replace by :
Code:

<div style="float:left;<if condition="is_browser('ie', 6)">; float:$stylevar[left]</if>">
        <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
    </div>


Thank you, Limode :) Fixed in my first post ;)

ArbStar 07-09-2009 12:37 PM

Nice code,
but please next time do not put ( dir="ltr" ) and english words,
use the default vBulletin settings so it will fit on all styles and languages. My forum is Arabic, and I had to edit your code so I can use it.


All times are GMT. The time now is 04:44 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.01050 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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