vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Private Message Workbench: Read, Search, Delete, Report and more (https://vborg.vbsupport.ru/showthread.php?t=95698)

Marco van Herwaarden 10-03-2005 04:28 PM

Nope unfortunatly there are still no hooks on the places needed for that. I think it will have to be a seperate file. I have already experimented with it in RC2.

Will make something as soon as o got a bit of spare time.

Marco van Herwaarden 10-06-2005 03:52 AM

Yes, it was (and still is) my plan to also add a PM Censor module.

moonclamp 10-18-2005 10:33 PM

Can anyone tell me what the full text of the privacy statement is and whereabouts it will be linked/visible? ... I'm happy to have one but I like to use my own choice of words for this sort of thing.

My site is a new import from an old phpbb forum so everything is still very much in infancy and I'm only installing what I know will sit right with my members.

TyleR 10-20-2005 11:43 AM

Hey Marco, nice hack here..one problem: when trying to upload 2 of the product files (product-mh_pmwbpp.xml and product-mh_pmwb.xml), it gives me this error: No file uploaded and no local file found.

Any idea what may be causing this?

Thanks ;)

Oblivion Knight 10-20-2005 12:40 PM

Am I missing something, what do we need to do with the files in the folder "Dynamic Template Modifications"?
[high]* Oblivion Knight feels stupid.. :(
[/high]
My report link for PMs is still pointing to report.php?p=

------------------------------------------------

I'm also having a strange issue with the PM Workbench link in the Admin CP, the users total pm amounts aren't being displayed (see screenshot).

Marco van Herwaarden 10-20-2005 07:52 PM

Quote:

Originally Posted by TyleR
Hey Marco, nice hack here..one problem: when trying to upload 2 of the product files (product-mh_pmwbpp.xml and product-mh_pmwb.xml), it gives me this error: No file uploaded and no local file found.

That should only happen when you have not selected a file. I doubt that could be caused by the content of the xml-file.
Quote:

Originally Posted by Oblivion Knight
Am I missing something, what do we need to do with the files in the folder "Dynamic Template Modifications"?
* Oblivion Knight feels stupid..

My report link for PMs is still pointing to report.php?p=

Those files are ment to be used together with another (not released yet) hack that will allow the 'on the fly' changing of templates, like i am doing in this hack, to also work on modified templates. PS The link pointing at the wrong script could be because of a modified template. Try contacting me next week about it and we will try to solve it.
Quote:

Originally Posted by Oblivion Knight
I'm also having a strange issue with the PM Workbench link in the Admin CP, the users total pm amounts aren't being displayed (see screenshot).

I never seen that with anybody before, sorry i haven't got a clue, but will try to look at it next week.

Oblivion Knight 10-20-2005 09:14 PM

Quote:

Originally Posted by MarcoH64
PS The link pointing at the wrong script could be because of a modified template. Try contacting me next week about it and we will try to solve it.

Nope, it's because your script isn't changing the link in postbit_legacy, only postbit.. ;)


Quote:

Originally Posted by MarcoH64
I never seen that with anybody before, sorry i haven't got a clue, but will try to look at it next week.

I'll look into possibilities, it could be something wrong with the ImpEx PM module again.

Marco van Herwaarden 10-20-2005 09:29 PM

Hmm, i always seem to forget legacy. Will have a look for a quick fix tomorrow.

Oblivion Knight 10-20-2005 09:31 PM

Quote:

Originally Posted by MarcoH64
Hmm, i always seem to forget legacy. Will have a look for a quick fix tomorrow.

I've just done this for now, but no doubt you could come up with a better fix.. ;)

Code:

if ($show['mh_pmwbrp_reportpmlink'])
{
        $show['reportlink'] = true;
        require_once(DIR . '/includes/functions_mh_pmwb.php');
        mh_pmwb_modify_template(&$this->registry->templatecache, 'mh_pmwbrp', 'postbit', 'report_button'
                , 'href=\"report.php?" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . "p=$post[postid]\"'
                ,        'href=\"mh_pmwbrp_report.php?" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . "do=reportpm&pmid=$post[pmid]\"');
        mh_pmwb_modify_template(&$this->registry->templatecache, 'mh_pmwbrp', 'postbit_legacy', 'report_button'
                , 'href=\"report.php?" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . "p=$post[postid]\"'
                ,        'href=\"mh_pmwbrp_report.php?" . $GLOBALS[\'vbulletin\']->session->vars[\'sessionurl\'] . "do=reportpm&pmid=$post[pmid]\"');
}


Thug 10-20-2005 09:39 PM

Quote:

Originally Posted by MarcoH64
That should only happen when you have not selected a file. I doubt that could be caused by the content of the xml-file.

i assure you it was the file.i tryed to just woudnt upload


All times are GMT. The time now is 01:18 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.01304 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (7)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