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)

puertoblack2003 09-23-2008 02:49 PM

Quote:

Originally Posted by Coroner (Post 1628605)
See in my 1st post.
I've created a small script - tested and works, but ... it's always better to make a database backup !

worked like a charm on my test site good job :up:

GaiLoan 09-23-2008 02:56 PM

Quote:

Originally Posted by Coroner (Post 1628509)
Hmmm, AJAX is working when it's enabled.
Does it works on your forum ?

Hi, yes its Ajax enable, but some how my still can`t use ajax when click on install/uninstall like here or your :(

Coroner 09-23-2008 03:01 PM

Um ? I think clientscript/modsystem_miscactions.js is uploaded !?

Any testaccount ?

rainyleaves 09-23-2008 03:06 PM

Awesome!! Nominated MOTM!!
Thanks for your MOD.

puertoblack2003 09-23-2008 03:13 PM

Quote:

Originally Posted by puertoblack2003 (Post 1628612)
worked like a charm on my test site good job :up:

works ok for a small forum but when i have 151,684 post it'll only get i guess the newest and then it'll stop

Coroner 09-23-2008 03:17 PM

:D it's a "small" script - written in 5 minutes.
remeber, when you want to create 151 thousand threads (no posts) you have to edit ALL of them.

1 year of work ? oh yeah :)

yoching 09-23-2008 03:39 PM

很不錯的東西。漢化下正好可以給 www.vbulletin-china.org 使用。
再此感謝你了~~

www.vbulletin-china.org 管理員

=============================================

It's really an excellent work and we think that it can be suitable for our vbulletin-china.org if we could add one Chinese version. Thank you from the bottom of my heart.

Administrator of vbulletin-china.org

Hasann 09-23-2008 03:55 PM

Hi Mr Coroner I found some bugs

templates are uncached and that loads cpu
attachments images don't showing in modsystem postbit
install and uninstall buttons don't use Ajax
and admins cannot edit mod settings

please fix this bugs and upgrade your hack

juleikaseven 09-23-2008 04:07 PM

Great Mod !!

++++es THX

HTML Code:

Fatal error: Call to undefined function ini_size_to_bytes() in /srv/www/html/admincp/modsystem_admin.php on line 40

Just have done

PHP Code:

//if (($current_memory_limit = ini_size_to_bytes (@ini_get ('memory_limit'))) < 128 * 1024 * 1024 AND $current_memory_limit > 0)
//{
//    @ini_set ('memory_limit', 128 * 1024 * 1024);
//} 

Now work !

What is the error ?

Coroner 09-23-2008 04:11 PM

it will set the momorysize to a higher value

lihaowei 09-23-2008 04:41 PM

Thank you Corner for your suppot for our vbulletin-china.org
I have received your contact message. We will release our Chinese version in our site and send one to you. Thank you very much!

Nathanael from vbulletin-china.org

Delphiprogrammi 09-23-2008 04:50 PM

hi,

Yeah you should use the cache_templates hook.vBulletin performs 1 extra MySQL query per unchached template so something like this on hook cache_templates

PHP Code:

$globaltemplates array_merge($globaltemplates,array(
'modsystem_newthread',
'modsystem_post_settings',
'modsystem_post',
'editor_clientscript',
'editor_css',
'editor_jsoptions_font',
'editor_jsoptions_size',
'editor_toolbar_on',
'memberinfo_block_modsystem',
'memberinfo_modsystem_inblock',
'memberinfo_modsystem_inblock_bit'
)); 

should do it also the vBulletin editor templates can be "cached" by

PHP Code:

define('GET_EDIT_TEMPLATES',true); 


Coroner 09-23-2008 05:38 PM

Quote:

Originally Posted by Hasann (Post 1628660)
Hi Mr Coroner I found some bugs

templates are uncached and that loads cpu
attachments images don't showing in modsystem postbit
install and uninstall buttons don't use Ajax
and admins cannot edit mod settings

please fix this bugs and upgrade your hack

1.) fixed (but not uploaded)
2., 3., 4.) Can't found a bug :confused:

Works on 3 forums perfect :confused:

Hasann 09-23-2008 05:40 PM

Quote:

Originally Posted by Coroner (Post 1628737)
1.) fixed (but not uploaded)
2., 3., 4.) Can't found a bug :confused:

Works on 3 forums perfect :confused:

http://www.vbulletin-turkey.com/foru...ead.php?t=1134

user: Sylar
pasS: 123456789

try self

I have all ajax functions activated

Delphiprogrammi 09-23-2008 06:10 PM

hi,

I can confirm ajax does work fine on forumdisplay.php you can click install and it will change (just like you can click the threadicon to lock it through ajax) it looks like ajax is working.For an issue like this i always use firefox with the firebug addon (it allows you to see the ajax response) and it's easier to find what might be wrong

attachments also work fine at my borad don't have a problem with it

in the mod thread itself it is indeed not using ajax if you click install / uninstall

Coroner 09-23-2008 06:32 PM

forumdisplay works at him - but showthread doesn't !? confused

and thanks for the hint

aryshi 09-23-2008 06:56 PM

Quote:

Originally Posted by Coroner (Post 1628584)
There's a simple way. But which values in the settings ?

on the old thread when i Mark as Installed

the thread show installed but dosen't count number of installed and dosn't show in the profile

aryshi 09-23-2008 07:01 PM

thanx Coroner

i just now see the [EDIT]

its work now

installed :)

Coroner 09-23-2008 07:55 PM

work now or not ?
pls, let me know

juleikaseven 09-23-2008 08:05 PM

does not work with [AJAX] Post Thank You Hack

:(

what can I do?

Coroner 09-23-2008 08:06 PM

maybe the author has an idea.

juleikaseven 09-23-2008 08:17 PM

Ok THX

But is a little bug in the install !

Quote:

<if condition="$show['donate']">
<tr><td class="$navclass[donate]" nowrap="nowrap"><a class="smallfont" href="modsystem_miscactions.php?$session[sessionurl]do=editdonate">$vbphrase[modsystem_usercp_donate_options]</a></td></tr>
</if>]]></replacestr>
Delete ]]>

Coroner 09-23-2008 08:27 PM

delete also </replacestr>

Thanks

Vackrick 09-23-2008 11:57 PM

Can You Add A Screenshot System For This Mods Cause We Can Upload Screenshot and show them Just like vb.org

and attachment view got bugs my members download alot of hacks and it still show 0 download view

pls fixed it...

I Hope You Add My Requested Features And Fixed The Bugs Today

Thank Vackrick

Vackrick 09-24-2008 12:28 AM

And There is no donate option on usercp...

6piston 09-24-2008 05:06 PM

Hello guys,

I don't know if Coroner would mind me doing this and if you guys are any bit interested at all in what i have to say..

but i've installed this mod and turned it into excellent feature for my classifieds section.
The Modification mod has now become my sellers' product and details description add-on. complete with the ability to select product condition replacing vbulletin version as well as other fields included in the modifications mod. i absolutely love this!

I'm no coder so i'm not sure whatever i've modified would cause any problems.
so i'm still testing this with the users. If they hate it or report too many bugs, i will have it removed.

but, GREAT WORK, coroner. Thanks for this!

here's a post
http://www.zerotohundred.com/newforu...duct-post.html

TheSupportForum 09-24-2008 09:35 PM

i uploaded 2 images for the screenshots on my own forum, they dont show ?

is this a bug ?

www.tutorials4you.co.uk

Coroner 09-25-2008 02:58 AM

(edit) you're right. will check this out after work

Delphiprogrammi 09-25-2008 06:07 AM

Quote:

Originally Posted by Vackrick (Post 1628934)
And There is no donate option on usercp...

may i remind you that if it is not appearing on your board it is NOT necessarley a bug both features you ask for are working fine ! you can upload screenshots like normal vBulletin attachments ...

TheSupportForum 09-25-2008 06:26 AM

this may work on a none modied template, however i am using a custom template and wish to know why its not working, or if any hooks are missing

Coroner 09-25-2008 12:13 PM

Sorry, for the next Update.
I fixed three bugs, before I start in holiday on saturday.
  1. MOTM poll. I forgott to insert the "poll create option" in the product
  2. Images and downloads. There was really a bug. On my Forum it doesn't worked, too
  3. Shown "Doube" or "Triple" Post. This bug was on my forum, too. I think, it comes when the author clicks "installed" and the user who posted hasn't.
While im on holiday for 10 days, I can't fix any other problem (if there was others).
But the next version will be v2.0

Stoebi 09-25-2008 01:31 PM

Excellent Coroner. :)

will you also implement this feature?

Edit:
The extra folder is empty :(


Regards,

Stoebi

Coroner 09-25-2008 01:44 PM

This feature is avaible in the settings - without the html-table.

puertoblack2003 09-25-2008 02:25 PM

thanks for the update and your hard work.:up: everything appears to be good now.:D

Delphiprogrammi 09-25-2008 03:12 PM

Hi,

I still cannot see the installed image and yes i clicked install.Maybe i missed something in the templates edits will revert & apply them again

germinus 09-25-2008 03:20 PM

This mod does not work if you have chief 1st post installed, anyway to fix this?

Coroner 09-25-2008 03:27 PM

don't know, what "chief 1st post" ist. I think it's another mod.

If so, pls - i cannot installed mods, to fix a mod while it .... (sorry, blackout for the word).

YsTyle 09-25-2008 03:42 PM

as admin, i can't see a way to edit the mod details (version, category..) of other users.

Coroner 09-25-2008 03:56 PM

I don't know the pagenumber ... maybe 9, 10 or 11 I'll post a (I don't want to call it:) fix to do that.

Normaly, the admin should not edit the Users setting.

germinus 09-25-2008 03:59 PM

For some reason there is no option to nominate MOTM, everything is setup in admincp as it should be


All times are GMT. The time now is 09:44 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.01731 seconds
  • Memory Usage 1,824KB
  • 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
  • (1)bbcode_html_printable
  • (3)bbcode_php_printable
  • (8)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