vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   [Release - Gamma] Forum Spacing (https://vborg.vbsupport.ru/showthread.php?t=88264)

Blue Moose Aaron 12-18-2003 08:25 PM

Worked perfect for me www.thekryptonian.com/forum


Thanks Faranth

Stylez 12-19-2003 02:53 AM

i did all of the above and i still didnt get it right...

Zachery 12-19-2003 02:54 AM

whats wrong? thats what its sposed to look like

Stylez 12-19-2003 03:03 AM

i wish for the bottom 2 categories to be lined up the same as the first category...do you notice the difference?



edit- i think the forum, last post, threads, post, moderators is supposed to go underneath the category.

for some reason it isnt......how do i change that? ive noticed that on a few other attachments here as well. but the ones that do lineup correctly all have those under the cats.

edit2- ok, i figured out that you have to have this http://www.vbulletintemplates.com/mo...ead.php?t=4959 as well to get everything correct....

Zachery 12-19-2003 03:15 AM

:) glad you got it all figured out :)

imported_94DROPTOPZ 12-28-2003 01:24 AM

Will this work on 3.0 Beta5?

Zachery 12-28-2003 04:26 PM

no this is for gamma only

sidhighwind 01-02-2004 11:30 PM

Quote:

Originally Posted by Faranth
no this is for gamma only

It works fine on RC1!!!

imported_FastAttack 01-03-2004 06:00 PM

works with rc1 as well here :)

imported_Rob 01-03-2004 09:51 PM

There is no step two for me...why not?

trackpads 01-03-2004 10:35 PM

Quote:

Originally Posted by FastAttack
works with rc1 as well here :)

Yup, me too. Gamma - RC1 had no changes in the forumhome templates at all.

Tony G 01-03-2004 10:52 PM

Gamma to RC1 has hardly any template changes at all. The templates are alot more stable then in previous beta versions. :)

Boofo 01-05-2004 10:20 PM

How do you break up the nregistration box? I use that table for my quoites when you are logged in.

Zachery 01-05-2004 10:36 PM

if you can show me whatcha mean (link me sir!) ill be able to tell you waht to modify :)

Boofo 01-05-2004 10:40 PM

Quote:

Originally Posted by Faranth
if you can show me whatcha mean (link me sir!) ill be able to tell you waht to modify :)

The box that an unregistered users sees that says "if this is yoiur first time" at the top under the navbar but above the first forum. The regular user doesn't see it but I use that box for my quotes.

Boofo 01-05-2004 10:41 PM

The site is www.bearfacts2.com


sorry about that. ;)

Zachery 01-05-2004 10:45 PM

ah not a problem i rarely logout ;D

open you forumhome template find
$forumbits

above it add
Code:

</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

instead of a <br /> you could also use a divbox :)

Boofo 01-05-2004 10:52 PM

You ARE the man! Thank you, sir, :) I owe you one. ;)

Boofo 01-05-2004 10:56 PM

How would you use the div in that instance?

TYorke 01-05-2004 11:02 PM

The columns still don't align correctly for me :(

Zachery 01-05-2004 11:06 PM

i am working on the aligment problem. and boofo youd make a div with a class that would set it, id suggest reading up on CSS ;D

TYorke 01-05-2004 11:09 PM

Quote:

Originally Posted by Faranth
i am working on the aligment problem.

Thank you very much Faranth. I was just going insane thinking I missed a step somewhere LOL

Zachery 01-05-2004 11:12 PM

there is an addon http://www.vbulletintemplates.com/mo...achmentid=3179

that should help, but it wont 100% solve the problem

TYorke 01-05-2004 11:27 PM

I did try that add-on...needless to say it didn't help

imported_DarkLuke 01-06-2004 10:10 AM

Quote:

Originally Posted by Faranth
ok, i decided to release this in a new thread as the coding has definatly changed

this mod will space the categorys


live @ http://www.digitalkore.net (when it comes online)


Hi there!

Well, sorry I've given my best ;-) but still no effect. I am running RC2 and have installed the "forum spacing", the "forum spacing add on" and the "forumheader under categories" - but no effect!!!

Is the first forumid the first forum on my board - well I guess so?!

What else coul I have done wrong? Please help me! Your mods worked so fine with the beta 7 and I don't get why the don't now!

Your's

Luke

Zachery 01-06-2004 12:26 PM

it should be the first category/forum you have

i am currently aware of alignment problem, ill have some time today and make a final look into it

imported_DarkLuke 01-06-2004 12:29 PM

Quote:

Originally Posted by Faranth
it should be the first category/forum you have

i am currently aware of alignment problem, ill have some time today and make a final look into it


Thanx for the quick reply m8! Worx now - had to log out and in again for the stuff to work - looks nice now!

Thank you for your great work!

Your's

Luke

Nmidia 01-07-2004 08:36 PM

Hi mate - love the work you have done, and i hate to bring it up again...but..

http://legionsofloki.com/Forum/

I have tried to apply all of the things you recommend, but as you can see, its all gone a bit odd. Any ideas what I have done wrong?

Open up your style manager and browse to forumhome_forumbit_level1_nopost
find

<td class="thead" width="175">$vbphrase[last_post]</td>


replace it with

<td class="thead" width="250">$vbphrase[last_post]</td>

I couldn't find that in the forumhome_forumbit_level1_nopost section, and the only changes I have made to that section are the ones from your spacing posts.


Sorry again to bother you


Edit: Jsut wondering if its the first forum number. i have it as
<if condition="$forum[forumid] == 65">
Would you agree this from my site?

Nmidia 01-07-2004 08:41 PM

Quote:

Originally Posted by Nmidia
Edit: Jsut wondering if its the first forum number. i have it as
<if condition="$forum[forumid] == 65">
Would you agree this from my site?

nailed it - that == bit was messing things up. no idea where that came from - but that then removes the spacing.

as you can tell, I'm a little comfused, and more than a little useless

StarBuG 01-14-2004 07:17 AM

For me the alignement doesn´t work as well.

Is there any code working for RC2 ??

Since gamma many code has changed

I realy would like this to work

Greetings

Star

StarBuG 01-15-2004 07:12 PM

I saw quite a few RC2 Boards geting this hack (including the alignment!!!!!) to work.

I don´t

Can anyone plz help me?

I have all hacks installed but still no alignment

Greetings

StarBuG

Zachery 01-15-2004 08:32 PM

see attachment

StarBuG 01-15-2004 11:48 PM

YES

Finaly!!!

Thank you so much!

Now it looks perfect: http://www.hiphop-battles.com/forum/index.php

I never saw such a chaotic modification thread.
Maybe someone could summon all parts and make one modification file and name it "Forum Spacing for RC2"

So it would be much easier for anyone to simply implement it ;)

Thx for helping
StarBuG

Smurf 01-16-2004 08:07 PM

wow what a great change
thx mate

nemesis01 01-20-2004 10:31 PM

Hmm..obviously that fix works but I can't get it to work on my RC2 board, it didn't actually say what template the code is in that needs changing, and I could only find it in FORUMDISPLAY which was probaby wrong. Any help?

StarBuG 01-21-2004 06:37 AM

Every change is made in forumhome_forumbit_level1_nopost
the only thing you do in FORUMHOME is delete some code

Maybe the coder of this hack could make a 1 file hack that´s working and replace the one in his first post!

This thread is to chaotic

Greetings

Star

Zachery 01-21-2004 02:44 PM

ill be rereasling this once we get into GOLD or RC3 depends on how busy i am today

MindTrix 01-24-2004 11:50 PM

Well dont know about everyone else, but i have been using this for a long time on my RC2 board and it works fine **shruggs**

AlexanderT 01-27-2004 07:19 PM

I think there is also a non-fatal error in the first attachment for forumhome_forumbit_level1_nopost...

According to the <if> condition, whenever you don't have forumid X, the table of the previous forumid is closed, and then a new table is opened for the current forumid. Hence, for the last forum, the table is not closed anymore. You get my logic?

Zachery 01-27-2004 07:28 PM

works just fine for me :) always have ;)


All times are GMT. The time now is 09:11 AM.

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.01319 seconds
  • Memory Usage 1,809KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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