vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Modification System (https://vborg.vbsupport.ru/showthread.php?t=232993)

LOKIN510051 01-30-2010 03:04 AM

este funciona con la version 3.8.4 ¿?

RL714 02-03-2010 07:27 AM

thanks for the great mods bro, in this readme instruction doesnt have to edit the threadbit template, its you forget or dont need too? i have follow the instruction and you skip that step from the 3.8 version. after install its doesnt show the number of Install on forumdisplay etc...., please check it thanks again.

mabersoft 02-03-2010 09:04 PM

Thanks for this. Tagged for future install as i got to get mu forums up and running first.

ChopSuey 02-04-2010 06:23 AM

Quote:

Originally Posted by Paul M (Post 1968385)
Hmmm. When did you ask permission to use our javascript code ?

Every mod here is copyrighted?


Thanks man tagged.:up::up:

Fr3DBr 02-06-2010 04:09 PM

Is there a way to only allow the users downloading the mod if then donate a certain amount of $ or any donation ?

Coroner 02-07-2010 08:39 AM

Quote:

Originally Posted by RL714 (Post 1973731)
thanks for the great mods bro, in this readme instruction doesnt have to edit the threadbit template, its you forget or dont need too? i have follow the instruction and you skip that step from the 3.8 version. after install its doesnt show the number of Install on forumdisplay etc...., please check it thanks again.

Yes, this one of a part that is not included in vB4.

RL714 02-08-2010 12:03 AM

Quote:

Originally Posted by Coroner (Post 1976513)
Yes, this one of a part that is not included in vB4.

so how i`m gonna to fix that? i been try adding the part code from the 3.8 but doesnt work.

TheSupportForum 02-14-2010 09:56 AM

there is a bug when viewing the mods

the page constantly refreshes its very annoyying

The-Undead 02-23-2010 12:19 PM

Hello Coroner, firstly, thank you very much for porting this excellent mod' to vB4, it must have taken a great deal of your free time and I appreciate your efforts, thank you.



I hate to have to bring it up but I couldn't get the postbit_legacy bit below to show the bgdeveloper.gif:

Code:

<vb:if condition="$post['show_installed']">
 <vb:if condition="$post['show_developer']">
  <div style="height: 28px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bgdeveloper.gif) left no-repeat" align="right"> </div>
 <vb:else />
  <div style="height: 30px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bginstalled.gif) left no-repeat" align="right"> </div>
 </vb:if>
</vb:if>


I instead am using this:

Code:

            <vb:if condition="in_array($thread['forumid'], array(20,21)) && $thread['postuserid'] == $post['userid']">
                <div style="height: 28px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bgdeveloper.gif) left no-repeat" align="right"> </div>
            </vb:if>
            <vb:if condition="$post['show_installed']">
                <div style="height: 30px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bginstalled.gif) left no-repeat" align="right"> </div>
            </vb:if>

My solution is a bit rough and ready but just letting you know the bgdeveloper.gif doesn't show with the original code in place. If you can find the time can you post a clean fix please.

Thanks again for this fabulous mod.

RedHacker 02-24-2010 07:23 AM

This work with 4.0.2 version....?


All times are GMT. The time now is 06:01 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.01242 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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