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-09-2009 02:29 PM

Quote:

Originally Posted by ArbStar (Post 1845722)
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.

Next time, simply don't use my mods.
Would it be too much trouble for you to be polite? pfff

billy126 07-12-2009 10:47 PM

in the forumhome template (with category spacing) The 'mark forums read' section and 'what's going on' was showing full page width with vBadvanced (across left and center columns, instead of just center)

Code:

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

$forumbits
<tbody>
</table>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <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]">$vbphrase[view_forum_leaders]</a></if>
        </strong></div></td>
    </tr>
</tbody>
</table>
$forumhome_markread_script
<!-- /main -->

changed to:

Code:

<!-- main -->

$forumbits

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <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]">$vbphrase[view_forum_leaders]</a></if>
        </strong></div></td>
    </tr>
</table>
$forumhome_markread_script
<!-- /main -->

that seemed to fix it. Not done much coding though, so I dont know if that's the best way to go.

sebil 07-30-2009 07:45 PM

1 Attachment(s)
after i add this modification...
the last post area gone messed up

Itz says

Array [trimthread]
by Array [lastposter]

see the image attached...

how can i revert it backk..
please help

DubaiZone 08-02-2009 01:29 AM

really nice why to show the forum
but better to wait for the vbulletin 4 to come
^_-

Charged 09-24-2009 10:32 PM

I get validation errors when trying to set this up

I checked http://vauxhall-sri.co.uk/forum.php who has it set up as well and see there are lots of validation errors there as well

anyone else got this installed and passes markup validation?

Lianelli 10-03-2009 06:50 AM

1 Attachment(s)
Already tried the tip posted in this topic about wrong offset with vB-Advanced, but still got this style wrong.

Can anyone provide a solution to this problem?

(see attachment)

-Lianelli

P.S. - Sofia are you also going to make a What's Going On box like vB4? :D

Lianelli 10-04-2009 06:38 AM

NVM - Got it working already...

Request for Whats Going On box is still open though...

Log on 10-04-2009 10:08 AM

great thank u

Log on 10-05-2009 09:11 AM

Its agreat job

I have a miner problem that my forum in Arabic langauge so the writing style from right to left... when I made all the changes it show me all things from left to right..

so how this problem could be solved.?

regards

Log on 10-05-2009 09:37 AM

the problem have been solved

I replaced right by left & left by right :D


All times are GMT. The time now is 09:13 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.01154 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
  • (2)bbcode_code_printable
  • (1)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
  • (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