vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Private Messages Enhancements - Cyb - PM System Enhancements (https://vborg.vbsupport.ru/showthread.php?t=141838)

dbirosel 04-11-2007 11:21 PM

Quote:

Originally Posted by itsblack (Post 1225359)
To get it work with CMPS, there is no need to edit CSS. There is an easier way, just simply edit the product xml file, find
before that add following thing
or something more, for line 186, beforeyou should also add
And reinstall the product. That's it.

Doesn't work for me. :(

Edited the product, added the code. Overwrite the product, and nothing.

adwade 04-13-2007 10:38 PM

When I registered as a new user on my board doing some testing and went to read the initial Welcome PM vBulletin sends out I get this error with this MOD installed:

Code:

Warning: array_search() [function.array-search]: Wrong datatype for second argument in /private.php(1723) : eval()'d code on line 20

Warning: implode() [function.implode]: Bad arguments. in /private.php(1723) : eval()'d code on line 22

However, if I disable this MOD it goes away. Any Ideas? :confused:

Valter 04-14-2007 07:53 AM

Upgrade to version 1.3.

maamon 04-14-2007 08:41 AM

Possible Arab
thank you.................

adwade 04-14-2007 12:25 PM

Quote:

Originally Posted by Cybernetec (Post 1227293)
Upgrade to version 1.3.

Genius! New version works like a charm. :D

I had originally installed your MOD sometime back, but in the process of vB upgrades had removed it. When I reinstalled it yesterday, I used my last D/L'd copy not noticing you had released v1.3. :o

Anyway, all's well Thanxx to Cybernetec again! :up:

...and AD re--clicks Installed

fox3nova 04-17-2007 10:35 PM

We found that if Enable Private Messages Menu in NavBar.
It will make ie wrong.
If members got a message, that member cant visit the index page.

Tulsa 04-20-2007 10:11 AM

Quote:

Originally Posted by dbirosel (Post 1223853)
Does this work with CMPS yet? Members can't access there private messages through CMPS. They keep getting the 404 error. Is there a solution to this?

The only solution I've found is search for this phrase private_messages_nav and edit this
Quote:

<a href="private.php{3}">Private Messages</a>: {1}, {2}
to reflect your absolute path, should be like this...
Quote:

<a href="http://www.yoursite/yourdirectory/private.php{3}">Private Messages</a>: {1}, {2}
Then edit the template Cybernetec Templates > cyb_pme_pmmunu and change the five instances of
Quote:

href="private.php"
to the same absolute path.
Quote:

a href="http://www.yoursite/yourdirectory/private.php

dbirosel 04-20-2007 12:25 PM

Quote:

Originally Posted by Tulsa (Post 1231859)
The only solution I've found is search for this phrase private_messages_nav and edit this

to reflect your absolute path, should be like this...


Then edit the template Cybernetec Templates > cyb_pme_pmmunu and change the five instances of

to the same absolute path.

Thank you so much... I been waiting forever to get this fixed!! You just made my day.

Tulsa 04-20-2007 11:06 PM

I'm glad I could help! I don't often have the chance to give back to this great site that I've received so much from.

There may be a cleaner way to do this and if someone knows it, please speak up but in the meantime this will suffice.

AzH 04-21-2007 05:16 PM

Seems like a conflict with your very own advanced forum rules option. The rules link in the navbar disappeared when i installed this.

Tulsa 04-21-2007 06:00 PM

Quote:

Originally Posted by AzH (Post 1232756)
Seems like a conflict with your very own advanced forum rules option. The rules link in the navbar disappeared when i installed this.

-Hack compatible with vBadvanced CMPS (variable to globalize: cybpmmenu)

globalize this variable and it will reappear.

itsblack 04-21-2007 06:09 PM

There is a minor problem, in product file line 17
Quote:

<plugin active="1" product="CFRules">
Here the product name should be "cyb_pme", am I right?

BANDiT600 04-21-2007 06:10 PM

Good work and without template modification, it's important for me!!! ;)

[high]* BANDiT600 installed...[/high]

AzH 04-22-2007 06:49 AM

Quote:

Originally Posted by Tulsa (Post 1232791)
-Hack compatible with vBadvanced CMPS (variable to globalize: cybpmmenu)

globalize this variable and it will reappear.

What?

Tulsa 04-22-2007 10:30 AM

In the default settings under the vBa CMPS group in your admincp, type cybpmmenu in the box labeled Portal Output Global Variables.

tehPARADOX 04-24-2007 04:15 AM

Quote:

Originally Posted by Tulsa (Post 1233279)
In the default settings under the vBa CMPS group in your admincp, type cybpmmenu in the box labeled Portal Output Global Variables.

Still doesn't work, the menu's show up, but it's not directing it to the right url, ie. /private.php instead of /forum/private.php.

Anyone else have this issue?

Tulsa 04-24-2007 08:52 AM

Read post #88

Valter 04-24-2007 09:23 AM

v1.4 - Apr 24. 2007.
-PM menu links uses now full path (defined in vBulletin Options > Site Name / URL / Contact Details > Forum URL)
-Some other minor bug fixes

Import XML, allow overwrite.

==========

Links in PM Menu in vBa CMPS works for me properly with/without those changes. Have no idea why not worked for some other users. Now it should work. If not check "Forum URL" setting in vBulletin options.

Mudvayne 04-24-2007 09:57 AM

Thanks. Updated.

tehPARADOX 04-24-2007 02:07 PM

Quote:

Originally Posted by Cybernetec (Post 1234533)
v1.4 - Apr 24. 2007.
-PM menu links uses now full path (defined in vBulletin Options > Site Name / URL / Contact Details > Forum URL)
-Some other minor bug fixes

Import XML, allow overwrite.

==========

Links in PM Menu in vBa CMPS works for me properly with/without those changes. Have no idea why not worked for some other users. Now it should work. If not check "Forum URL" setting in vBulletin options.

Thanks for the update, vBA support is working for me now.

shokmuzik.com 04-24-2007 03:17 PM

Does this work with GTUserCP - Enhanced USERCP Interface + USERCP Menu by Princeton?

Mudvayne 04-24-2007 03:20 PM

Princeton's modification has nothing to do with this one. So it should work.

Majest 04-25-2007 02:56 AM

Working and installed, the new version works so much better than the 1.3v. Great mod thanks.

shokmuzik.com 04-25-2007 09:25 AM

I tested it on a board with only GTUserCP installed and gad issues. U can get PMs but when u open them there is nothing, u can not write PMs because the table with the editor is missing.

Mudvayne 04-25-2007 11:28 AM

Quote:

Originally Posted by shokmuzik.com (Post 1235195)
I tested it on a board with only GTUserCP installed and gad issues. U can get PMs but when u open them there is nothing, u can not write PMs because the table with the editor is missing.

I just tested on my localhost. Works fine.

shokmuzik.com 04-26-2007 12:52 PM

I found out the hack works fine with deactivatet 'Enable "Reply To All" in messages sent to multiple recipients' and 'Completely disable Signatures in PMs'. Otherwise the PM or the PM editor will disappear. When installing the hack on a Board without GTUserCP it works 100%.

thincom2000 04-29-2007 03:51 PM

I have found that with my hacks that using the "full path" by including the Forum URL breaks the links on some vBulletin users' web sites. Now why they set their Forum URL to a location other than their forum base directory is beyond me, but they do it, and then they get angry with coders like us. Not using the Forum URL alienates vBA users, but I guess we can't make everyone happy.

Just thought I would mention this since the latest update is switching to paths using the Forum URL, which you may yet get some resistance for.

abramelin 04-30-2007 06:44 PM

cybernetec can you tell us the template edits for navbar?because lots of people dont use navbar . for example i am using all these pm stuff in header :/

peterpigman 04-30-2007 08:37 PM

Two problems, It stops pms showing in vbadvanced and in the ibproarcade. Any ideas?

Quote:

Originally Posted by Tulsa (Post 1233279)
In the default settings under the vBa CMPS group in your admincp, type cybpmmenu in the box labeled Portal Output Global Variables.

That fixed the vBa one but the arcade still isn't working.

eNtitY~ 04-30-2007 08:54 PM

Downloaded, Installed and Thanks to Tulsa I got it working on vBad.

Very nice ^_-

Mudvayne 05-01-2007 12:26 AM

Quote:

Originally Posted by abramelin (Post 1238409)
cybernetec can you tell us the template edits for navbar?because lots of people dont use navbar . for example i am using all these pm stuff in header :/

https://vborg.vbsupport.ru/showpost....4&postcount=75

bkaul 05-02-2007 08:59 PM

Quote:

Originally Posted by pgb (Post 1203540)
great mod, but minor issues. i also see the error message described on the first page of this thread. additionally, although i see the new pm menu in the navbar, the "reply to all" link doesn't show on messages sent to more than one person. all features are turned on in the cp. i've uninstalled it for now, but i'm sure i'll be back.

I'm noticing on my forum that "Reply to all" works fine with 3 or more recipients, but the link doesn't appear with only 2. > vs >= logic issue maybe?

Valter 05-03-2007 09:27 AM

Quote:

Originally Posted by bkaul (Post 1240091)
I'm noticing on my forum that "Reply to all" works fine with 3 or more recipients, but the link doesn't appear with only 2. > vs >= logic issue maybe?

Are you one of them?

You may not wish to reply to yourself.

bkaul 05-04-2007 04:12 AM

Quote:

Originally Posted by Cybernetec (Post 1240468)
Are you one of them?

You may not wish to reply to yourself.

Good point. I may, however, wish to reply to both the sender and the other recipient. :)

bigsbydapicka 05-09-2007 04:27 PM

"Clicks Installed" - Nice hack and MUCH appreciated!:D

Ryloth 05-11-2007 01:37 AM

I installed it and it removed the bottom row in the welcome box "Private Messages: Unread 0, Total 1210" but only removed it on my forums welcome page...... its still visible once in the forums.

inciarco 05-12-2007 01:03 PM

Magnific Add-On!! :up:

Works Ok With vBulletin 3.6.6!! :up:

:)

ODiUM78 05-14-2007 12:38 PM

Hello Cybernetec,

Thanks for this nice hack. :up:

Quote:

Originally Posted by bkaul (Post 1240091)
I'm noticing on my forum that "Reply to all" works fine with 3 or more recipients, but the link doesn't appear with only 2. > vs >= logic issue maybe?

Just to let you know, I have noticed the same thing bkaul mentions.


Edit: one other thing: when i click on new posts while there aren't any new unread posts, in the message screen that vBulletin shows:
Quote:


vBulletin Message
Sorry, there are no new threads to view.


You may search for threads updated during the previous 24 hours, here.

the private messaging part in the navbar has gone blank, like in this example:

Quote:

Welcome, ODiUM78.
You last visited: Today at 09:29

You have no new reputation comments.
Any idea what's going wrong?

gopherhockey 05-14-2007 01:59 PM

This may have been mentioned, but I prefer the "reply to all" be an icon at the bottom of the PM where the reply and forward icons are. This is how another hack available here does it...

Mudvayne 05-15-2007 07:33 AM

For them who are using login box in header template!


All times are GMT. The time now is 08:40 AM.

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.01471 seconds
  • Memory Usage 1,828KB
  • 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
  • (22)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