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)
-   -   Advanced Warning System (Beta Version) (https://vborg.vbsupport.ru/showthread.php?t=95921)

eNforce 09-10-2005 09:33 PM

This is sweet.

Some problems I have are:

I removed the joindate bit out of my postbit_legacy so I have no where to put the warned sign code, i've tried to put it in a bunch of other places but it never worked and screwed up some tables.

And, I need to know if it's possible to NOT allow a certain usergroup to use the warning system. I don't want my Moderators to be able to use it, I want to allow admins and super mods only?

Andreas 09-10-2005 09:44 PM

No, this is currently not possible.
I'll have to check if there is a way to do this for future Versions though.

eNforce 09-10-2005 10:39 PM

Here's my current postbit_legacy:

Code:

<!-- post #$post[postid] -->
<if condition="$show['spacer']">
        $spacer_open
        <if condition="!$post['islastshown']">
                <div style="padding:0px 0px 0px 0px">
        <else />
        <if condition="$post['toppadding']">
                <div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
        </if>
        </if>
        <div id="edit$post[postid]">
</if>

<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr valign="top">
        <td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>" width="200">
                       
                        <div id="postmenu_$post[postid]">
                                <if condition="$show['profile']">
                                <a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
                                <script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
                                <else />
                                $post[musername]
                                </if>
                        </div>
                       
                        <if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
                        <if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>               
                        <if condition="$show['avatar']">
                                <div class="smallfont">
                                        &nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                                </div>
                        </if>
                <if condition="$show['warning']"><br /><br /><div class="smallfont">$post[warning]</div></if>               
                        <div class="smallfont">
                                &nbsp;<br /> 
 <!-- checks for warning system -->
  <if condition="THIS_SCRIPT=='showthread' AND $buttons=='Text'">
        <if condition="$showwarnlink==1">
        <if condition="$vboptions['warn_allownotes']==1">
  <a href='Warn.php?do=NoteUser&id=$post[userid]&post=$post[postid]'>Add Note for $post[username]</a>&nbsp;</if>
                <a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[username]</a>&nbsp;
        </if>
        <if condition="$showviewwarnlink==1">
                <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View Warnings</a>&nbsp;
        </if>
        <if condition="$showviewyourslink==1">
                <a href='Warn.php?do=ViewMyWarnings'>View My Warnings</a> &nbsp;
        </if>
  </if>
  <if condition="THIS_SCRIPT=='showthread' AND $buttons=='Buttons'">
        <if condition="$showwarnlink==1">
        <if condition="$vboptions['warn_allownotes']==1">
        <a href='Warn.php?do=NoteUser&id=$post[userid]&post=$post[postid]'><input type="button" class="button" name="warn" value="Add Note for $post[username]" accesskey="n" onClick="window.location='Warn.php?do=NoteUser&id=$post[userid]&post=$post[postid]'"></a> &nbsp;
        </if>
                <a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'><input type="button" class="button" name="warn" value="Warn $post[username]" accesskey="w" onClick="window.location='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'"></a> &nbsp;
        </if>
        <if condition="$showviewwarnlink==1">
                <a href='Warn.php?do=ViewWarnings&id=$post[userid]'><input type="button" class="button" name="warn" value="View Warnings" accesskey="v" onClick="window.location='Warn.php?do=ViewWarnings&id=$post[userid]'"></a>&nbsp;
        </if>
        <if condition="$showviewyourslink==1">
                <a href='Warn.php?do=ViewMyWarnings'><input type="button" class="button" name="warn" value="View My Warnings" accesskey="v" onClick="window.location='Warn.php?do=ViewMyWarnings'"></a>&nbsp;
        </if>
  </if>
  <!-- end of warning system -->

                                                                <if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>
                                <div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>

                        </div>                                       
               
        </td>
        <if condition="$show['moderated']">
        <td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>" id="td_post_$post[postid]">
        <else />
        <td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>" id="td_post_$post[postid]">
        </if>
       
                <if condition="$show['messageicon'] OR $post['title']">
                        <!-- icon and title -->
                        <div class="smallfont">
                                <if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
                                <if condition="$post['title']"><strong>$post[title]</strong></if>
                        </div>
                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                        <!-- / icon and title -->
                </if>
               
                <!-- message -->
                <div id="post_message_$post[postid]">$post[message]</div>
                <!-- / message -->
       
                <if condition="$show['attachments']">
                <!-- attachments -->
                        <div style="padding:$stylevar[cellpadding]px">
                       
                        <if condition="$show['thumbnailattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_thumbnails]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                        $post[thumbnailattachments]
                                        </div>
                                </fieldset>
                        </if>
               
                        <if condition="$show['imageattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_images]</legend>
                                        <div style="padding:$stylevar[formspacer]px">
                                        $post[imageattachments]
                                        </div>
                                </fieldset>
                        </if>
                       
                        <if condition="$show['imageattachmentlink']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_images]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[imageattachmentlinks]
                                        </table>
                                        </fieldset>
                        </if>
                       
                        <if condition="$show['otherattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attached_files]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[otherattachments]
                                        </table>
                                </fieldset>
                        </if>
                       
                        <if condition="$show['moderatedattachment']">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[attachments_pending_approval]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                        $post[moderatedattachments]
                                        </table>
                                </fieldset>               
                        </if>
                       
                        </div>
                <!-- / attachments -->
                </if>
               
                <if condition="$post['signature']">
                <!-- sig -->
                        <div>
                                __________________<br />
                                $post[signature]
                        </div>
                <!-- / sig -->
                </if>
               
                <if condition="$show['postedited']">
                <!-- edit note -->
                        <div class="smallfont">                        <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                                <em>
                                <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                                <if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if>
                                </em>
                        </div>
                <!-- / edit note -->
                </if>
       
        </td>
</tr>
<tr>
        <td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>">
                $post[onlinestatus]
                <if condition="$show['reputationlink']"><a href="#" onclick="reputation($post[postid]); return false;"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" border="0" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" /></a></if>
                <if condition="$show['reportlink']"><a href="report.php?$session[sessionurl]p=$post[postid]" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/report.gif" alt="$vbphrase[report_bad_post]" border="0" /></a></if>
                $post[iplogged]
                &nbsp;
                        <span class="smallfont">
                        <if condition="!$show['start_until_end']">
                                $post[postdate]<if condition="!$show['detailedtime']">, $post[posttime]</if>
                        <else />
                                <phrase 1="$post[startdate]" 2="$post[enddate]">$vbphrase[x_until_y]</phrase>
                        </if>
                        </span>
        </td>
        <if condition="$show['moderated']">
        <td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>" align="$stylevar[left]">
        <else />
        <td class="<if condition="$post[postcount] % 2">alt2<else />alt1</if>" align="$stylevar[left]">
        </if>
                <!-- controls -->
                <if condition="$post['editlink']">
                        <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>
                <if condition="$show['quickreply'] AND !$show['threadedmode']">
                        <a href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]" border="0" /></a>
                </if>
                <if condition="$show['moderated']">
                        <img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]" border="0" />
                </if>
<if condition="$show['postcount']">#&nbsp;<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow"><strong>$post[postcount]</strong></a></if>
                        <if condition="$show['inlinemod']">
                                <input type="checkbox" name="plist[$postid]" id="plist_$postid" style="vertical-align:middle; padding:0px; margin:0px 0px 0px 5px" value="$post[checkbox_value]" onclick="inlineMod.toggle(this)" /></if>

                </td>
                <!-- / controls -->
        </td>
</tr>
</table>

<!-- post $post[postid] popup menu -->
<div class="vbmenu_popup" id="postmenu_$post[postid]_menu" style="display:none">
        <table cellpadding="4" cellspacing="1" border="0">
        <tr>
                <td class="thead">$post[username]</td>
        </tr>
        <if condition="$show['profile']">
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$post[userid]">$vbphrase[view_public_profile]</a></td></tr>
        </if>
        <if condition="$show['pmlink']">
                <tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show['emaillink']">
                <tr><td class="vbmenu_option"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_email_to_x]</phrase></a></td></tr>
        </if>
        <if condition="$show['homepage']">
                <tr><td class="vbmenu_option"><a href="$post[homepage]"><phrase 1="$post[username]">$vbphrase[visit_xs_homepage]</phrase></a></td></tr>
        </if>
        <if condition="$show['search']">
                <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
        </if>
        <if condition="$post['userid'] AND $show['member']">
        <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
        </if>
        </table>
</div>
<!-- / post $post[postid] popup menu -->

<if condition="$show['spacer']"></div><if condition="!$post['islastshown']"></div></if>$spacer_close</if>
<!-- / post #$post[postid] -->

can someone tell me where I could put the code to diplay the warned image?

Andreas 09-10-2005 10:57 PM

Updated, details see first Post.

eNforce 09-10-2005 11:39 PM

Thanks for that update, worked perfectly!

IceBurn3000 09-11-2005 01:13 AM

I am using v1.0.2 of this product on a live RC3 Forum.

The automatic warnings work fine, except, when a PM is sent to the user from the Automatic Warner, it doesn't actually show who the PM was sent by.

Also, in the AdminCP AWS navgroup, when i click on "View Auto-Warned PMs" i get this vBulletin message: Could not find phrase 'warning_warn_noautomaticpm'

Otherwise, all is good at the moment. :)

TruthElixirX 09-11-2005 04:07 AM

Quote:

Originally Posted by IceBurn3000
I am using v1.0.2 of this product on a live RC3 Forum.

The automatic warnings work fine, except, when a PM is sent to the user from the Automatic Warner, it doesn't actually show who the PM was sent by.

Also, in the AdminCP AWS navgroup, when i click on "View Auto-Warned PMs" i get this vBulletin message: Could not find phrase 'warning_warn_noautomaticpm'

Otherwise, all is good at the moment. :)

I too am missing phrases.

I am missing:

error_moveillegalforum
warning_warn_noautomaticpm

I'm guessing just two phrases got skipped over in the new XML document. I also tried opening up a phrase and saving it as I've seen other hacks ask you to do before to update the phrase system and this did not help.


I signed up for the bug tracker but, I'm still waiting on the confirmation e-mail.

Andreas 09-11-2005 04:52 AM

Don't know where these Phrases came from (they don't seem to be in the 3.0 Version), but I've added them.
But as this is just a cosmetic issue I will not update the ZIP now ...w wating for more problems ;)

@TruthElixirX
You should have gotten the eMail immediately. Spam Filter?
Edit: I guess you will never get it ... xyz@gmailc.om is what you've entered :D
Gonna change that manually now.

TruthElixirX 09-11-2005 05:08 AM

Quote:

Originally Posted by KirbyDE
Don't know where these Phrases came from (they don't seem to be in the 3.0 Version), but I've added them.
But as this is just a cosmetic issue I will not update the ZIP now ...w wating for more problems ;)

@TruthElixirX
You should have gotten the eMail immediately. Spam Filter?
Edit: I guess you will never get it ... xyz@gmailc.om is what you've entered :D
Gonna change that manually now.

wow...xyz@gmailc.om.....O_o.... I might need to go check my deskto's keyboard out. Thanks for changing it. :D




So can we jsut add those phrases into the system and make thier text jsut a blank space?

Andreas 09-11-2005 05:24 AM

Leave the phrases as-is at the moment, they will be included when the ZIP gets the next Update.

sv1cec 09-11-2005 05:25 AM

Quote:

Originally Posted by TruthElixirX
I am missing:

error_moveillegalforum
warning_warn_noautomaticpm

Strange, I do not have them in my system either.

IceBurn3000 09-11-2005 05:35 AM

Quote:

Originally Posted by IceBurn3000
The automatic warnings work fine, except, when a PM is sent to the user from the Automatic Warner, it doesn't actually show who the PM was sent by

What about this?

Andreas 09-11-2005 05:36 AM

I think that works for me ... gonna check

Andreas 09-11-2005 06:43 AM

Updated. Details see first Post.

TosaInu 09-11-2005 08:26 AM

Thanks for explaining KirbyDE.

Delphiprogrammi 09-11-2005 12:34 PM

hi people,

i installed this i was waiting for the vb3.0.5(RC3) version all went fine but went i click the "view autowarned pm's " link in my control panel i get this MySQL error

Quote:

Database error in vBulletin 3.5.0 Release Candidate 3:

Invalid SQL:
SELECT COUNT(*) AS pms FROM vb3_pmtext_warned AS pm;

MySQL Error : Table 'delphipr_forums.vb3_pmtext_warned' doesn't exist
Error Number : 1146
Date : Saturday, September 10th 2005 @ 08:25:29 PM
Script : http://www.delphiprogramming.be/admi...=viewwarnedpms
Referrer : http://www.delphiprogramming.be/admi...dex.php?do=nav
IP Address : ********
Username : ****
Classname : vb_database
now what's up with that ?

eNforce 09-11-2005 01:13 PM

When I try to do a complete removal of a warning it takes me to my sites 404 page.

Code:

http://www.mysite.com//admin_warn.php?act=completeremove&id=1&userid=19&uname=John%20Doe&wname=Off%20Topic%20in%20General%20Discussions%20forums&postid=7940&orderstring=
^ note there is an extra back slash but even removing this and trying the link doesn't work

sv1cec 09-11-2005 01:52 PM

Quote:

Originally Posted by Delphiprogrammi
delphipr_forums.vb3_pmtext_warned

Do you have a table pmtext_warned in your database?

sv1cec 09-11-2005 02:22 PM

KirbyDE, I may have added those two phrases manually, when I was working on the vB 3.5 port. Check in the test system for the proper wording.

Sorry gentlemen, asynchronous communications, caused by me. do not blame KirbyDE for that.

TruthElixirX 09-11-2005 03:27 PM

Thanks guys. You're awesome. ^_^.

Edit: I tested it out and everything appears ot run fine on my RC3 Testboard.

Delphiprogrammi 09-11-2005 07:34 PM

Quote:

Originally Posted by sv1cec
Do you have a table pmtext_warned in your database?


Hi John how are you ? still a coffee addict ? :) anyway i had to manually add that table vb3_pmtext_warned now it works fine

Code:

CREATE TABLE vb3_pmtext_warned (
`pmtextid` int(10) unsigned NOT NULL auto_increment,
`fromuserid` int(10) unsigned not null,
`fromusername` varchar(50),
`title` varchar(250),
`before_title` varchar(250),
`message` mediumtext,
`before_message` mediumtext,
`touserarray` mediumtext,
`dateline` int(10) unsigned,
 PRIMARY KEY  (`pmtextid`), key (`fromuserid`)
) TYPE=MyISAM;


Andreas 09-11-2005 07:38 PM

@Delphiprogrammi
There was a slight Typo in the Product Install Code that caused Table pmtext_warned not to be created upon Installation.
But that should be fixed since 1.0.2

aethro 09-12-2005 12:46 PM

Howdy just tried installing it worked like a charm and making new posts works fine however when i go to reply to a post i get this error

Fatal error: Call to a member function on a non-object in /usr/home/**/**/**/includes/class_dm.php(474) : runtime-created function on line 1

Followed the instructions but still dont understand how this error popped up. Any thoughts on this greately appreciated

Andreas 09-12-2005 03:16 PM

I guess you do not run RC3, right?

aethro 09-12-2005 08:52 PM

Oh yeah duh lol i'll go upgrade Thanks for pointing that out

Chris_D 09-12-2005 09:09 PM

Been looking forward to this coming out for 3.5 :D

I liked Zero Tolerance's warning hack. Very well made and lots of nice features, but unfortunately I like this because it gives you the chance to have pre-defined warnings where Zero's all seemed to be free-entry. This is much better for a bigger board.

eNforce 09-12-2005 09:21 PM

I get this error after sending a PM, but the pm does go through.

Parse error: parse error, unexpected '[' in /home/areyous/public_html/includes/class_dm_pm.php(523) : eval()'d code on line 96

I saw someone else had this problem, I skimmed through the posts but didn't see a fix myself. Was a fix posted?

Andreas 09-12-2005 09:33 PM

Plugin: AWS: Check PM-Title/Message for censored Words

Find
PHP Code:

if ($this->info['reparent'] AND $this-info['savecopy']) 

Replace
PHP Code:

if ($this->info['reparent'] AND $this->info['savecopy']) 


wcbryant 09-13-2005 11:56 AM

Just upgraded from RC2 to RC3 this morning, and installed AWS shortly thereafter. Everything seemed to go smoothly, and I've set the new options, but I'm getting some errors;

When warning a dummy account;
Code:

Database error in vBulletin 3.5.0 Release Candidate 3:

Invalid SQL:
update user set warning_level='10', warnings='1' where userid='5264';

MySQL Error  : Unknown column 'warnings' in 'field list'
Error Number : 1054
Date        : Tuesday, September 13th 2005 @ 05:42:18 AM
Script      : http://www.sitename.com/forum/Warn.php
Referrer    : http://www.sitename.com/forum/Warn.php?do=WarnUser&id=5264&post=261259
IP Address  : xx.xx.xx.xx
Username    : Clarity
Classname    : vB_Database_MySQLi

When hitting (in admincp) Statistics - Warnings Per User;

Code:

Database error in vBulletin 3.5.0 Release Candidate 3:

Invalid SQL:
SELECT COUNT(*) AS users FROM user AS user where warnings>0 OR alerts>0;

MySQL Error  : Unknown column 'warnings' in 'where clause'
Error Number : 1054
Date        : Tuesday, September 13th 2005 @ 05:54:06 AM
Script      : http://www.sitename.com/forum/admincp/admin_warn.php?act=viewwarnedusers&type=warnings
Referrer    : http://www.sitename.com/forum/admincp/index.php?do=nav
IP Address  : xx.xx.xx.xx
Username    : Clarity
Classname    : vB_Database_MySQLi

Sounds like I'm missing a column, but not sure how or why. Any ideas? Been poking around for about an hour, not sure where the issue is. I did have the 3.0.x version installed before moving up to 3.5.0, perhaps when it discovered the old tables, it didn't create some new one somehow? No idea.

Andreas 09-13-2005 12:11 PM

If you had the 3.0 Version installed, you should already have the Columns.

Anyway:
Code:

ALTER TABLE user ADD warnings INT(5) DEFAULT '0';
ALTER TABLE user ADD warning_level INT(15) DEFAULT '0';
ALTER TABLE user ADD warning_bans INT(2) DEFAULT '0';
ALTER TABLE user ADD alerts INT(5) DEFAULT '0';
ALTER TABLE user ADD warn_notes SMALLINT DEFAULT '0';

Currently these Colums are being added in 1 Query, so if 1 Column does already exist (but other's don't) it fails completely.
Might be a good idea to change that :)

Delphiprogrammi 09-13-2005 12:38 PM

hi people,

is it normal i get such an "ugly" area in the warning system ? you can see what i mean in the attached screenshot now that's ugly !

wcbryant 09-13-2005 02:06 PM

Quote:

Originally Posted by KirbyDE
Currently these Colums are being added in 1 Query, so if 1 Column does already exist (but other's don't) it fails completely.
Might be a good idea to change that :)


Thanks a bunch, Kirby.

I ran into another area with 'caused_ban', but was able to figure out how to add that from the product.

Tested the system after, and the test warning went through.

I don't know what version of AWS for 3.0.0 I was running, but clearly I was missing some columns.

Now I'm wondering if I'm missing others and just don't know it yet. Will have to watch it as the mods start using it.

sv1cec 09-13-2005 02:13 PM

Quote:

Originally Posted by Delphiprogrammi
hi people,

is it normal i get such an "ugly" area in the warning system ? you can see what i mean in the attached screenshot now that's ugly !

When does this appear?

EdQ 09-13-2005 07:28 PM

I get an error when I send a PM

/forums/includes/class_dm_pm.php(523) : eval()'s code on line 96

Also users could not view their PM's

"this page can not be displayed."

eNforce 09-13-2005 09:00 PM

Quote:

Originally Posted by EdQ
I get an error when I send a PM

/forums/includes/class_dm_pm.php(523) : eval()'s code on line 96


Also users could not view their PM's

"this page can not be displayed."

https://vborg.vbsupport.ru/showpost....2&postcount=68

This fixed worked for me :)

EdQ 09-13-2005 09:03 PM

Doh, I did a search and that post didn't come up. ;)

EdQ 09-13-2005 09:19 PM

Well I cannot uninstall it completely. I wanted to start over.

The AWS is still in the AdminCP.

I get this error when trying to reinstall.

plugin.php (1192) : eval ()'d code on line 12

thecool 09-13-2005 11:15 PM

okay, i got this work before (when i using 1.0) i disabled it because it messed with my user options as well as my pms.

reinstalled it today (uploaded all the appropriate files, etc), but it doesn't show up anywhere on the actual board itself. I see it in the admin control panel, but i don't have the same warn this user options i had before on the actual board itself.


QUESTION?
where there any changes made in the readme for the templates?

thanks

TruthElixirX 09-13-2005 11:34 PM

Quote:

Originally Posted by EdQ
Well I cannot uninstall it completely. I wanted to start over.

The AWS is still in the AdminCP.

I get this error when trying to reinstall.

plugin.php (1192) : eval ()'d code on line 12


Re-uplaod al lthe files in the new zip. Then go to add new product and select the option to over write the current version. If thats what you did then perhaps you have a bad vb file? I'm no expert at this jsut trying to offer a little help befoer the "pros" get hre in case ur desperate. :)


@TheCool
Did you apply the template edits to all styles?

thecool 09-13-2005 11:41 PM

Quote:

Originally Posted by TruthElixirX
Re-uplaod al lthe files in the new zip. Then go to add new product and select the option to over write the current version. If thats what you did then perhaps you have a bad vb file? I'm no expert at this jsut trying to offer a little help befoer the "pros" get hre in case ur desperate. :)


@TheCool
Did you apply the template edits to all styles?

i'd done them from before in 1.0 did they change. (God it was a tedious update), i changed a few and scanned through the rest of them to make sure they changed.

in a nutshell. i'd changed them in 1.0
scanned for the changes in my templates in 1.03, they all looked the same.

where they different?


All times are GMT. The time now is 08:34 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.02481 seconds
  • Memory Usage 1,932KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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