vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Forum Home Enhancements - ForumHome Category Spacing (https://vborg.vbsupport.ru/showthread.php?t=123530)

idwf 08-23-2006 05:55 PM

thanks for this. Any chance you guys could point me in the direction of how to add images to the top and bottom of these?

xman_79 08-26-2006 07:36 PM

It is the first time when it's working great.
Thank you .

GreysAnatomy 08-28-2006 04:32 AM

I've installed it and it works great but the last part, the optional one in the forumhome_lastpostby template doesn't seem to work. Whenever people click on the little arrow in order to get to the last post, they get a message 'No Thread specified. If you followed a valid link, please notify the administrator.'

I know, I could just leave this but I love the way it looks and thought I'd ask since I have no idea what I'm doing and don't wanna mess up the whole template.

Ah well, I ended up messing around myself and here's the code that managed to fix my problem:
Code:

<table cellpadding="0" cellspacing="0" border="0" width="175"><tr align="$stylevar[right]">

                <td nowrap="nowrap"><span class="smallfont">

                <a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]" title="Go to first unread post in thread '$lastpostinfo[lastthread]'"><b>$lastpostinfo[trimthread]</b></a><br />

Poster: <a href="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]">$lastpostinfo[lastposter]</a><br />

                        $lastpostinfo[lastpostdate]

                        <if condition="$vboptions['yestoday'] != 2">

                                <span class="time">$lastpostinfo[lastposttime]</span>

                        </if>

                        </span></td>

                <td nowrap="nowrap">&nbsp;<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></td>

        </tr></table>

All I did was changing the link and url of the 'Go to last post' arrow.

upsetter 08-29-2006 02:05 AM

thank you sir, looks awsome... http://forums.boostconcept.com :)

Exitilus 08-30-2006 12:34 AM

Where would I reduce how much spacing is inbetween ?

Sean James 09-04-2006 09:29 AM

Great hack, and works great on my forumhome http://www.bluepearl-design.com/forums/?styleid=46

but when i view my sub-forums the page messes up http://www.bluepearl-design.com/foru...es/?styleid=46

Pipe Hitter 09-04-2006 04:55 PM

Quote:

Originally Posted by GreysAnatomy
I've installed it and it works great but the last part, the optional one in the forumhome_lastpostby template doesn't seem to work. Whenever people click on the little arrow in order to get to the last post, they get a message 'No Thread specified. If you followed a valid link, please notify the administrator.'


All I did was changing the link and url of the 'Go to last post' arrow.

Had the same problem. Thanks for the fix.

Exitilus 09-05-2006 12:03 AM

Quote:

Originally Posted by Moonkat
I'm not sure what went wrong. At any rate, I uninstalled this and did Flo's and it worked fine, so I'll go with that one. Thank you for posting this, though, it still helped & I wouldn't have found it otherwise probably. :)

Same here ... I'm a bit too lazy currently to see where the error in the code is though *lol*

rasun 09-06-2006 06:46 PM

Thank you, but now my Threads, Posts and Moderators collumns are to much expanded through this.
Forum and Last Posts collumn are now to small...

How can I change the column width?

ssvp 09-09-2006 05:26 AM

I'm no expert.. But here's what I did..


LEVEL1_NOPOST - I changed this to 20.
Code:

<td class="thead" width="20">&nbsp;</td>
LEVEL2_POST - I change this to 20. basically I added width="20"

Code:

<tr align="center">
        <td class="alt2" width="20" align="$stylevar[left]">

Now my Status icons I use fir that width, your icons may be different.. Basically I just did some trial and error.. It solved my various width issues..


All times are GMT. The time now is 01:48 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.01033 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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