Style Switcher
Current time: 08-02-2012, 09:53 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] IVGEO_v2
26-08-2008, 10:12 PM
Post: #21
RE: [Release] IVGEO_v2
thank u

but can u give me code to make pstbit like ivgeo.net here

thanx again
Find all posts by this user
Quote this message in a reply
27-08-2008, 07:32 PM (This post was last modified: 27-08-2008 08:05 PM by ivgeo.)
Post: #22
RE: [Release] IVGEO_v2
what exactly do you want?

div with border: double #c5c5c5;

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
27-08-2008, 08:40 PM
Post: #23
RE: [Release] IVGEO_v2
i want exactly my postbit to be like ivgeo.net

i will explain more

my postbit
online and offline Status is pic and not good but here status a word
Posts: 778
Group: Administrators
Joined: Sep 2006
Status: Online
Reputation: 19


are u understand me?
Find all posts by this user
Quote this message in a reply
27-08-2008, 09:17 PM (This post was last modified: 27-08-2008 09:34 PM by ivgeo.)
Post: #24
RE: [Release] IVGEO_v2
I think I do.
postbit_offline
Code:
{$lang->postbit_status} <font color="#C7C7C7"><strong>{$lang->postbit_status_offline}</strong></font>
postbit_online
Code:
{$lang->postbit_status} <a href="online.php" title="{$lang->postbit_status_online}"><font color="#15A018"><strong>{$lang->postbit_status_online}</strong></font></a>
postbit_author_user
Code:
{$lang->postbit_posts} {$post['postnum']}<br />
    {$lang->postbit_joined} {$post['userregdate']}<br />
    {$post['onlinestatus']}
    {$post['replink']}{$post['warninglevel']}
postbit
Code:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tbody>
        <tr>
            <td class="tcat">
                <div class="float_left smalltext">
                    {$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
                </div>
                {$post['posturl']}
            </td>
        </tr>

        <tr>
            <td class="trow1 {$unapproved_shade}">
                <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
                    <tr>
                        <td class="post_avatar" width="1" style="{$post['avatar_padding']}">
                            {$post['useravatar']}
                        </td>
                        <td class="post_author">
                            <strong><span class="largetext">{$post['profilelink']}</span></strong><br />
                            <span class="smalltext">
                                {$post['usertitle']}<br />
                                {$post['userstars']}
                                {$post['groupimage']}
                            </span>
                        </td>
                        <td class="smalltext post_author_info" width="165">
                            {$post['user_details']}
                        </td>
                    </tr>
                </table>
            </td>
        </tr>

        <tr>
            <td class="trow2 post_content {$unapproved_shade}">
                <span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

                <div class="post_body" id="pid_{$post['pid']}">
                    {$post['message']}
                </div>
                {$post['attachments']}
                {$post['signature']}

                <div class="post_meta" id="post_meta_{$post['pid']}">
                {$post['iplogged']}
                </div>
            </td>
        </tr>

        <tr>
            <td class="trow1 post_buttons {$unapproved_shade}">
                <div class="author_buttons float_left">
                    {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}
                </div>
                <div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
                </div>
            </td>
        </tr>
    </tbody>
</table>
postbit_classic
Code:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <strong><span class="largetext">{$post['profilelink']}</span></strong><br />
        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}
            {$post['useravatar']}<br />
            {$post['user_details']}
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
27-08-2008, 11:43 PM
Post: #25
RE: [Release] IVGEO_v2
ya man thank you Smile
Find all posts by this user
Quote this message in a reply
28-08-2008, 03:15 AM
Post: #26
RE: [Release] IVGEO_v2
thanks a lot man nicest theme ever
Find all posts by this user
Quote this message in a reply
04-09-2008, 05:05 AM
Post: #27
RE: [Release] IVGEO_v2
Thanks a lot for this theme,
I've a little problem when I use this theme with who was online today mod
Quote:Online Today
Shows you who has been online in the last 24 Hours
Author: ethernet
Submitted: 1st August 2008
Last Updated: 7th August 2008
The view looks like this
[Image: 91337330ka4.th.jpg]
While the view with the default MyBB theme like this:
[Image: 15665100ie7.th.jpg]
So please tell me what could be wrong, is it a matter of using the template for the default theme, and which template I should copy to let this work properly,
Thanks
Visit this user's website Find all posts by this user
Quote this message in a reply
04-09-2008, 05:07 AM
Post: #28
RE: [Release] IVGEO_v2
- later edit -
I've realized that this is the same thing with all the theme I've downloaded for MyBB 1.4 from here.
Thanks
Visit this user's website Find all posts by this user
Quote this message in a reply
04-09-2008, 01:18 PM (This post was last modified: 04-09-2008 01:22 PM by ivgeo.)
Post: #29
RE: [Release] IVGEO_v2
of course you have that problem but not with all of my themes
the problem is in added table with images and colspan="2"

You have 2 options to fix that
1. Revert index_birthdays, index_stats and index_whosonline templates
remove colspan="2" from index template

2. Make plugin compatible with these themes FIX

I don't think I can make my themes compatible with every plugin out there. I can't use if else statements in templates, but that can be done within plugin...

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
06-09-2008, 08:03 AM
Post: #30
RE: [Release] IVGEO_v2
Open up the Online Today Plugin template and add colspan="2"

I had the same issue and that 100% fixed it. Oh ivgeo it goes without saying, your theme are simply amazing, thank you for all the time and effort you put into these, there awesome.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme: