vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=140)
-   -   [Release]EvolutionX style (https://vborg.vbsupport.ru/showthread.php?t=88237)

omega buster 01-31-2003 10:00 PM

[Release]EvolutionX style
 
Ok here we go,this is my first style.i`m coding and making this graphic myself,and after a long trial and error,finally,it`s finished!

This style including all the necesarry images like smilies,button,on,off,and also the psd for the header logo.:D
and i would like to give a credits to:
Cypher720 ---> for the original postbit template
FFdcsite ---> for the user avatar code in welcome panel extreme hack.:D
Jelsoft ----> for the original smilies sets
myself ----> for the hardwork lol [laughing]
my friend Rob ----> for helping me out

note: please do NOT remove the copyright text on the bottom

screenshot of forumhome and postbit in the next post
enjoy

Omega Buster

Edit: update: i forgot to add some link in postbit.go to page 2 to find the text file

omega buster 02-01-2003 11:13 AM

screenshot of forumhome :)

omega buster 02-01-2003 11:17 AM

screenshot of postbit...

Tony G 02-01-2003 11:28 AM

Wow not bad, not bad at all. Nice work. :)

imported_TheComputerGuy 02-01-2003 11:34 AM

This looks really really nice!

assassingod 02-01-2003 11:49 AM

Very nice indeed

omega buster 02-01-2003 11:51 AM

thx for the nice comment guys :)

Dan 02-01-2003 12:35 PM

I like it

Cypher720 02-01-2003 01:24 PM

Thanks to omega buster, this style will now be available for download also at vbpanel.com!

imported_Se7en 02-01-2003 03:36 PM

Thanks man, im about to install this....:D

BLaRmuS 02-01-2003 09:43 PM

awsome style man i love it

CannonFodder 02-01-2003 10:09 PM

i like it, nice header! good job!

omega buster 02-01-2003 11:24 PM

thanks again for the feedback guys
i`m planning to release a new style soon and it`s still under development now :)

imported_Se7en 02-02-2003 02:48 AM

Could you post your board w/ this style on? I can't install it till tomorrow and i wanna see exactly how it looks live.

Thanks..

Tony G 02-02-2003 03:11 AM

He probably just posted the big edited pages. Means the others are mostly like default.

omega buster 02-02-2003 03:51 AM

Quote:

Originally posted by Se7en
Could you post your board w/ this style on? I can't install it till tomorrow and i wanna see exactly how it looks live.


Thanks..

sorry,i haven`t upload it to my board.
maybe someone post a board with this style on?:p

omega buster 02-02-2003 10:17 AM

i forgot to add some link in the postbit

so here`s the text file of the posbit

assassingod 02-02-2003 01:07 PM

I just thought i'd let you know that you have some varible in your postbit that arent standard in vB, such as $post[firstnewinsert] and $post[backcolor]

I have never come accross these before so I am guessing they are varibles for hacks :)
You might want to remove them;)

omega buster 02-02-2003 02:04 PM

hmmm I think it's a default postbit from vB (look at the code, from default vB postbit).

Code:

<table bgcolor=""#FFFFFF" background="images/mainbg.gif"" width="750" cellpadding="0" cellspacing="0" border="0"><tr><td width="10"><img width="10" height="1" src="images/space.gif" alt=""></td><td width="100%"><!-- spacer -->

<table cellpadding="0" cellspacing="0" border="0" bgcolor="#6597D9"  width="100%" align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr>
        <td bgcolor="$post[backcolor]" width="175" valign="top" nowrap>
        <a name="post$post[postid]"></a>
        $post[firstnewinsert]
        <normalfont><b>$post[username]</b></normalfont><br>
        <smallfont>$post[usertitle]</smallfont><br>
        $post[avatar]<p>
        <smallfont>Registered: $post[joindate]<br>
        Location: $post[field2]<br>
        Posts: $post[posts]</smallfont></td>
       
        <td bgcolor="$post[backcolor]" width="100%" valign="top">
        <smallfont>$post[icon] <b>$post[title]</b></smallfont>
        <p><normalfont>$post[message]</normalfont></p>
        $post[attachment]
        <p>$post[signature]</p>
        <p>$post[editedby]</p>
        <p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
        </td>
</tr>
<tr>
        <td bgcolor="$post[backcolor]" width="175" height="16" nowrap><smallfont>$post[foldericon]
        $post[postdate] <font color="#000000">$post[posttime]</font></smallfont></td>
       
        <td bgcolor="$post[backcolor]" width="100%" valign="middle" height="16">
                <table width="100%" border="0" cellpadding="0" cellspacing="0">
                <tr valign="bottom">
                        <td><smallfont>$onlinestatus
                        $post[profile] $post[pmlink] $post[useremail] $post[homepage] $post[search] $post[buddy]
                        <!-- $ post[icqicon] --> <!-- $ post[aimicon] --> <!-- $ post[yahooicon] -->
                        </smallfont></td>
                        <td align="right" nowrap><smallfont>
                        <a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="images/edit.gif" border="0" alt="Edit/Delete Message"></a>
                        <a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="images/quote.gif" border="0" alt="Reply w/Quote"></a>
                        </smallfont></td>
                </tr>
                </table>
        </td>
</tr>
</table>
</td></tr></table>

<!-- spacer --></td><td width="10"><img width="10" height="1" src="images/space.gif" alt=""></td></tr></table>

anyway, thx for the attention :) ;)

assassingod 02-02-2003 02:42 PM

Ahh yes, my fault, I know what they do now - Thanks
:embarrased:

Orfejs 02-03-2003 08:06 PM

Maybe you should make a more lite style? This one is something in between and doen't know is it good or is it bad. Like the postbit.

omega buster 02-04-2003 12:42 AM

Quote:

Originally posted by Orfejs
Maybe you should make a more lite style? This one is something in between and doen't know is it good or is it bad. Like the postbit.
what are u talking about?i don`t understand,sorry...;)

Cypher720 02-04-2003 12:53 AM

agreed....please explain

imported_shane_2k 02-04-2003 01:35 PM

is there any chance you can convert this so it works with vbportal please

thanks!

imported_shane_2k 02-04-2003 02:43 PM

please

Cypher720 02-04-2003 06:05 PM

just take the cat images and code it yourself....really not hard:)

omega buster 02-05-2003 01:34 AM

Shane_2K: if you use my style please do NOT remove the copyright text

is it just me...or i see some icons from vBT and vBskins there?

imported_shane_2k 02-05-2003 04:26 PM

what you on about now mate?
omega buster
is it just me...or i see some icons from vBT and vBskins there?

I ain;t useded your style yet i don;lt know how to get it work with vbportal

imported_Se7en 02-05-2003 06:05 PM

I wish someone could just install this and show me....

Genius _2k2_ 02-06-2003 04:51 AM

great work
Superbe
Thanks

omega buster 02-06-2003 07:10 AM

Quote:

Originally posted by Shane_2K
I ain;t useded your style yet i don;lt know how to get it work with vbportal
you didn`t use my style?then what is this?
http://www.nok-forums.co.uk/vb/index.php?s=

oh and this is the screenies :)

http://www.gameplanetz.com/ss/what.gif
http://www.gameplanetz.com/ss/what2.gif
http://www.gameplanetz.com/ss/what3.gif

:rolleyes:

imported_VTI 02-07-2003 08:56 PM

nice style, i'm going to install it

omega buster 02-08-2003 11:09 PM

thx.hope u enjoy this style :)

1x1 02-09-2003 01:12 PM

REALLY REALLY NICE.

msimplay 02-26-2003 09:54 PM

can u tell me please
in what template are the Rpg hack bits are kept
cuz i need to get rid of the rpg elements of this Style

msimplay 02-26-2003 10:09 PM

sorry i should have been more clear in the last post anyway
i included a picture of what i mean

please help:rolleyes:

omega buster 02-27-2003 05:10 AM

woops..my mistake,forgot to remove it^^;

just go to admin panel--->template--->modify--->show all--->search for modifyprofile template and click "revert"
;)

msimplay 02-27-2003 11:24 AM

Quote:

Originally posted by omega buster
woops..my mistake,forgot to remove it^^;

just go to admin panel--->template--->modify--->show all--->search for modifyprofile template and click "revert"
;)

thank u very much

xeon 03-05-2003 06:53 PM

I really like that, very well done. I have sat in front of my PC for hours piddlin, drawn stuff on paper and recreated on screen, but haven't been able to come up with anything I like. I'm creatively challenged, lol. Very well done though.

king sting 03-08-2003 01:10 AM

looks really nice man.. just what i need.. but how do i install it?


All times are GMT. The time now is 04:26 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.01389 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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