vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Manipulating lines (https://vborg.vbsupport.ru/showthread.php?t=193810)

chick 10-16-2008 07:42 PM

Manipulating lines
 
I've just become interested in this gaming program and I have installed it but have noticed some double line break that are driving me crazy, I need to remove 1 break in certain areas, can someone tell me where to look please.

Netunt 10-16-2008 08:07 PM

Well, where do you want to remove them from?

chick 10-17-2008 10:46 AM

1 Attachment(s)
on the first page (arcade.php), there are 2 line breaks under the nanigation links for the arcade. see image.

I looked through all the files and where I saw doulbe <br /> between tables (this is a 75% table) I removed one br ..... if it had 2.

I also saw line breaks as break; in some files but I am not sure what to do.

It is just this particular double <br /><br /> that is driving me crazy.

Please help. Thank you.

If I can get this looking great I think I'd like to buy the unbranded pro version.

Gemma 10-17-2008 07:11 PM

Not sure if this is what you mean or not, but open your skin_Arcade.php and search for

Code:

function top_links_table($links,$width,$extra) {
global $ibforums;
return <<<EOF
    <div class="tborder">
    <table width="100%" cellpadding="2" cellspacing="0" border="0">
            <tr>
                <td class="alt1" align="center" width="{$width}">{$links}</td>
            {$extra}
        </tr>
    </table>
    </div><br />
EOF;
}

You want to delete the <br />

chick 10-17-2008 08:14 PM

Thank you it worked great but took away the needed one line breaks on the other pages (settings, favorites, leaderboard etc...) in that area, now I need to insert line breaks on those but I don't know where the are?


All times are GMT. The time now is 01:41 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.01443 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete