Jump to content

boon79

Clients
  • Posts

    591
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by boon79

  1. File Name: IPB Subforum Decorations IPB3.0.X
    File Submitter: boon79
    File Submitted: 19 Aug 2009
    File Category: Modifications

    AdminCP/Look&Feel/skin/templates/boardIndexTemplate

    Search:

        
    
    <ol class='subforums'>
    
    <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
    
    <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if>
    
    <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li>
    
    </foreach>
    
    </ol>

    Replace:

    <ol class='subforums1'>
    
    <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
    
    </ol>
    
    <ol class='subforums'>
    
    <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li>
    
    </foreach>
    
    </ol>

    Save ----------------------------------------------------- AdminCP/Look&Feel/skin/templates/foardIndexTemplate Search:

    <ol class='subforums'>
    
    <foreach loop="sub_subforums:$forum_data['subforums'] as $__id => $__data">
    
    <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li>
    
    </foreach>
    
    </ol>

    Replace:

    <ol class='subforums1'>
    
    <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
    
    </ol>
    
    <ol class='subforums'>
    
    <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if><a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li>
    
    </foreach></ol>

    Save ----------------------------------------------------- AdminCP/Look&Feel/skin/CSS/ipb_styles.css Search:

    table.ipb_table ol.subforums {
    
            padding-top: 6px;
    
            margin-top: 5px;
    
        }
    
            
    
            table.ipb_table ol.subforums li {
    
                background: transparent url({style_images_url}/bullet_black.png) no-repeat 3px 4px;
    
                color: #1d3652;
    
                font-size: 0.85em;
    
                padding: 0 4px 0 15px;            
    
                float: left;
    
            }
    
            
    
            table.ipb_table ol.subforums li.newposts {
    
                background: transparent url({style_images_url}/bullet_green.png) no-repeat 0px 0px;
    
                color: #1d3652;
    
                font-size: 0.85em;
    
                padding: 0 4px 0 16px;            
    
                float: left;
    
            }

    Replace:

                    .subforums { 
    
                    float:left; 
    
                    width:50%;
    
                   
    
    }
    
    
            .subforums1 { 
    
                    width:50%;          
    
    
    }
    
    
        table.ipb_table ol.subforums  {
    
                            margin-top:5px;
    
                    width:50%;
    
                    float: left;
    
    
    }
    
            
    
            table.ipb_table ol.subforums li {
    
                background: transparent url({style_images_url}/bullet_black.png) no-repeat 3px 4px;
    
                color: #495457;
    
                font-size: 0.85em;
    
                padding: 0 4px 0 15px;            
    
                float: left;
    
            }
    
            
    
            table.ipb_table ol.subforums li.newposts {
    
                background: transparent url({style_images_url}/bullet_green.png) no-repeat 0px 0px;
    
                color: #495457;
    
                font-size: 0.85em;
    
                padding: 0 4px 0 16px;            
    
                float: left;
    
            }

    Save ----------------------------------------------------- AdminCP/Look&Feel/skin/CSS/ipb_ie.css Add:

    .subforums { 
    
           margin-top:16px;
    
                   
    
    }
    
    
    .subforums1 { 
    
          margin-top:-16px;          
    
    
    }



    Click here to download this file

  2. Bulk Mail delay. If you could set that for example to send 20 emails in every 15 minutes. Just like in MyBB.

    It would be useful especially if your host limits the number of emails. And if you have a very large forum this could be a problem.


  3. Ouch, I'm guessing the AdminCP has the same error? I don't think there is a tool to rebuild the settings cache outside the Admin CP. You edit the contents of cs_value in the settings entry?


    I guess you could enter something temporary to bypass the error, something random like this into cs_value





    Then you might be able to access Admin CP > System Tab > Cache Management. Recache Cache... settings row.



    Edit: I haven't tested this, so take a quick backup now.




    thanks. this worked
  4. Sorry, before your answer i was looking for this text in the database. I found it in the ibf_cache_store table and moified it. Since then I get this error even if I change it back to the original text:

    Fatal error: Uncaught exception 'Exception' with message 'Could not initiate the registry, the settings cache is empty or missing' in F:\xampp\htdocs\ipb3\admin\sources\base\ipsRegistry.php:1627 Stack trace: #0 F:\xampp\htdocs\ipb3\admin\sources\base\ipsRegistry.php(498): ipsRegistry->setUpSettings() #1 F:\xampp\htdocs\ipb3\admin\sources\base\ipsController.php(75): ipsRegistry::init() #2 F:\xampp\htdocs\ipb3\admin\sources\base\ipsController.php(62): ipsController->init() #3 F:\xampp\htdocs\ipb3\index.php(24): ipsController::run() #4 {main} thrown in F:\xampp\htdocs\ipb3\admin\sources\base\ipsRegistry.php on line 1627

  5. Hi

    There is this part on the sign in page:

    If you aren't a member yet, it only takes a couple of minutes to register! Members get these benefits and more!



    * Start new topics and reply to others


    * Subscribe to topics and forums to get automatic updates


    * Add events to our community calendar


    * Get your own profile and make new friends


    * Customize your experience here



    It's not in the language files. I found it in this file: admin/applications/forums/xml/forums_settings.xml but translating this file won't change the language. I guess it's stored in the database. So how can I translate it?

    Thanks

  6. You're supposed to make changes in the ACP, not in the language files. It's similar to the way skin changes have worked for a while, the files are just built by what's in the database, the database doesn't get updated by what's in the files.





    OK thanks. And the first question?
  7. Hi,

    How can I translate pahrases in IPB3 that includes links and other formatted texts? When I used HTML tags they appeared as part of the text.


    And something else.
    I'm not sure if it's a bug, if it is I will report it on the tracker.
    When i translate something in the language files manually (so not in the admin area), and upload the file via FTP, in the file translate area of the administration the change don't appear (the text box next to the translated text is empty). is it supposed to be this way, or is it a bug?
    Thanks


  8. It *appears* to have more bugs because of how the RC is reaching a wider audience. Those bugs have probably been in there since beta, but because not everyone is comfortable with beta releases, not everyone finds and tests them. A hell of a lot more people will use the RC over the Betas, so more bugs are found as more users use it :)




    And no more ioncube. Yeah, true.
×
×
  • Create New...