![]() |
Like the new layout when viewing messages, :up: link to view profile page when clicking a user name is still wrong.
myforum.com/forums/admincp/member.php?u=100 Should be myforum.com/forums/member.php?u=100 |
I'm having something odd, I cannot seem to find where to set permissions to allow the administrators access to this.
Thanks for any help! |
1 Attachment(s)
Quote:
Try this one |
deleted
|
Will this work in 3.7.3? It installed fine, I set the permissions but it's not showing up under "users" in admin CP.
The link does show up in the user profile but it get's this error. Not Found The requested document was not found on this server. |
Looks like you've imported XML but didn't uploaded files. No ideas about 3.7.3.
|
New version uploaded, that fixes 2 bugs:
- Аnother broken link (from message list to user profiles). Sorry :( , added in previous version. - Fixed access for non superadmins, who had "Read PM Log" privilegies. Those could not see mod links in menu & profiles, and could not read message texts. |
All my users are seeing this since updated.
Fatal error: Call to undefined function can_administer_log() in /xxxxx/xxxxxx/xxxxx/forums/includes/class_postbit.php(294) : eval()'d code on line 227 have had to disable mod. |
Hmm... some additional mod conflicts? Don see any errors in my logs.
Try to edit global_start hook in this mod. Change Code:
if ($vbulletin->options['rcd_pm_log_show_link'] Code:
if ($vbulletin->options['rcd_pm_log_show_link'] ) Code:
if (true) |
Not sure if i ticked Allow Overwrite when updating, could this have caused it. ?
I don't see any errors, only my users see errors. i will try a fresh install first before edits. |
Make sure, that you've uploaded file & imported XML with "allow override" settings. Other upgrate methods can produce inpredictable results.
If problem exists - tell me exactly, at wich page and wich actions and try changes above. May be there are some mistakes, but i don't see FATAL problems at my server, right now 500 users online. |
Only works if i do last code change.
Code:
if (true) |
Thanks for info. Very-very strange. No ideas for now.
Are links in menus & ACP now ok? |
OK when updating all my users get 500 internal server error.....
I overwritten xml and files. |
Quote:
|
When I try to uninstall this, I get this stuck in the admincp sidebar.
"*[rcd_pm_log]*", how can I uninstall, and have all traces removed? |
Quote:
|
still not working, any fix yet ?
|
<a href="https://vborg.vbsupport.ru/showpost.php?p=1765152&postcount=49" target="_blank">https://vborg.vbsupport.ru/showp...2&postcount=49</a>
|
I changed that and it still didnt work.
version 1.7 & 1.8 worked apart from the links BUT 1.9 gives users errors when trying to read a post BUT the admin works fine. |
suggestion :)
Latest xxx PMS.. a button that you set a number a display xxx latest pms. Works very good |
I have plans to make filter "search for last XX days", because most actual searches are for last 30-60 days. That will speed up requests.
But have now more urgent products in tail. So, next major release will be only after 1-2 months. At least, current version works and is much better than nothing :) |
Hello i thinks you have to make a template for read pms..
Now i got white page with the pm :( |
1 Attachment(s)
thanks for this sharing..
this is arabic lang. pack, for 1.9 version enjoy ! |
To add a "tool tip" showing the contents of a PM in the PM Log List screen, change line 280 in admincp/rcd_pm_log.php to
Code:
$row[] = "<a target=\"_blank\" href=\"" . $vbulletin->options['bburl'] . "/misc.php?" . $vbulletin->session->vars['sessionurl'] . "do=showpm&logid=" . $pm['logid'] . "\" title=\"" . strip_tags($pm['message']) . "\">" . $pm['title'] . "</a>"; Code:
. "\" title=\"" . strip_tags($pm['message']) This saves having to open the PM in a new window if you are just having a quick check to see what the logged PM says. BBCode and Images are not rendered, you have to click on the link to read the logged PM with all the BBCode formatting, etc. |
May be...
Thanks If anyone has time to implement full-featured ajax popup instead of simple tooltips, I could include it in next release. |
I had to uninstall this mod because I got this error whenever I tried to open any threads at all:
Code:
Fatal error: Call to undefined function can_administer_pm_log() in /*****/*****/*****/*****/forums/includes/class_postbit.php(294) : eval()'d code on line 284 |
Quote:
Quote:
|
No support for this product I take it?
|
<a href="https://vborg.vbsupport.ru/showpost.php?p=1765152&postcount=49" target="_blank">https://vborg.vbsupport.ru/showp...2&postcount=49</a>
Please, read previous posts prior to ask questions. |
Quote:
Being that it was an error on a different line in your code,-then the other persons post- I would think to just ask you instead of jumping to conclusions and messing it up even more then it already is. If someone's error code doesn't match mine exactly- I'm not just gonna go fiddling around- especially when the first result of your mod when no one at all being able to open a thread- me jumping to conclusions (just because) could've killed the whole site- all from one assumption. So being that the errors are different from one another, should I still do what was previously suggested for someone different? |
I read every post before asking for help- even if there's 50, have done it before so trust reading the 5 little pages in this thread wasn't a problem.
|
Is it possible to log only PM that use triggered keywords?
Example. If I want to log all PMs that talk about planes, so if a PM has the word plane or aircraft (etc) in it it would log it and exclude the rest. |
No.
|
I have an uncached template warning
|
Where? Details required.
|
Quote:
Quote:
Please, actually fix your problems instead of getting pissy with people who shouldn't have to code for you. It's amazing how many "developers" will try to pull this "read previous posts" instead of fixing their own errors [high]* wolfstream uninstalls product because it doesn't work properly[/high] |
Hello,
I'm running 3.8.2 version and just installed your mod. All users except SuperAdmin are getting HTTP ERROR 500 when they are trying to view any thread. |
I'm also getting DB error message:
Database error in vBulletin 3.8.2: Invalid SQL: SELECT COUNT( * ) AS `Count` FROM `forum_rcd_log_pm` AS PM; MySQL Error : Table 'forum_my.forum_rcd_log_pm' doesn't exist Error Number : 1146 |
Works GREAT
|
All times are GMT. The time now is 05:52 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|