vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   Abeer Style (https://vborg.vbsupport.ru/showthread.php?t=114182)

merlin101 04-30-2006 06:25 PM

awsome m8 many many many thanx

egtrix 04-30-2006 06:26 PM

you are always welcome :)

Steven Gibbons 04-30-2006 07:50 PM

My forums have mucked up after installing this: www.onlinevideoforums.com

egtrix 05-01-2006 05:18 AM

The thing is that your domain name doesn't resolve! I did ping the domain and it's status shows as offline And this has no relation with the skin, it's about your server, so contact your server support and Make sure that your domain name is working and then if you want to use it, install it on vb 3.5.4 and please don't hesitate to let me know if you face any problems.
Thank you

nitro 05-01-2006 12:33 PM

Nice and clean with good grafix.
Forumhome needs a bit of work to fix bad nesting from conditionals. Cant see much else wrong with it tho. Nice job. :)

egtrix 05-01-2006 03:27 PM

Thank you, glad that you like it and it will try get things better next time ;)

HaYLaZ 05-01-2006 06:58 PM

good work

nitro 05-01-2006 11:37 PM

Quote:

Originally Posted by egtrix
Thank you, glad that you like it and it will try get things better next time ;)

Perhaps it would be better to throw the welcome guest stuff over to where the rest of that area of forumhome code went. Seems to validate 100% as member and only kicks out an empty set of div tags as a guest, which isnt unusuall or bad. If you find its not standing out enough change the font for the guest message.

DomP 05-02-2006 02:18 AM

Hey again :)

Another nice style ! But the the psd folder isnt in the download ?

egtrix 05-02-2006 07:40 AM

HaYLaZ, many thanks and I really appreciate your words especially that you are a master designer ;)

Nitro, yes that's a good suggestion, I will probably take that in mind when I release the next version for this skin. Many thanks for the tips ;)

DomP, many thanks and glad that you like it :) , the thing that I didn't add a PSD file was because I did this skin when I was out of city and only had a dial-up connection by that time, so I tried to make the uploaded file as small as possible. But I will release the PSD file with the next version of the skin ;)

nitro 05-02-2006 10:17 AM

Or you should be able to tuck the closing if above the closing table tag. Its a preference thing there I think really, depends on how you want the guest message box to appear. The full way makes it less obtrusive but thats not what is allways wanted with please register message.

egtrix 05-02-2006 11:01 AM

yes nitro, nice idea. I've been even thinking of moving the please register message above the header for non registered users and then it will be invisible for registered users.. a crazy idea, i know.. but it will take away the register message from the body of the design :)

Pete C 07-06-2006 03:28 PM

Sorry I was bit slow to click the install, wasn't sure if this skin would be too light. Now that I've installed and modified it a little, it looks so good I've made it the current default theme.

This one kind of "grows" on you I think. It's a long way from some of the darker themes I've used before, but it's easy to read, easy to work with . . and most important, my members like it a lot!

A big (but slightly belated) Thank You for this one. Excellent skin :up: . . . clicks *Installed*

egtrix 07-06-2006 06:53 PM

Belder really glad that you like this skin especially it's the most one I like out of all of my designs :)

Pete C 07-07-2006 02:19 PM

It is a really nice skin, but I've run into the alignment problem and it seems (from reading what I can find here) the way to fix it may be different from theme to theme. If you have time to take a look at my site, you'll see what I mean by alignment - the Last Post section extends to different sizes.

I have the same problem on another theme that was created by Forum-Lance and the Forumhome template is coded similarly to yours.

I've tried everything I know, and a few things I don't . . . I changed the code to this:
Code:

<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
       
        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>
          </if>
        </tr>
</thead>
$forumbits

I even tried adding
Code:

width=#%
to the td class lines (# being the precentage of the total width for each section, and made so all sections together =100%. I got absolutely nowhere lol!

I copied the original template before I started, so nothing lost. I just cannot figure how to get the Last Post section to line up! Any help, suggestions or advice would be much appreciated.

egtrix 07-07-2006 03:23 PM

Hello Belder,
Thank you for your post :) Would you please provide me with your forum's URL as I need to see the amount of variation in width in the last post column.

Pete C 07-07-2006 04:07 PM

Thanks for the reply egtrix. The url is: http://radio-cafe.com - or you can just click on my signature line.

egtrix 07-07-2006 11:02 PM

Hey Belder, thanks for your post and sorry for the delay in posting but it took me a while to work on this issue and finally found a solution for it, here is the right code :)
Quote:

<td class="thead">&nbsp;</td>
<td class="thead" width="75%" align="$stylevar[left]">$vbphrase[forum]</td>
<td width="25%" class="thead">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
As you can see that the problem was that $vbphrase[forum] was set to 100% which was wrong, so I set it to 75% instead and then set the $vbphrase[last_post] to 25% , ofcourse you can change these variables according to your needs.

So the total code of the forumhome_forumbit_level1_nopost will be:
Quote:

<table style="border-collapse: collapse">
<tr>
<td align="left" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_top_l.gif" border="0" alt="" /></td>
<td class="cat-top"><a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"> - $forum[description]</if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td align="right" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_top_r.gif" alt="" /></td>
</tr>
</table>
<if condition="$childforumbits">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead">&nbsp;</td>
<td class="thead" width="75%" align="$stylevar[left]">$vbphrase[forum]</td>
<td width="25%" class="thead">$vbphrase[last_post]</td>
<td class="thead">$vbphrase[threads]</td>
<td class="thead">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>
</table>
</if>
<table style="border-collapse: collapse">
<tr>
<td align="left" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_bottom_l.gif" alt="" /></td>
<td style="background-image: url($stylevar[imgdir_misc]/cat_bottom_bg.gif);width: 100%"></td>
<td align="right" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_bottom_r.gif" alt="" /></td>
</tr>
</table>
<br />
Thanks again for reporting that bug :)

egtrix 07-07-2006 11:13 PM

wait Belder, still this is not resolving the problem, sorry I will need some extra time

egtrix 07-07-2006 11:28 PM

ok finally here is the solution :)

it should be:
Quote:

<td class="thead" width="5%">&nbsp;</td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" with="50%">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
This will form cell's width in a right way, so the total code will be:
Quote:

<table style="border-collapse: collapse">
<tr>
<td align="left" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_top_l.gif" border="0" alt="" /></td>
<td class="cat-top"><a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
<if condition="$show['forumdescription']"> - $forum[description]</if>
<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td align="right" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_top_r.gif" alt="" /></td>
</tr>
</table>
<if condition="$childforumbits">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="5%">&nbsp;</td>
<td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" with="50%">$vbphrase[last_post]</td>
<td class="thead" width="5%">$vbphrase[threads]</td>
<td class="thead" width="5%">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</tbody>
</table>
</if>
<table style="border-collapse: collapse">
<tr>
<td align="left" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_bottom_l.gif" alt="" /></td>
<td style="background-image: url($stylevar[imgdir_misc]/cat_bottom_bg.gif);width: 100%"></td>
<td align="right" style="padding: 0"><img src="$stylevar[imgdir_misc]/cat_bottom_r.gif" alt="" /></td>
</tr>
</table>
<br />

egtrix 07-07-2006 11:48 PM

Version 2 has now been released fixing a bug in the "Last Post"cell width at forum home

Pete C 07-08-2006 09:16 AM

Wow - thank you egtrix, that's a lot more help than I'd hoped for. I applied your updated code and everything is lining up perfectly.

Considering how good the skin is, I guess it was a minor bug . . but fixing it has turned a good theme into something very special.

Thanks for your time and effort, and for putting out work of this quality for free. It's very much appreciated.

egtrix 07-08-2006 05:20 PM

Belder, you are always welcome and I'm really glad that I found you a solution for this skin and thanks for your nice words :)

yinyang 07-10-2006 01:16 AM

this looks amazing. keep up the great work. *installs*

egtrix 07-10-2006 01:33 AM

yinyang glad that you like it and many thanks for your continous support :)


All times are GMT. The time now is 07:23 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.01378 seconds
  • Memory Usage 1,808KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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