#1 (permalink)  
Old 24.05.2010, 09:18
Neuer Benutzer
 
Join Date: 05.2010
Posts: 17
Rep Power: 2
sat_cse28 is on a distinguished road
Pfeil cyborg red style fix
I have purchased y'day cyboyg red for vBulletin 4.0.3 & downloaded the file but i couldn't find logo.psd file for cyborg red & sub forum style shows with some problem.Can you help me in this?.Attached the screenshot please do take a look on to it and help me out with the necessary changes to be made.
Attached Images
File Type: jpg check it out.jpg (34.4 KB, 11 views)

Last edited by sat_cse28 : 24.05.2010 at 09:32.
Reply With Quote
  #2 (permalink)  
Old 25.05.2010, 12:35
compusoft's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2007
Posts: 245
Rep Power: 7
compusoft has a spectacular aura aboutcompusoft has a spectacular aura aboutcompusoft has a spectacular aura about
Idee
Quote:
Originally Posted by sat_cse28 View Post
I have purchased y'day cyboyg red for vBulletin 4.0.3 & downloaded the file but i couldn't find logo.psd file for cyborg red & sub forum style shows with some problem.Can you help me in this?.Attached the screenshot please do take a look on to it and help me out with the necessary changes to be made.

@ sat_cse28

You can edit the template "forumhome_forumbit_level2_post" !

search for :

HTML Code:
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
                        <div class="moderators">
                            <h4>{vb:rawphrase moderators}:</h4>
                            <ol class="commalist">
                                {vb:raw forum.moderators}
                            </ol>
                        </div>
                   </vb:if>

                    <vb:if condition="$show['subforums']">
replace with :

HTML Code:
<vb:if condition="$vboptions['showmoderatorcolumn'] AND $forum['moderators']">
                        <div class="moderators">
                            <h4>{vb:rawphrase moderators}:</h4>
                            <ol class="commalist">
                                {vb:raw forum.moderators}
                            </ol>
                        </div>
                    <br></vb:if><br>

                    <vb:if condition="$show['subforums']">
you see only this was added : <br></vb:if><br>

You can do if you like, it fit`s my need. It looks that way after.....

-
subforums.png
-

If you dont like it that way, i`m shure you figure it out
the way you want.

regards
__________________
Reply With Quote
  #3 (permalink)  
Old 28.05.2010, 03:45
Neuer Benutzer
 
Join Date: 05.2010
Posts: 17
Rep Power: 2
sat_cse28 is on a distinguished road
It's not working as you have said,somebody please try to help me fixing the style problem.
Reply With Quote
  #4 (permalink)  
Old 28.05.2010, 14:55
compusoft's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2007
Posts: 245
Rep Power: 7
compusoft has a spectacular aura aboutcompusoft has a spectacular aura aboutcompusoft has a spectacular aura about
Pfeil
Quote:
Originally Posted by sat_cse28 View Post
It's not working as you have said,somebody please try to help me fixing the style problem.

@ sat_cse28

Did you add the <br /> on the cyborg red style and not to another one ?
I tried it one more time right now and it works fine to me,
as you can see below.

befor:
without_br.png

after:
with_br.png
__________________
Reply With Quote
  #5 (permalink)  
Old 28.05.2010, 16:18
Neuer Benutzer
 
Join Date: 05.2010
Posts: 17
Rep Power: 2
sat_cse28 is on a distinguished road
I have tried adding <br> tags its not working properly in our site.
Reply With Quote
  #6 (permalink)  
Old 28.05.2010, 16:46
compusoft's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2007
Posts: 245
Rep Power: 7
compusoft has a spectacular aura aboutcompusoft has a spectacular aura aboutcompusoft has a spectacular aura about
Pfeil
Sorry but, you selected the correct template surely in correct style?
__________________
Reply With Quote
  #7 (permalink)  
Old 29.05.2010, 03:44
Neuer Benutzer
 
Join Date: 05.2010
Posts: 17
Rep Power: 2
sat_cse28 is on a distinguished road
ya i have edited the correct style only,its going worse after adding <br> tags.
Reply With Quote
  #8 (permalink)  
Old 29.05.2010, 10:42
compusoft's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2007
Posts: 245
Rep Power: 7
compusoft has a spectacular aura aboutcompusoft has a spectacular aura aboutcompusoft has a spectacular aura about
Unglücklich
Quote:
Originally Posted by sat_cse28 View Post
ya i have edited the correct style only,its going worse after adding <br> tags.

@ sat_cse28

sorry then, i got no idea anymore right now.

regards
__________________
Reply With Quote
  #9 (permalink)  
Old 29.05.2010, 20:59
compusoft's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2007
Posts: 245
Rep Power: 7
compusoft has a spectacular aura aboutcompusoft has a spectacular aura aboutcompusoft has a spectacular aura about
Idee
@ sat_cse28

One last try for you
Open the additional.css in the cyborg style.

search for
:

HTML Code:
.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
    width: auto  !important;
    float: none  !important;
/* overflow:hidden; */


replace with
:

HTML Code:
.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
    width: auto  !important;
    float: none  !important;overflow:hidden; 
/* overflow:hidden; */
as you can see, the "overflow:hidden;" was commented out. /*comment*/
that was the fault

have phun

regards
__________________
Reply With Quote
  #10 (permalink)  
Old 30.05.2010, 02:54
Neuer Benutzer
 
Join Date: 05.2010
Posts: 17
Rep Power: 2
sat_cse28 is on a distinguished road
thanks a lot,it got worked
Reply With Quote
  #11 (permalink)  
Old 30.05.2010, 07:30
compusoft's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2007
Posts: 245
Rep Power: 7
compusoft has a spectacular aura aboutcompusoft has a spectacular aura aboutcompusoft has a spectacular aura about
Daumen hoch
Quote:
Originally Posted by sat_cse28 View Post
thanks a lot,it got worked

@ sat_cse28

i am glad to help if the target is success .

regards
__________________
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Style Cyborg und Cyborg Darkblue banner postieren? OCPerformance Style- & Web Template Support 2 30.06.2009 18:18
Cyborg Style Willy Photoshop 4 12.07.2007 12:15
wbb - cyborg - style guhi Style- & Web Template Support 6 25.02.2006 22:53
Cyborg-wBB Style Christian Ankündigungen & News 14 29.08.2005 11:28
Cyborg-wBB Style ohtwadi English Forums 3 16.06.2005 21:52


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS