Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Epic Details »»
Epic
Version: 1.60, by Andrew Andrew is offline
Developer Last Online: Oct 2014 Show Printable Version Email this Page

Version: 3.6.4 Rating:
Released: 08-02-2006 Last Update: 11-23-2006 Installs: 98
Additional Files  
No support by the author.

This style was developed by my firm Epic Designz as a promotional tool for a new site called YourIndex. This style is free to be used on any forum provided that you retain the small promotional message in the footer (We made it as unobtrusive as possible.) The package includes the full set of PSD's, so you can make changes to suit your board or apply the same layout to non-vBulletin portions of your site. If there are any problems with the style, please report them to me in this thread, so I can get them resolved as quickly as possible.

Update 11/22/2006 Version 1.60
* XML file updated to vBulleitn 3.6.4

Update 11/9/2006 Version 1.50
* XML file updated to vBulleitn 3.6.3

Update 11/5/2006 Version 1.40
* Fixed an incorrectly named button.

Update 10/9/2006 Version 1.30
* XML file updated to vBulletin 3.6.2

Update 9/17/2006 Version 1.20
* XML file updated to vBulletin 3.6.1

Update 8/26/2006 Version 1.10
* Fixed the URL's in the header and footer.

Installation Instructions: Click Here

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 10-06-2006, 12:25 PM
adonfun adonfun is offline
 
Join Date: Jul 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JamieLee2k
Here is my forum it's all messed up
http://www.xleagues.net/forum/index.php?styleid=4

Strange.. I don't see the epic style. I tried other styleid's but no change. Is it turned on for guests as well?
Reply With Quote
  #133  
Old 10-06-2006, 04:44 PM
JamieLee2k's Avatar
JamieLee2k JamieLee2k is offline
 
Join Date: Sep 2006
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The link is fine
Reply With Quote
  #134  
Old 10-06-2006, 06:22 PM
adonfun adonfun is offline
 
Join Date: Jul 2006
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Link was fine yes, it worked, I only didn't see the epic template

But it shows now yes.

Seems that the epic images aren't on the server. Are you sure that the directory
http://www.xleagues.net/forum/images/epic/ is on the server with the images in it?

Other then that it seems to work fine.
Reply With Quote
  #135  
Old 10-06-2006, 08:47 PM
JamieLee2k's Avatar
JamieLee2k JamieLee2k is offline
 
Join Date: Sep 2006
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

right everything seems to be working after I took it off and re-installed it, now I just need 3 spaces in order to put my ibproarcade, vbsupport and vbplaza.

Maybe you can make another .xml template in which you can give people the option to have another menu row, a good idea would be to put it below the original one but still connected to the frame as seen in a picture below

Reply With Quote
  #136  
Old 10-12-2006, 10:43 AM
Andrew's Avatar
Andrew Andrew is offline
 
Join Date: Nov 2004
Location: Pennsylvania
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't have the time to do that myself due to school, work, and being in Europe, but if anybody else wants to have at it, then I don't mind.
Reply With Quote
  #137  
Old 10-15-2006, 11:37 AM
JamieLee2k's Avatar
JamieLee2k JamieLee2k is offline
 
Join Date: Sep 2006
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have copied and pasted the link below and pasted it below that link so that I have 3 of them then all I need to do is change the memberlist.php and member_list names to what I want them to be but it doesn't show up if I change the names. I will show an example:
vbplaza is a menu just like Quick Links so if you can get this working that would be great
Code:
<td class="vbmenu_control_header"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
This below doesn't show up apart from the top 3
Code:
			<td class="vbmenu_control_header"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
			<td class="vbmenu_control_header"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
			<td class="vbmenu_control_header"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
			<td class="vbmenu_control_header"><a href="vbplaza.php$session[sessionurl_q]">$vbphrase[vbplaza]</a></td>
			<td class="vbmenu_control_header"><a href="vbsupport.php$session[sessionurl_q]">$vbphrase[support]</a></td>
			<td class="vbmenu_control_header"><a href="arcade.php$session[sessionurl_q]">$vbphrase[arcade]</a></td>
All of these shows up
Code:
			<td class="vbmenu_control_header"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
			<td class="vbmenu_control_header"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
			<td class="vbmenu_control_header"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
			<td class="vbmenu_control_header"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
			<td class="vbmenu_control_header"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
			<td class="vbmenu_control_header"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
It's really weird cus it works on other skins
Reply With Quote
  #138  
Old 10-15-2006, 03:03 PM
Andrew's Avatar
Andrew Andrew is offline
 
Join Date: Nov 2004
Location: Pennsylvania
Posts: 441
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have no idea mate - The links you had there looked like they should be working fine theoretically.
Reply With Quote
  #139  
Old 10-15-2006, 03:45 PM
JamieLee2k's Avatar
JamieLee2k JamieLee2k is offline
 
Join Date: Sep 2006
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right I have made some progress, I have installed a menu system but there is one slight display issue, see below:
Reply With Quote
  #140  
Old 10-19-2006, 09:32 PM
StepOnFrog StepOnFrog is offline
 
Join Date: Apr 2006
Location: The Pub
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

go into the header template, and change your class for the link you've added from whatever it is (probably vbmenu_control) to vbmenu_control_header...

I'd buggered with the code for a while, and ended up copying the format that's used for the dropdown Search on navbar.

Hopefully, It'll work!

:-D

-----------------------
(Hey! This is the first time I've helped someone on here - I think!)
Reply With Quote
  #141  
Old 10-19-2006, 10:39 PM
StepOnFrog StepOnFrog is offline
 
Join Date: Apr 2006
Location: The Pub
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

From post #102
Quote:
Originally Posted by JoshFink
Any updates on this? I'm still having no luck on this.

Thanks

Josh
I haven't found a way to fix this problem in the templates (to be honest, can't be bothered right now), but to solve the issue temporarily I've uploaded a copy of the images folder that comes with epic style into the same folder that I have my vBAvannced CMPS (the root). It means I have 2 images/epic folders on my space, but it solves a problem until someone sorts it out.!

Hope it helps.

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08976 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete