vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Rooq Classic (https://vborg.vbsupport.ru/showthread.php?t=167708)

Sam Granger 01-13-2008 10:00 PM

Rooq Classic
 
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.

Marco van Herwaarden 01-14-2008 11:17 AM

You can not have a public accessible testboard acording to the License Agreement

Removed test link as it is unlicensed.

Sam Granger 01-14-2008 11:21 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1421161)
You can not have a public accessible testboard acording to the License Agreement

Removed test link as it is unlicensed.

Ah ofcourse. Forgot about that rule! Will remove link. Bedankt :)

ZeryabPhone 01-14-2008 11:27 AM

nice style
Thank you

PoetJA-1975 01-14-2008 02:30 PM

wow - very nice style - sleek!
Thanx for the share.

JAcquii.

crippon 01-14-2008 04:07 PM

very good job i love it thanks for making it

Freak0204 01-16-2008 06:05 PM

Too bad I can't use it. Very nice!

Magnumutz 01-16-2008 07:05 PM

This looks so much like an IPB skin... Very nice.

Sam Granger 01-16-2008 07:17 PM

Quote:

Originally Posted by Freak0204 (Post 1422624)
Too bad I can't use it. Very nice!

Why can't you use it? Does it need downgrading to an older version?

iJoe 01-20-2008 10:33 AM

I don't have photoshop.

My forum is called iTeenforum

Freak0204 01-20-2008 03:36 PM

Quote:

Originally Posted by Sam Granger (Post 1422657)
Why can't you use it? Does it need downgrading to an older version?

Just doesn't go with the theme of my board.

M-Tuning 01-20-2008 04:29 PM

Nice style, is it possible to make a fixed version from this style?

leroub 01-21-2008 10:28 PM

Very nice style.... :D

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

thx...

TomJames 01-22-2008 03:11 PM

Very nice!

l SKN l CHRIS 01-24-2008 05:30 PM

Another IPB skin, I think this is a paid skin for IPB. Did you have permission to convert it?

RvG2 02-08-2008 02:02 AM

i have problem with notification... why it doesn't have the dropdown?

papill0n 02-08-2008 08:47 PM

Quote:

Originally Posted by l SKN l CHRIS (Post 1428092)
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:)

papill0n 02-10-2008 06:19 PM

Anyone else having problems with the quick links on this skin using 3.7 beta4? Also buttons psd would be handy ;)

hckby 02-10-2008 06:54 PM

i'm using it.

u can use vb default buttons. it looks quite pretty.

RvG2 02-11-2008 05:27 AM

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. :D

hckby 02-11-2008 10:43 AM

thnx for fix.

papill0n 02-11-2008 04:13 PM

Thanks for the fix RvG2

Does anyone have a fix for the quick links yet mine isnt working. When I click on the quick links tab it it doesnt have a drop down list it goes from

https://vborg.vbsupport.ru/external/2008/02/26.jpg

to

https://vborg.vbsupport.ru/external/2008/02/27.jpg

RvG2 02-18-2008 04:00 PM

OK I'll check and post it here...

RvG2 02-18-2008 04:28 PM

Here's the fix for quicklinks:

Find

Code:

<if condition="$show['member']">
                        <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                </if>

Replace with:

Code:

<if condition="$show['member']">
                        <div id="usercptools" class='top-right-link'><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></div>               
                </if>

enjoy :D

papill0n 02-18-2008 05:48 PM

Superb thanks RvG2 :)

Sam Granger 02-19-2008 07:35 PM

Wow thanks for the support to other people guys! Appreciate it! :)

Ps. Don't worry, I've been having a rough time and will continue supporting this skin soon! :)

Discussions 03-04-2008 10:02 PM

Any way to get the drop down search to work?

Also, there is an error on vBulletin 3.7.0 Beta 5 - "this.controlobj" is null or not an object. Could this be attributed to the fact that the drop down search doesn't work?

Discussions 03-05-2008 01:18 AM

Also, how do we properly center this in firefox?

It works fine in IE7, yet in firefox it doesn't align centered. I have tried several different ways of doing this and none of these are working properly. One way it does align centered in firefox and in IE7 - but the text is also aligned centered.

Sam Granger 03-05-2008 07:40 AM

I'm working on a beta 5 version. :)

Hope vB 3.7 goes final soon...

Discussions 03-05-2008 04:15 PM

Quote:

Originally Posted by Sam Granger (Post 1457342)
I'm working on a beta 5 version. :)

Hope vB 3.7 goes final soon...

Thanks for the update sam! Is there any way you could release a fixed version that is centered? I have been trying to get this centered in both IE and Firefox, the best I can come up with actually centers the text as well.

Also, would there be any way to make the login form to be more like IPB? I've used this skin before on IPB and really like what you've done. Have you left IPB or did you just further your reach into vBulletin?

Sam Granger 03-05-2008 04:24 PM

I'll try and get it centered, tried in the previous version too, not sure what I did wrong but I'll find out. I still do IPB, and it's my forum script of choice but I also wanted to release my skins for vB users. Login form more like IPB - I'll note that down!

Discussions 03-06-2008 06:15 PM

Quote:

Originally Posted by Sam Granger (Post 1457760)
I'll try and get it centered, tried in the previous version too, not sure what I did wrong but I'll find out. I still do IPB, and it's my forum script of choice but I also wanted to release my skins for vB users. Login form more like IPB - I'll note that down!

Thanks sam! I own both and I prefer the way IPB looks and functions overall. However I found the coding community to be way off base compared to what I can find here at vBulletin.org. If I could somehow get vBulletin to look more like IPB then that would be the best of both worlds. IPB has some of the greatest free and premium skin designs I have ever seen and rarely does a person find such high quality in free or premium vBulletin skins.

I thank you for taking the time to convert this skin over! I hope you will be able to find a way to fix the horrible vBulletin login form with the IPB layout.

seppo taalasmaa 03-10-2008 03:40 PM

A simple installation guide, where the image files shall be uploaded should always be with Styles, since there are different approaches for this.
Simply telling is the folder /forums/images, /forums/images/styles or root would be enough to prevent frustrating to upload everything twice.

Funny how Firefox 2 and IE 6&7 shows this style differently.
(I like more IE approach, since with with FW, forum starts right from left side of the screen)

Quite smooth template still

WFZ 03-10-2008 04:52 PM

Very nice, thanks.

xoclanes 03-19-2008 07:17 AM

The owner of this skin is rooq.net..

Discussions 04-08-2008 01:35 AM

Any updates on a new version, Sam?

Al Gregory 04-15-2008 10:48 PM

Quick Reply box is messed up in RC3

uncalled 05-01-2008 05:49 PM

Legendary IPB skin, thank You !


All times are GMT. The time now is 04:13 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.01232 seconds
  • Memory Usage 1,806KB
  • 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
  • (4)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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