vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - 3 Color Red, Green, Blue Premium PrevBB 4.1 (https://vborg.vbsupport.ru/showthread.php?t=251394)

vb4newb 03-20-2011 03:37 PM

Waitng for update heehee :)

Deeper 03-20-2011 03:47 PM

me too ;)

Phaedrus 03-21-2011 03:43 PM

Wow. I'm glad I read through.

Waiting for update. What If I only install one of the colors? Does this work like a normal skin?

dr.luke 03-22-2011 03:15 PM

Beautiful style but waiting for update!

SEW810 04-07-2011 03:28 AM

1 Attachment(s)
Pretty nice, workin on vb 4.1.2 but with 2 lil issue.

It don't show on line users at WGO block, it says "Array"
The other one is not so "lil", when I click on LOG IN button, it takes me to a blank page whit LOG IN box, when a try to log in, this error occurs:

Quote:

Warning: require_once(./includes/class_bootstrap.php) [function.require-once]: failed to open stream: No such file or directory in /home/wkwyslms/public_html/global.php on line 15

Fatal error: require_once() [function.require]: Failed opening required './includes/class_bootstrap.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wkwyslms/public_html/global.php on line 15

PretorianoAlfa 04-27-2011 02:20 PM

Quote:

Originally Posted by SEW810 (Post 2181829)
Pretty nice, workin on vb 4.1.2 but with 2 lil issue.

It don't show on line users at WGO block, it says "Array"

To fix this find in FORUMHOME:

Code:

<!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <vb:if condition="$activeusers">
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                {vb:raw activeusers}
                                        </ol>
                                        </vb:if>
                                </div>
                        </div>
                        <!-- end logged-in users -->

Replace with this code. It's what I did and it works

Code:

<!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <vb:if condition="$activeusers">
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                <vb:each from="activeusers" value="loggedin">
                                                        <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                                                </vb:each>
                                        </ol>
                                        </vb:if>
                                </div>
                        </div>
                        <!-- end logged-in users -->


Quote:

Originally Posted by SEW810 (Post 2181829)
The other one is not so "lil", when I click on LOG IN button, it takes me to a blank page whit LOG IN box, when a try to log in, this error occurs:

In my case this is due to web browser. Mozilla does not happen.

I hope that serves to solve your problems. A greeting.

Ozlem kokmaz 05-04-2011 05:15 AM

Thanks Cool Theme :)

Nipponowners 07-08-2011 03:26 PM

i know this is a old one, but like the design and went for it. however there seems to be a bug with it and cant seem to find a fix.
Register. when you click register i get this on the page instead of the opage for signing up

"Nippon Owners Club does not have any paid subscriptions available to which you can subscribe."

thing is, we dont have any paid subsciptions and paid subscriptions are not going to be in force. can you help with this? other thing is the log in page, doesnt work, which i can see ^^^ up there that theres a fix :)

regards
newbie
dan

Nipponowners 07-09-2011 01:07 PM

lol, sorted the register problem, there was a comflict between vb paid subscription and one that i downloaded.

still cant figure out the LOG IN problem, nothing seems to work for it. please update the template........................please

Cla75 12-08-2011 05:48 PM

Guys, I need your help.

STYLE I really like this and I am trying to create my new forum VB4

I already installed the new version first (SKIN 4.1.zip EEE) but I noticed a problem with layout of home: Last Post.
Under this column, there are: a post, user, date, No. No of posts and the treads but they do not read well, too close.

See here:
http://forumviaggiatori.com/FV-vb4/forum.php?styleid=11

I installed the "old" version (EEE.zip skin) and this sub to Last Post is much more beautiful and readable (although it has other problems, otherwise I would have used this).

See here:
http://forumviaggiatori.com/FV-vb4/forum.php?styleid=19

QUESTION:

Would it be possible to have (or change) the column Last post of the "old" version Skins Skins EEE EEE on the new version 4.1?

How can I do?
Can I copy a file or the file to get the same view?

Help me please?

Thanks to all

flbutterflyz 12-19-2011 10:05 PM

Quote:

Originally Posted by Da-Vinci (Post 2145027)
Lovely skin PrevBB, don't see why everybody wants to rush into 4.1.1 beta (Unstable), I won't be upgrading untill it's stable.

Just looked on your demo links and noticed this and wondered if you would like to share the edits to make this possible, it looks really good in my opinion.

https://vborg.vbsupport.ru/attachmen...1&d=1294343829

I have the exact opposite question.

How do I remove the boxes around the last post info that's in the image I quoted?

flbutterflyz 12-29-2011 05:18 PM

Quote:

Originally Posted by avinashiitd (Post 2132690)
Header breaks in IE. Buttons like logout, search box go out of the main frame.

I'm having this problem too in IE. Is there a solution for this?

ETA: I got not one solution.

Uninstalled.


All times are GMT. The time now is 01:05 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.01272 seconds
  • Memory Usage 1,760KB
  • 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
  • (2)bbcode_code_printable
  • (5)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
  • (12)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