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

Reply
 
Thread Tools
Rooq Classic Details »»
Rooq Classic
Version: 1.00, by Sam Granger Sam Granger is offline
Developer Last Online: Nov 2009 Show Printable Version Email this Page

Version: 3.7.0 Beta 3 Rating:
Released: 01-13-2008 Last Update: 01-13-2008 Installs: 34
 
No support by the author.

Rooq is a beautiful clean and smooth skin. I ported my IPB version over to vB after quite a few requests.

PSD to change logo is included. If you don't have Photoshop, please reply here and I will make you a logo for your board.

Quality Screenshot: http://www.arcadiplex.com/Rooq.jpg

Don't have vB 3.7 running on my main community and cannot show my testboard due to vb rules. Could someone psot a demo of it on their boarD?

Enjoy! Some images may be missing/need changing. If this is the case, please post here. I will fix and reupload image zip.

Show Your Support

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

Comments
  #12  
Old 01-20-2008, 03:36 PM
Freak0204's Avatar
Freak0204 Freak0204 is offline
 
Join Date: Dec 2005
Location: WV
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sam Granger View Post
Why can't you use it? Does it need downgrading to an older version?
Just doesn't go with the theme of my board.
Reply With Quote
  #13  
Old 01-20-2008, 04:29 PM
M-Tuning's Avatar
M-Tuning M-Tuning is offline
 
Join Date: Jul 2005
Location: Winschoten (NL)
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice style, is it possible to make a fixed version from this style?
Reply With Quote
  #14  
Old 01-21-2008, 10:28 PM
leroub's Avatar
leroub leroub is offline
 
Join Date: Jul 2005
Location: In my computer
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice style....

is it possible to put a PSD files of buttons.... It's more easly for translate....

thx...
Reply With Quote
  #15  
Old 01-22-2008, 03:11 PM
TomJames TomJames is offline
 
Join Date: Apr 2006
Location: UK
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice!
Reply With Quote
  #16  
Old 01-24-2008, 05:30 PM
l SKN l CHRIS l SKN l CHRIS is offline
 
Join Date: Mar 2007
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another IPB skin, I think this is a paid skin for IPB. Did you have permission to convert it?
Reply With Quote
  #17  
Old 02-08-2008, 02:02 AM
RvG2 RvG2 is offline
 
Join Date: Jan 2007
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have problem with notification... why it doesn't have the dropdown?
Reply With Quote
  #18  
Old 02-08-2008, 08:47 PM
papill0n papill0n is offline
 
Join Date: Nov 2007
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by l SKN l CHRIS View Post
Another IPB skin, I think this is a paid skin for IPB. Did you have permission to convert it?
It isnt a paid IPB skin and if memory serves my rightly Sam Granger is the original coder of the Rooq IPB skin.

Cheers Sam for porting over to vB this skin is one of the better IPB skins that was available
Reply With Quote
  #19  
Old 02-10-2008, 06:19 PM
papill0n papill0n is offline
 
Join Date: Nov 2007
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone else having problems with the quick links on this skin using 3.7 beta4? Also buttons psd would be handy
Reply With Quote
  #20  
Old 02-10-2008, 06:54 PM
hckby hckby is offline
 
Join Date: Apr 2007
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i'm using it.

u can use vb default buttons. it looks quite pretty.
Reply With Quote
  #21  
Old 02-11-2008, 05:27 AM
RvG2 RvG2 is offline
 
Join Date: Jan 2007
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fix for notification dropdown:

Find:

Code:
<!-- breadcrumb, login, pm info -->
	<if condition="$show['member']">
<div id="userlinks">
	<p style="float: right;"><if condition="$show['notifications']"> <a href="usercp.php?$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong> <script type="text/javascript"> vBmenu.register("notifications"); </script>
			<else /><if condition="$show['pmstats']"> <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase>
			</if></if>
Replace with:

Code:
<!-- breadcrumb, login, pm info -->
	<if condition="$show['member']">
<div id="userlinks">
	<p style="float: right;"><if condition="$show['notifications']"> <span id="notifications"><a href="usercp.php?$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span> <script type="text/javascript"> vBmenu.register("notifications"); </script>
			<else /><if condition="$show['pmstats']"> <phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase>
			</if></if>
This theme is gr8!

Enjoy.
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 10:58 PM.


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.07937 seconds
  • Memory Usage 2,304KB
  • Queries Executed 27 (?)
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
  • (2)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
  • (3)pagenav_pagelink
  • (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_postinfo_query
  • fetch_postinfo
  • 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