vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Default Editor Messages (https://vborg.vbsupport.ru/showthread.php?t=281140)

GKPet 04-05-2012 01:20 PM

Quote:

Originally Posted by Pandemikk (Post 2317009)
Three requests for the same feature just hours after release? How can I say no now? ;)

Looking forward to the update, rated 5 stars ;D

In Omnibus 04-05-2012 01:37 PM

Database error in vBulletin 4.1.11:

Invalid SQL:

SELECT messageid, title, active FROM vb_pan_dem_messages
ORDER BY dateline DESC;

MySQL Error : Table 'rhens1.vb_pan_dem_messages' doesn't exist
Error Number : 1146
Request Date : Thursday, April 5th 2012 @ 07:36:02 AM
Error Date : Thursday, April 5th 2012 @ 07:36:02 AM
Script : http://www.prosportsinteractive.net/...=modifymessage
Referrer : http://www.prosportsinteractive.net/...dex.php?do=nav
IP Address : 24.94.41.199
Username : Mike
Classname : vB_Database
MySQL Version : 5.0.92-log

Database error in vBulletin 4.1.11:

Invalid SQL:

SELECT
instance.instanceid, instance.title, instance.messageid, instance.displayorder,
message.title AS message_title, message.active,
forum.title AS forum_title
FROM vb_pan_dem_instances AS instance
LEFT JOIN vb_pan_dem_messages AS message USING(messageid)
LEFT JOIN vb_forum AS forum USING(forumid)
ORDER BY instance.displayorder ASC;

MySQL Error : Table 'rhens1.vb_pan_dem_instances' doesn't exist
Error Number : 1146
Request Date : Thursday, April 5th 2012 @ 07:33:46 AM
Error Date : Thursday, April 5th 2012 @ 07:33:47 AM
Script : http://www.prosportsinteractive.net/...modifyinstance
Referrer : http://www.prosportsinteractive.net/...dex.php?do=nav
IP Address : 24.94.41.199
Username : Mike
Classname : vB_Database
MySQL Version : 5.0.92-log

Pandemikk 04-05-2012 02:06 PM

Quote:

Originally Posted by ProSportsForums (Post 2317020)
Database error in vBulletin 4.1.11:

Invalid SQL:

SELECT messageid, title, active FROM vb_pan_dem_messages
ORDER BY dateline DESC;

MySQL Error : Table 'rhens1.vb_pan_dem_messages' doesn't exist
Error Number : 1146
Request Date : Thursday, April 5th 2012 @ 07:36:02 AM
Error Date : Thursday, April 5th 2012 @ 07:36:02 AM
Script : http://www.prosportsinteractive.net/...=modifymessage
Referrer : http://www.prosportsinteractive.net/...dex.php?do=nav
IP Address : 24.94.41.199
Username : Mike
Classname : vB_Database
MySQL Version : 5.0.92-log

Database error in vBulletin 4.1.11:

Invalid SQL:

SELECT
instance.instanceid, instance.title, instance.messageid, instance.displayorder,
message.title AS message_title, message.active,
forum.title AS forum_title
FROM vb_pan_dem_instances AS instance
LEFT JOIN vb_pan_dem_messages AS message USING(messageid)
LEFT JOIN vb_forum AS forum USING(forumid)
ORDER BY instance.displayorder ASC;

MySQL Error : Table 'rhens1.vb_pan_dem_instances' doesn't exist
Error Number : 1146
Request Date : Thursday, April 5th 2012 @ 07:33:46 AM
Error Date : Thursday, April 5th 2012 @ 07:33:47 AM
Script : http://www.prosportsinteractive.net/...modifyinstance
Referrer : http://www.prosportsinteractive.net/...dex.php?do=nav
IP Address : 24.94.41.199
Username : Mike
Classname : vB_Database
MySQL Version : 5.0.92-log

Looks like the install file didn't create the tables. Verify you have create access to your database then uninstall and reinstall the product. If that fails, you can run the query directly yourself. Sadly, I am unable to do anything about this because I cannot control your database permissions.

Pandemikk 04-05-2012 03:09 PM

v1.1.0 Released! Addresses all requests made so far. Included is the surprisingly popular auto-deleted message setting. I've decided to take it a step further and also given the ability to replace the message with your own custom text!

Thanks for all those who've rated and installed. :)

Mr_Running 04-05-2012 03:28 PM

Quote:

Originally Posted by Pandemikk (Post 2317004)
Not sure what you mean by this. You mean the message is showing not in the editor but in the title? That makes no sense. What version of vB are you using and do you have any other products / plugins enabled that may be interfering with this?

Yes, it was in the title...It was kind of neat...do people still say neat. LOL

I am on 4.1.11 p1
I thought it might have been dbtech Post Template

I think it's sorted I have cleared caches and it appears my host may have been updating stuff on their end.

Request: Display without BBcode
Code:

[Quote]
and maybe when you start typing the message disappears. :)

Pandemikk 04-05-2012 03:31 PM

Quote:

Originally Posted by Mr_Running (Post 2317050)
Yes, it was in the title...It was kind of neat...do people still say neat. LOL

I am on 4.1.11 p1
I thought it might have been dbtech Post Template

I think it's sorted I have cleared caches and it appears my host may have been updating stuff on their end.

Request: Display without BBcode [ quote ]and maybe when you start typing the message disappears. :)

That's one patch level away from my dev. Glad you have got it sorted. :)

The problem with removing the BBCode is it becomes much harder to find out which text to delete / replace. I suppose I could query the database for the message(s) and do it that way, though. I'll look into it.

As for typing and the message disappears, that's going to be difficult methinks (beat you on things people don't say anymore) but, again, I'll look into it.

Mr_Running 04-05-2012 03:50 PM

Okay, Looking forward to what comes up...
Yes, I was kind of thinking of having it as a act as placeholder but on key down / mouse click cursor appears and message disappears.

Cursor in place and then we start typing like a mad man. :)

GKPet 04-05-2012 03:57 PM

Quote:

Originally Posted by Pandemikk (Post 2317047)
v1.1.0 Released! Addresses all requests made so far. Included is the surprisingly popular auto-deleted message setting. I've decided to take it a step further and also given the ability to replace the message with your own custom text!

Thanks for all those who've rated and installed. :)

This is by far the most useful mod that I've seen during the entire month xD

In Omnibus 04-05-2012 06:11 PM

Quote:

Originally Posted by Pandemikk (Post 2317025)
Looks like the install file didn't create the tables. Verify you have create access to your database then uninstall and reinstall the product. If that fails, you can run the query directly yourself. Sadly, I am unable to do anything about this because I cannot control your database permissions.

The tables were created in the database. It simply isn't reading them.

Could be a compatibility issue with vBSEO ... I'll do some digging.
I like this mod and hope to get it working.

Pandemikk 04-05-2012 06:46 PM

Quote:

Originally Posted by ProSportsForums (Post 2317092)
The tables were created in the database. It simply isn't reading them.

Could be a compatibility issue with vBSEO ... I'll do some digging.
I like this mod and hope to get it working.

That makes zero sense. Have you tried using that query directly in phpmyadmin or some sort?


All times are GMT. The time now is 02:16 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.01163 seconds
  • Memory Usage 1,752KB
  • 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
  • (3)pagenav_pagelink
  • (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