vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Hardwired for VB3 (https://vborg.vbsupport.ru/showthread.php?t=89295)

Dark s.s. Trunk 07-04-2004 05:48 PM

I love the skin its exactly what I was looking for lol Thank you for posting it...

b6gm6n 07-04-2004 08:25 PM

Quote:

Originally Posted by mystictrunks03
when i installed it theres some kind of broken image links requiring some cat tops..whats the problem? it looks like this http://www.dbgtx2.com/_boards./forums/index.php?

i seen alot of other peoples boards and they dont look like this...

everything is included in the zip file

-b6

b6gm6n 07-04-2004 08:32 PM

Quote:

Originally Posted by orca
I get the following error in the editor when using the style . The dropdown box of the fonts remains then open. See the error in the attached screeny.

I really don't know about this, the line 'fontname' maybe refers to a css command, but i doubt it, looks like its a javascript error...please keep me informed of any updates... cheers, sorry i could'nt help further.

-b6

Jason McConnell 07-09-2004 01:27 AM

This style kicks some serious ***... I really like it, and would love to use it on my forum but I encountered a problem when testing it out on my computer. The forum displays correctly as near as I can tell, but my portal's main table is stretched all the way across the screen... any idea what I can do to fix this?

Davez 07-09-2004 02:27 AM

Hi to all !

I am a noob in vb, but i installed your style !
It looks really good , but it´s to big for my preferences.

I changed the Main Table Width in Style Manager to 90% , so i really like it , but now i have a problem to posting a thread, look please at the attachment.
Can someone please tell me where i must change % , i don´t know in wich template/s.

Many thanks for support.

b6gm6n 07-09-2004 09:49 AM

Quote:

Originally Posted by ICeWorX
This style kicks some serious ***... I really like it, and would love to use it on my forum but I encountered a problem when testing it out on my computer. The forum displays correctly as near as I can tell, but my portal's main table is stretched all the way across the screen... any idea what I can do to fix this?

Hi, and thanx for your comments, well it's a simple problem, any new templates that get installed all you have to do is use the 'xtra' table code i supplied, this solves the problem you descibed, looks like you'll have to do a search for your vbadvanced index template and then cut and paste the table html into that template, instructions are supplied in that text file...good luck

-b6

b6gm6n 07-09-2004 09:52 AM

Quote:

Originally Posted by Dave
Hi to all !

I am a noob in vb, but i installed your style !
It looks really good , but it?s to big for my preferences.

I changed the Main Table Width in Style Manager to 90% , so i really like it , but now i have a problem to posting a thread, look please at the attachment.
Can someone please tell me where i must change % , i don?t know in wich template/s.

Many thanks for support.

Hi.. well if you alter anything about the style it then becomes essentially customized beyond the remit of my support, but i'd just say.....leave it alone ;) put the settings back as it was, then tred carefully through them making a note of what they do, if it doesn't look good then revert it... you get my point, good luck.

-b6

Davez 07-09-2004 02:00 PM

Hmmm .. **** , it really looks not good here :(

Everywhere looks good, but not on post thread, and i don?t know where to edit.

b6gm6n 07-09-2004 03:01 PM

Quote:

Originally Posted by Dave
Hmmm .. **** , it really looks not good here :(

Everywhere looks good, but not on post thread, and i don?t know where to edit.

goto your ACP > Style manager > style vars >

edit :

Form Width (pixels) should be set to auto
User Control Panel Form Width (pixels) should be set to auto
Message Area Width (pixels) should be set to 700px
User Control Panel Message Area Width (pixels) should be set to 540px

-b6

House_of_Crazed 07-09-2004 05:50 PM

Perhaps someone knows here lol

This is annoying & bugging the hell out of me.

I installed this theme today with no problem. I just had to do couple code modifications.

On the vbadvanced cmps portal page, at the bottom right before the footer where it shows the copyright text by Vba. Where the black columns on either side of the browser is at. On the same line with the copyright text, the images ain't showing up. *laughs*But it is showing up everywhere else where it should be, just not the specific lines.

I'm sitting here pouring through the code trying to figure it out.

I know it's not my footer template. I know it's not the adv_portal_footer template. It is only not showing on the portal page, but it's working fine everywhere. Just not on pages that's utilizing the portal engine.

I can furnish a screenshot on request.

HoC

b6gm6n 07-09-2004 09:52 PM

House_of_Crazed, i wanna screeny and maybe a link...have you tried looking the the vbdatabase for actual vba copyright text template html code? sounds weird but it might be in there...anyways, i wanna help you...

-b6

Frzzy 07-09-2004 10:10 PM

I installed your style and it look really really great... btw, can you let me know which version of vB3 this style based on??? I download it 6 hrs ago, so I can update changed templates... thanks...

House_of_Crazed 07-09-2004 11:46 PM

b6gm6n -

You can see it here. :) http://www.houseofcrazed.com...

Ah, the vb database, let's let me look...

According to the database, it says the following for adv_portal_footer

HTML Code:

<!-- Do NOT remove this copyright notice. Doing so is a violation of your user agreement! -->

<div align=\"center\" class=\"smallfont\">" . construct_phrase("$vbphrase[powered_by_vbadvanced_cmps]", "$vba_options[portal_version]") . "</div>

So, lol ... I'm sitting here going crazy, *laughs*

HoC

imported_infernonet 07-10-2004 12:20 AM

Its based on vB 3.0.1

b6gm6n 07-10-2004 01:09 AM

Quote:

Originally Posted by House_of_Crazed
$vbphrase[powered_by_vbadvanced_cmps]

There is it...

$vbphrase[powered_by_vbadvanced_cmps]

goto your vba phrases section in ACP and look for the phrase above

just add the code below replacing the CONTENT_HERE with the phrase

HTML Code:

<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="36" height="300" align="left" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_01.gif"><img src="images/hardwired/misc/vborgmiddle_01.gif" width="36" height="57" alt=""></td>
    <td width="100%" height="100%" valign="top">
      CONTENT_HERE</td>
    <td width="37" height="300" align="right" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_03.gif"><img src="images/hardwired/misc/vborgmiddle_03.gif" width="37" height="57" alt=""></td>
  </tr>
</table>

I'm sure thats it... :)

Good luck!

-b6

House_of_Crazed 07-10-2004 01:41 AM

Strike One!

Try again :) lol

It's showing up, but not fully extended to both sides.

HoC

b6gm6n 07-10-2004 09:06 AM

go through the vba index template remove the copywrite and or <br> or whatever it is and the phrase in the database, and just manually add it in the footer :)

-b6

Frzzy 07-10-2004 07:07 PM

Quote:

Originally Posted by infernonet
Its based on vB 3.0.1

I don't know exactly but a lot of 3.0.1 templates are not done in Hardwired, so I just want to know which template version Hardwired is based on, so I can update thoroughly...

Jason McConnell 07-10-2004 08:30 PM

The importer said it was designed for v.3.0.0 after I forgot to click ignore style version :)

Anyway, I'm completely lost here. Adding that code in the xtra table code textfile in what I thought were the appropriate places just made things worse. I've seen this style used on vBACMPS on other sites, I'm wondering how they got it to work :(


**EDIT**
Ok, I think I've got it... my only problem now is the navbar at the top... but I'm kind of inclined to leave it as it is. I'm having the same problem as House of Crazed though... as i wander off laughing maniacaly :eek:

Jason McConnell 07-10-2004 10:41 PM

Quote:

Originally Posted by House_of_Crazed
Strike One!

Try again :) lol

It's showing up, but not fully extended to both sides.

HoC


I think I got that one figured out man. Just went and looked at your site, I was having the same troubles :) Change the height to 20 pixels instead of 300, and then copy this into your adv_portal_footer.

Code:

<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="36" height="300" align="left" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_01.gif"><img src="images/hardwired/misc/vborgmiddle_01.gif" width="36" height="57" alt=""></td>
    <td width="100%" height="100%" valign="top">
      <center>Powered by <a href="http://vbadvanced.com" target="_blank">vBadvanced</a> CMPS v{1}</center></td>
    <td width="37" height="300" align="right" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_03.gif"><img src="images/hardwired/misc/vborgmiddle_03.gif" width="37" height="57" alt=""></td>
  </tr>
</table>


imported_SmasherMaster 07-11-2004 12:37 AM

Agh...I really like this style, but I have many many pages (RPG pages, shoutbox pages, atricles pages etc etc etc) where this common "missing side images" problem is. If there is ANY way NOT to go through the nightmare of editing every single page, than please do say something. Any few templates I could edit so it does show up on all pages? :)

homeopathic 07-11-2004 04:08 AM

Kick A$$ Style

I will be using in my site.

I love it...

b6gm6n 07-12-2004 12:06 AM

Quote:

Originally Posted by SmasherMaster
Any few templates I could edit so it does show up on all pages? :)

unfortunatly no...you'll have to go through the new templates, some hacks may need just the odd one or two...hang in there :)

-b6

MetalMilitia 07-12-2004 08:52 AM

Great Style :D

http://forums.armageddononline.org/index.php?styleid=30

Installed! I was gonna design a new style to go with the banner, but when I found this it fit in perfectly.

Thanks!

-MM-

Hoffi 07-12-2004 12:03 PM

Look really great. I test it.

imported_Blue91 07-13-2004 02:59 AM

great style. I have it as an option on my site now.

http://www.pomoforacing.com/forums/index.php?styleid=6

However, I tried to open the vbulletinorg3.psd file for the top logo, so I could edit the text with my own, and apparently I do not have enough RAM, according to photoshop. My wife's computer will not open it either. The thing is, the file isn't THAT large (447 KB), so that makes no sense.

Could you possibly send it to me again (in case it's messed up) or maybe I could email you my logo to incorporate into it? It looks GREAT otherwise! Thanks again.

b6gm6n 07-13-2004 11:02 AM

sorry to hear that Blue... check the attached, i've done the graphic for you according to your site title, the psd might work better i dunno... get someone elses photoshop :)

enjoy!

XFSImperial 07-13-2004 02:06 PM

Wow didn't see how nice this was until I started running it. Nice Job!

imported_Blue91 07-13-2004 10:27 PM

Thanks a ton! Looks great.

The only thing I can think of is I am running PS 6. Maybe since you made it in PS 7, that has something to do with it.

Ah well, thanks a ton... http://www.pomoforacing.com/forums/index.php?styleid=6

imported_Malacia 07-14-2004 09:05 PM

FINALLY!

At last, i have seen a good style over here for free!
Excellent work, keep it up

INFRAR3DD 07-17-2004 03:22 PM

This file was created using a different version of vBulletin from the one you are running.

Your version: 3.0.3
File version: 3.0.0

Anyway of fixing this?

That's the only thing I hate about vB

imported_Blue91 07-17-2004 03:34 PM

I'm using it on 3.0.3. Never even got a message like that.

b6gm6n 07-17-2004 04:30 PM

Quote:

Originally Posted by INFRAR3D
This file was created using a different version of vBulletin from the one you are running.

Your version: 3.0.3
File version: 3.0.0

Anyway of fixing this?

That's the only thing I hate about vB

when importing the style try using the option 'ignore style version'

-b6

imported_sasjamal 07-18-2004 07:45 PM

who is broken? she is FyNe

b6gm6n 07-18-2004 09:17 PM

Quote:

Originally Posted by sasjamal
who is broken? she is FyNe

Yeah, she's a nice girl! :)

-b6

dubumb 07-21-2004 11:52 AM

very nice! I must say that the demo forum is now a different style (one that i wouldnt mind having! your styles are great--excellent work sir) :)

b6gm6n 07-22-2004 08:20 AM

The attached is for Busterking!! - cheers

-b6

b6gm6n 07-22-2004 08:20 AM

Quote:

Originally Posted by dubumb
very nice! I must say that the demo forum is now a different style (one that i wouldnt mind having! your styles are great--excellent work sir) :)

well, i'll be releasing the skin soon, along with some more :)

-b6

Busterking 07-22-2004 10:21 AM

Quote:

Originally Posted by b6gm6n
The attached is for Busterking!! - cheers

-b6


Awesome. Thanks a million!

Busterking 07-23-2004 01:19 AM

Any possibility of have different icons for new posts and no new posts? They are both showing a closed envelope.

Also, I was wondering if it was at all possible to have a brighter icon for "Forum Contains New Posts", like a bright flashing green arrow?

Thank you for your nice template.


All times are GMT. The time now is 04:20 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,839KB
  • 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
  • (2)bbcode_html_printable
  • (13)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