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)

hexus.net 06-16-2007 10:25 PM

anyone managed to get this working on 3.6.7?

i just tried and it ll went horribly wrong lol

maybe i just messed something up...

BigDog56 06-17-2007 02:08 AM

Quote:

Originally Posted by hexus.net (Post 1270011)
anyone managed to get this working on 3.6.7?

i just tried and it ll went horribly wrong lol

maybe i just messed something up...

Same with me. Tried 3 times.

da420 06-17-2007 04:23 AM

It works for me. More than likely you are missing one of the edits, because if you do, yes then it would look pretty funky.

hexus.net 06-17-2007 08:55 AM

I get the gap, but i also get a 5"> and a 6"> appearing in the left hand tables, Im not convinced on this one in 3.6.7

da420 06-17-2007 02:55 PM

Quote:

Originally Posted by hexus.net (Post 1270228)
Im not convinced on this one in 3.6.7

I use an altered version of the default vBulletin template, and it works for me on 3.6.7. Either you are, as I said, missing one of the template edits, or you have a custom style that's coming in conflict with these edits.

bluidkiti 06-21-2007 04:32 PM

I just installed this on 3.6.7 and it works perfect. Thanks. :-)

TheWhite 06-23-2007 09:30 AM

hello guys i have a serious problem, I installed the mod and everything went almost perfectly anyway with Firefox everything is 100% ok but with the Microsoft Explorer I'm getting this missalignment so what must I do please help me :(

http://img20.imageshack.us/img20/6100/errorgh2.jpg

Regards

da420 06-23-2007 02:46 PM

Revert your templates and try again. You forgot something... a comment got cut off or something.

Ohiosweetheart 07-01-2007 01:24 PM

I'm not having that problem at all.

I'm having a major problem with the area around the forum status icons. I have reverted and re-applied the template edits here 3 times now, and it does the same thing every time!

http://i17.photobucket.com/albums/b9...l2u/Image1.gif


There are no hacks installed on this forum, it's brand new. I have applied this mod to several other forums, and this is the very first time, I've encountered this.

Help??

Adam21 07-01-2007 01:46 PM

Quote:

Originally Posted by Ohiosweetheart (Post 1280584)
I'm not having that problem at all.

I'm having a major problem with the area around the forum status icons. I have reverted and re-applied the template edits here 3 times now, and it does the same thing every time!

There are no hacks installed on this forum, it's brand new. I have applied this mod to several other forums, and this is the very first time, I've encountered this.

Help??

Just curious,are you using this mod https://vborg.vbsupport.ru/showthread.php?p=1251830?How bout you posting the template here?Someone might be able to point out the errors. :)

Ohiosweetheart 07-01-2007 01:54 PM

No I'm not using that Adam. As I said above, I've not installed any other hack to this forum yet.
I just corrected the problem, using the "fix' in post #30 of this thread.

thanks!

wickedstangs 07-02-2007 01:11 AM

Need help installing this. I have vbsponsor mod installed
How do I install your mod? Here is the modification I did to the level 1 and level 2

Quote:

forumhome_forumbit_level1_nopost
FIND:
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>

ADD, AFTER:
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div style="float:$stylevar[right]">
<if condition="!empty($forum[sponsor_adsense])">
$forum[sponsor_adsense]
<else />
$vboptions[sponsor_global_default_text] <a href="vB.Sponsors/link.php?f=$forum[forumid]" title="$forum[sponsor_name]" target="_blank">
<if condition="$forum[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1">
<img src="$forum[sponsor_banner]" alt="$forum[sponsor_name]" border="0" />
<else />
$forum[sponsor_name]
</if></a>
</if>
</div>
</if>
<!-- / vBSponsors -->

forumhome_forumbit_level2_post
FIND:
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>

ADD, AFTER:
<!-- vBSponsors -->
<if condition="$forum[sponsor_enabled] == 1 AND $vboptions[sponsor_global_enable_sponsorship] == 1">
<div style="float:$stylevar[right]">
<if condition="!empty($forum[sponsor_adsense])">
$forum[sponsor_adsense]
<else />
$vboptions[sponsor_global_default_text] <a href="vB.Sponsors/link.php?f=$forum[forumid]" title="$forum[sponsor_name]" target="_blank">
<if condition="$forum[sponsor_banner_enabled] == 1 AND $vboptions[sponsor_global_enable_banners] == 1">
<img src="$forum[sponsor_banner]" alt="$forum[sponsor_name]" border="0" />
<else />
$forum[sponsor_name]
</if>
</a>
</if>
</div>
</if>
<!-- / vBSponsors -->

Mapi99 07-03-2007 07:26 PM

Works like a charm, However i had one issue with it:
As soon as i altered the forum_home by replacing the part of the what's going on box with

Code:

<tbody>
        <tr>
                <td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
                        <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
                        <if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
                        <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
                </strong></div></td>
        </tr>
</tbody>
</table>
<br />
<!-- end what's going on box -->

Just like you specified, the border on the right of my box using the browser Opera (all the other browsers work fine) expands like this: (see attachment)

https://vborg.vbsupport.ru/attachmen...1&d=1183494351

How can i fix this? Help would be appreciated

Marys242 07-16-2007 09:47 PM

thanks this was great!!...I don't know alot about codes..but this one was easy to understand, thanks!!

Ohiosweetheart 07-25-2007 03:51 PM

I've been using this on all of my designs now, I love it!
Thanks again DaPro :)

m_k 07-27-2007 08:28 PM

been using this everywhere - the look is so much better with the categories separated :-)

have just upgraded one of my boards to 3.6.8, and looks like there is some conflict however... any ideas?

Plaggi 08-04-2007 03:28 PM

Is anybody else having problems with 3.6.8.? I'm asking because I just upgraded and want to be shure that the modification works.

greetz, Sven

Ohiosweetheart 08-05-2007 02:57 PM

Quote:

Originally Posted by Plaggi (Post 1309697)
Is anybody else having problems with 3.6.8.? I'm asking because I just upgraded and want to be shure that the modification works.

greetz, Sven

Sven, I use 3.6.8, and have had no problem whatsoever.

Hope this helps :)




Quote:

Originally Posted by m_k (Post 1303371)
been using this everywhere - the look is so much better with the categories separated :-)

have just upgraded one of my boards to 3.6.8, and looks like there is some conflict however... any ideas?

What kind of conflict m_k? Do you have a screenshot?

AzzidReign 08-06-2007 10:33 PM

For those running 3.6.8, I've taken the liberty of doing the edits and putting them into a TMS file. So if you have TMS installed, just upload this file and you're done.

Also, this was tested on non-modified templates. If this doesn't work, then it's b/c of your modified skin. Be sure to look on your default skin to see if it works or not. If not, please send me the link to your board via PM and I'll take a look.

Live demo: LayereGFX

Download file below.

Ba$im 08-08-2007 06:04 AM

hello
I have problem with 3.6.8
as I say here
https://vborg.vbsupport.ru/showthread.php?t=154501
can u plz check that?

thanks

AzzidReign 08-09-2007 04:55 AM

Quote:

Originally Posted by Ba$im (Post 1312458)
hello
I have problem with 3.6.8
as I say here
https://vborg.vbsupport.ru/showthread.php?t=154501
can u plz check that?

thanks

Install TMS and use the xml file I added above your post. I have that working on a 3.6.8 default skin.

Littlebit 09-02-2007 06:17 PM

I'm still set in my old ways and a bit timid about using TMS on top of my already manually edited templates.

JohnBee 09-17-2007 01:59 PM

Installed and loving it! I have tried the other Category Separator mods but I haven't found one that placed the Category Title above the forum section(as it should). This works beautifully and added a footer to each section. Very nice work!

Ohiosweetheart 09-17-2007 02:07 PM

Quote:

Originally Posted by JohnBee (Post 1340852)
Installed and loving it! I have tried the other Category Separator mods but I haven't found one that placed the Category Title above the forum section(as it should). This works beautifully and added a footer to each section. Very nice work!

I agree, this is the easiest, and makes the forumhome look great!

Zagis 09-30-2007 12:55 PM

Hi,

How can I move "Mark forums read" bar from the bottom of the forumhome page and place it right after forums?

I'd like also to change the Threads and Posts column width. I tried this but is not working for me.

Am I missing something?

Tnks

trackpads 10-02-2007 11:33 PM

Very nice hack!!

Thanks!!!

chennairam 11-05-2007 02:11 AM

It works on 3.6.8 sir

Booost This 11-06-2007 05:40 AM

Nice hack, one minor problem.

It also separates sub-categories in the forumdisplay.

I reverted my forumdisplay template back to the original to test to make sure that I didn't by mistake make the changes to forumdisplay instead of forumhome but it is still doing it.

How do you make it work just for the forumhome template? (index.php) and have no effect on forumdisplay (*.php)?

BarryoBrien 12-14-2007 08:54 PM

Does anyone know how to fix the alignment of the forums www.websiteforumz.com looks ok on firefox just not on ie

caribbeanxposur 12-15-2007 04:52 PM

i'm having the same problem as you Booost This... it seperated the forumdisplay reverted and tried again just to make sure it wasnt an error on my part but it still seperates....

Ohiosweetheart 01-07-2008 01:44 PM

I have followed every single tip in this thread, and nothing, NOTHING, will work to get the "Last Post" columns lined up!!

HELP!

DaPro 01-07-2008 01:56 PM

Try using my last post option in the instructions and see if that helps. Also, change your "Last Thread Title Maximum Displayed Characters" by going to:

AdminCP > vBulletin Options > Forum Listings Display Options > Last Thread Title Maximum Displayed Characters

If it is at "30", change it to 15-18 for a good size.

See if that works.

Ohiosweetheart 01-07-2008 02:08 PM

Thank you John. I feel pretty stupid now, I have no idea why I didn't think of the vB Options setting. It's perfect now. Thank you!

DaPro 01-07-2008 02:14 PM

Nothing wrong with overlooking settings. vBulletin is a powerful bit of software and everyone overlooks something (even myself). Glad it works for you now!

SpeedJunkyz 01-14-2008 09:01 PM

Thanks, Im not sure what the last code did though, all I see is that it toke off the post icon. What else did it do?

Ohiosweetheart 01-15-2008 10:42 PM

John!!!! I'm having a hard time on another site :mad:

I've used this (your) mod on so many of my clients' sites, but I've not had this problem til now. See the attachment please. Any ideas??

Ohiosweetheart 01-16-2008 01:35 PM

Can anyone help?

BoYagoob 01-18-2008 05:00 PM

Installed

wickedstangs 01-19-2008 08:27 AM

Does this work with 3.7

Ohiosweetheart 02-07-2008 12:17 PM

Ok I got the above problem solved myself.

HOWEVER, I'm having this problem in 3.7 -

2 thead strips. (see attachment) Can anyone advise me on this one??


All times are GMT. The time now is 12:53 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.01363 seconds
  • Memory Usage 1,824KB
  • 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
  • (8)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