vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Modification System (https://vborg.vbsupport.ru/showthread.php?t=191465)

Coroner 09-22-2008 04:17 AM

Sorry, my vault - missunderstand :D
Maybe I will do it in a further version.
I'll fixed a lot of problems. Yesterday i'll search 5 hours for bugs and .... holy s...
there were a lot (*shame on me*)

Installed/nominate eg. there was a bug if AJAX isn't enabled - but fixed in v1.3
The Image will display only for authors and if you edit "postbit" or "postbit_legacy"

I will upgrade now, then have to go to work

regards

Vackrick 09-22-2008 04:19 AM

dude

can u make an auto template creation and auto template when install this product the code cannot work for 3.7.3

i try some code can find some code cant find... in the styles...

escpecially the image code.....

can u do an auto template when installing the product and auto template creation...

Coroner 09-22-2008 04:21 AM

If you using TMS, it will do automically

Vackrick 09-22-2008 04:22 AM

What iS tms????

Vackrick 09-22-2008 04:25 AM

<!-- controls -->
<if condition="$post['editlink']">

This Code Is Sperated From Controls On vb 3.7.3
.................................................. ...........................

Hope You Fixed It.....

And Where do i find TMS

Cant U Add It???

Coroner 09-22-2008 04:25 AM

TMS = Template Modification System

written by Kirby/Andreas

It will change Templates via product, but leave the original templates as it is.

you can found it here: http://www.vbulletin-germany.org/showthread.php?t=24

So have to go to work now, will see what happend with the templates later.
Need an "empty" 3.7.3

Vackrick 09-22-2008 04:30 AM

Quote:

Originally Posted by Coroner (Post 1627453)
TMS = Template Modification System

written by Kirby/Andreas

It will change Templates via product, but leave the original templates as it is.

you can found it here: http://www.vbulletin-germany.org/showthread.php?t=24

So have to go to work now, will see what happend with the templates later.
Need an "empty" 3.7.3

what do u mean empty 3.7.3???

puertoblack2003 09-22-2008 04:37 AM

Quote:

Originally Posted by Coroner (Post 1627449)
If you using TMS, it will do automically


your the man coroner it works as it should be.... :cough: :cough: can you implement the thank you part too so it can work with it?

Vackrick 09-22-2008 04:40 AM

dude i using 3.7.3 some code template cannot be found...

Coroner 09-22-2008 04:41 AM

Quote:

Originally Posted by Vackrick (Post 1627455)
what do u mean empty 3.7.3???

"empty" i mean a new vb3.7.3 just installed no mods inside - no tms e.g.
I'll checked the postbit_legacy 'bout '<!-- controls -->

I'll found it
Quote:

<if condition="$show['moderated']">
<td class="alt2" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
<else />
<td class="alt1" align="$stylevar[right]" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-$stylevar[left]: 0px; border-top: 0px">
</if>
<!-- controls -->
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid"
src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>
<if condition="$post['forwardlink']">
<a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]" border="0" /></a>
</if>
<if condition="$post['replylink']">
<a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a>
</if>

Vackrick 09-22-2008 04:47 AM

<!-- controls -->
<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','en','fm');">
<img src="images/misc/speech.png" alt="" width="123" height="37" border="0"
style="margin-right:0.4em;"/></a>
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>

Vackrick 09-22-2008 04:51 AM

To receive notifications regarding updates -> Click to Mark as Installed.Mark as Installed.
If you like this modification -> Click to Nominate for Modification of the Month.Nominate for Modification of the Month.
This modification may not be copied, reproduced or published elsewhere without author's permission.

Why it become like this bugs????

it dosnt say installed... and uninstalled..

and the clear normination there are two....

and it dosnt say clear normination....

Coroner 09-22-2008 04:56 AM

Quote:

Originally Posted by Vackrick (Post 1627462)
<!-- controls -->
<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','en','fm');">
<img src="images/misc/speech.png" alt="" width="123" height="37" border="0"
style="margin-right:0.4em;"/></a>
<if condition="$post['editlink']">
<img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" />
<a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a>
</if>

try to add the code above:
<if condition="$post['editlink']">
but i cannot found this code *g

Vackrick 09-22-2008 04:57 AM

To receive notifications regarding updates -> Click to Mark as Installed.Mark as Installed.
If you like this modification -> Click to Nominate for Modification of the Month.Nominate for Modification of the Month.
This modification may not be copied, reproduced or published elsewhere without author's permission.

Why it become like this bugs????

it dosnt say installed... and uninstalled..

and the clear normination there are two....

and it dosnt say clear normination....

puertoblack2003 09-22-2008 04:58 AM

hey coroner when you come back. found a small mistake.


Quote:

Show Your Support

* Thank you for supporting this modification -> Click to Mark as Uninstalled.Mark as Uninstalled.
* Thank you for supporting this modification -> Click to Clear Nomination from Modification of the Month.Clear Nomination from Modification of the Month.
* If you like this modification support the author by donating.
* This modification may not be copied, reproduced or published elsewhere without author's permission.
as you see the its double ,and yes i revert back template.:D

Vackrick 09-22-2008 05:03 AM

Here the Screenshot

[img=http://img217.imageshack.us/img217/4044/snapei3.th.jpg][img=http://img217.imageshack.us/images/thpix.gif]
It dosnt Show clear normination and mark as uninstalled

after click on installed so many time

The both 4 ARROW I POINTED PLEASE FIXED IT

I WANT IT TO SHOW AFTER CLICKING

MARK AS INSTALLED ALSO THE NORMINATION AND ALSO THE DOUBLE MARKED INSTALLED....

Hornstar 09-22-2008 05:11 AM

Thanks for sharing this. this will be useful on my site for sure!

GaiLoan 09-22-2008 05:27 AM

This your topic is Hot Coroner, anyway are you still working on this or final release ?

Vackrick 09-22-2008 05:28 AM

Quote:

Originally Posted by Vackrick (Post 1627471)
Here the Screenshot

[img=http://img217.imageshack.us/img217/4044/snapei3.th.jpg][img=http://img217.imageshack.us/images/thpix.gif]
It dosnt Show clear normination and mark as uninstalled

after click on installed so many time

The both 4 ARROW I POINTED PLEASE FIXED IT

I WANT IT TO SHOW AFTER CLICKING

MARK AS INSTALLED ALSO THE NORMINATION AND ALSO THE DOUBLE MARKED INSTALLED....

please Fixed My Error

puertoblack2003 09-22-2008 05:37 AM

Quote:

Originally Posted by GaiLoan (Post 1627482)
This your topic is Hot Coroner, anyway are you still working on this or final release ?

yea its hot..he mentioned that he had to go to work...so the important part was fixed...everything else looks good but a couple of minor stuff i guess he was rushing to get it out the way.

Vackrick 09-22-2008 06:02 AM

Quote:

Originally Posted by Vackrick (Post 1627471)
Here the Screenshot

[img=http://img217.imageshack.us/img217/4044/snapei3.th.jpg][img=http://img217.imageshack.us/images/thpix.gif]
It dosnt Show clear normination and mark as uninstalled

after click on installed so many time

The both 4 ARROW I POINTED PLEASE FIXED IT

I WANT IT TO SHOW AFTER CLICKING

MARK AS INSTALLED ALSO THE NORMINATION AND ALSO THE DOUBLE MARKED INSTALLED....


Like This Error

The Installed When Click It Dosnt Say Uninstalled For Two Installed And The Normination

Please Fixed This when you are back


After Puting The Code

Cant See Also The Installed Image....


and makesure the install and normination work for all brownser

Vackrick 09-22-2008 11:10 AM

OPera can see the image of installed

FireFox Cant Press Installed It Dosnt Say mark As uNINSTALLED>cANT See Image

Netscape Cant See Image

IE Cant SEE Image Cannot See The Chaneg Of Marked Uninstalled

Flock Dun Work At All...

Coroner 09-22-2008 11:42 AM

So, found two other "small" bugs.
1. Im AJAX for Firefox was an "&" missing.
2. how to explain .... at the first time I saw a mod and would like to install or nominate, it won't work - also fixed.

I have now tested under 4 Browsers (THAT'S ENOUGH !)
Firefox, Opera, IE and Safari
On ALL those Browsers I can see the INSTALLED-Image, if you can't, check out your postbit or postbit_legacy.

Next: the "double-text" at the end (under show your support), again on ALL 4 browsers anything is correct.

I will upgrade in a few minutes and hope that all is now OK.

regards

Vackrick 09-22-2008 11:50 AM

why there are two

To receive notifications regarding updates -> Click to Mark as Installed.Mark as Installed.
If you like this modification -> Click to Nominate for Modification of the Month.Nominate for Modification of the Month.
This modification may not be copied, reproduced or published elsewhere without author's permission.

Coroner 09-22-2008 11:54 AM

I do not know

Vackrick 09-22-2008 11:57 AM

confirm something wrong with ur product

now all work

except this

To receive notifications regarding updates -> Click to Mark as Installed.Mark as Installed.
If you like this modification -> Click to Nominate for Modification of the Month.Nominate for Modification of the Month.
This modification may not be copied, reproduced or published elsewhere without author's permission.

esperone 09-22-2008 11:59 AM

nice mod. really good job :)

Vackrick 09-22-2008 12:04 PM

To receive notifications regarding updates -> Click to Mark as Installed.Mark as Installed.
If you like this modification -> Click to Nominate for Modification of the Month.Nominate for Modification of the Month.
This modification may not be copied, reproduced or published elsewhere without author's permission.

Fixed this pls

Coroner 09-22-2008 12:09 PM

Do you think, it's good to post every 2nd post the same ?
I told you, that I haven't this problem in four browsers !

Vackrick 09-22-2008 12:11 PM

You are saying i am having this problem that i created it??? this is what u mean???

Cause there are two marked installed and normination

After Your 2ND UPDATES THIS HAPPEN TO ME

THE FIRST UPDATES WAS FINE

UR 2ND UPDATES IN THE AFTERNOON CAUSES THIS

U BETTER CHECK CAREFULLY BEFORE U ANSWER ME

Coroner 09-22-2008 12:27 PM

I think, there's no reason for crying.
I didn't say, that you create it - I only said, that I didn't have it.

I'm using the same product from here, same files e.g. I don't get the "double" install text. So pls, let me know how to fix something, I don't have :confused:

Vackrick 09-22-2008 12:28 PM

I Already provide You Screenshot...

esperone 09-22-2008 12:29 PM

Quote:

U BETTER CHECK CAREFULLY BEFORE U ANSWER ME
Who do you think your talking too? Coroner made this mod and was good enough to share it on here. Don't talk to the guy like that.

Coroner: Dont even bother with that guy mate. Let him fix his own problem.

Vackrick 09-22-2008 12:32 PM

Quote:

Originally Posted by esperone (Post 1627703)
Who do you think your talking too? Coroner made this mod and was good enough to share it on here. Don't talk to the guy like that.

Coroner: Dont even bother with that guy mate. Let him fix his own problem.

You Are Wrong At First Me And Coroner Already Talking In Msn Just Now

He Has Fixed My Problem

And Coroner I Will Uninstall And See What Happen Then I Post Back

Thank Coroner
Hehe^^

maybe Need To Reinstalled The Product

esperone 09-22-2008 12:53 PM

Quote:

Originally Posted by Vackrick (Post 1627704)
You Are Wrong At First Me And Coroner Already Talking In Msn Just Now

He Has Fixed My Problem

And Coroner I Will Uninstall And See What Happen Then I Post Back

Thank Coroner
Hehe^^

maybe Need To Reinstalled The Product

Thats fine but maybe next time you should talk to people properly and not talk to them like they owe you something!

GaiLoan 09-22-2008 02:31 PM

Quote:

Originally Posted by Vackrick (Post 1627683)
You are saying i am having this problem that i created it??? this is what u mean???

Cause there are two marked installed and normination

After Your 2ND UPDATES THIS HAPPEN TO ME

THE FIRST UPDATES WAS FINE


UR 2ND UPDATES IN THE AFTERNOON CAUSES THIS

U BETTER CHECK CAREFULLY BEFORE U ANSWER ME

you just sit back relax and wait for the final release, stop bother the Author and spam the topic, remember this is a free mods releases, i belive Not only yourself need this Mods.

Vackrick 09-22-2008 02:35 PM

N1 Thank For The Upgrade

GaiLoan 09-22-2008 02:58 PM

i found this Error in VB OPTIONS: VB Options >> Modification System >> Choose Forums for the MOD-System. You can do a multiple choice of Forums.
All Forum-Permission will NOT changed ! Some Tools are disabled in MOD-Forums (e.g. Hybridmode, Sticky Thread ...). >> multiselect:eval = construct_forum_chooser_options(1);

Edit: nevermine just because forgot to enable it in Manage Products.

TilkiBey 09-22-2008 03:07 PM

installed and nominated ;)

Coroner 09-22-2008 03:13 PM

Nominated !? WOW, thanx a lot


All times are GMT. The time now is 01:28 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.02198 seconds
  • Memory Usage 1,835KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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