Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[AJAX]Did you know ...? (Tip Management) Details »»
[AJAX]Did you know ...? (Tip Management)
Version: 1.0.0 A 6, by Surviver Surviver is offline
Developer Last Online: May 2020 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.5 Rating:
Released: 05-07-2007 Last Update: 05-11-2007 Installs: 120
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

~ Ajax Tip Management ~

What ist this?

This Hack adds a tip management to your forum. Administrators can add tips, which will be displayed on each page of the forum. Using ajax your members will be able to scroll through tips and hide the tip box.

Installation

Please read the readme.txt

Misc

Screenshots are attached as well.
I will try to give support, but sorry, if i don't reply
A demo is aviable here!
A german Version is aviable here

Support

Show supporting the Hack in klicking install or make a small donation

Greetings Surviver

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 05-17-2007, 07:37 PM
SnickersTK SnickersTK is offline
 
Join Date: Apr 2005
Location: Denmark
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting this error when trying to add the plugin:

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:

				INSERT INTO productcode
					(productid, version, installcode, uninstallcode)
				VALUES
					('tip',
					'*',
					'if ($vbulletin->products[\'tms\'])\r\n{\r\n	require_once(DIR . \'/includes/adminfunctions_templateedits.php\');\r\n	install_templateedits($info, $arr, $active);\r\n}',
					'if ($vbulletin->products[\'tms\'])\r\n{\r\n	require_once(DIR . \'/includes/adminfunctions_templateedits.php\');\r\n	uninstall_templateedits($vbulletin->GPC[\'productid\']);\r\n}');

MySQL Error  : Duplicate entry '0' for key 1
Error Number : 1062
Date         : Thursday, May 17th 2007 @ 03:35:49 PM
Script       : http://*/forum/admincp/plugin.php
Referrer     : http://*/forum/admincp/plugin.php?do=productadd
IP Address   : *
Username     : TK
Classname    : vb_database
Reply With Quote
  #73  
Old 05-18-2007, 03:29 AM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SnickersTK View Post
I am getting this error when trying to add the plugin:

Code:
Database error in vBulletin 3.5.3:

Invalid SQL:

				INSERT INTO productcode
					(productid, version, installcode, uninstallcode)
				VALUES
					('tip',
					'*',
					'if ($vbulletin->products[\'tms\'])\r\n{\r\n	require_once(DIR . \'/includes/adminfunctions_templateedits.php\');\r\n	install_templateedits($info, $arr, $active);\r\n}',
					'if ($vbulletin->products[\'tms\'])\r\n{\r\n	require_once(DIR . \'/includes/adminfunctions_templateedits.php\');\r\n	uninstall_templateedits($vbulletin->GPC[\'productid\']);\r\n}');

MySQL Error  : Duplicate entry '0' for key 1
Error Number : 1062
Date         : Thursday, May 17th 2007 @ 03:35:49 PM
Script       : http://*/forum/admincp/plugin.php
Referrer     : http://*/forum/admincp/plugin.php?do=productadd
IP Address   : *
Username     : TK
Classname    : vb_database
Seems to be a problem of your prodcucode table ...
Reply With Quote
  #74  
Old 05-18-2007, 09:00 PM
SnickersTK SnickersTK is offline
 
Join Date: Apr 2005
Location: Denmark
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It took me a while, but I figured it out myself..

Now, when I try adding a tip, it gives me this error:

Quote:
Database error in vBulletin 3.5.3:

Invalid SQL:

REPLACE INTO phrase
(languageid, varname, text, fieldname, product, username, dateline)
VALUES
(-1,
'tip_4',
'test',
'tips',
'tip',
'TK',
'1179525536');

MySQL Error : Unknown column 'fieldname' in 'field list'
Error Number : 1054
Date : Friday, May 18th 2007 @ 04:58:56 PM
Oh and when adding a tip, why does it ask for a US translation too?
Reply With Quote
  #75  
Old 05-19-2007, 07:58 AM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SnickersTK View Post
It took me a while, but I figured it out myself..

Now, when I try adding a tip, it gives me this error:



Oh and when adding a tip, why does it ask for a US translation too?
It seems that this hack si not compatible to vBulletin 3.5.x
Reply With Quote
  #76  
Old 05-19-2007, 05:11 PM
CoolSwede CoolSwede is offline
 
Join Date: May 2007
Location: 56?33.09N - 013?03.90E
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,
thanks for this nice mod.

are there any formatting options for the tips?
Reply With Quote
  #77  
Old 05-19-2007, 06:23 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CoolSwede View Post
hi,
thanks for this nice mod.

are there any formatting options for the tips?
You can use HTML.
Reply With Quote
  #78  
Old 05-19-2007, 09:05 PM
SnickersTK SnickersTK is offline
 
Join Date: Apr 2005
Location: Denmark
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awwwww But I love this hack soo much.

I can not upgrade because I'll loose too many precious hacks that has not been made compitable with the newer version.

Any way I can convince you to make a compitable version for 3.5.x??? pwease?
Reply With Quote
  #79  
Old 05-20-2007, 04:37 AM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SnickersTK View Post
Awwwww But I love this hack soo much.

I can not upgrade because I'll loose too many precious hacks that has not been made compitable with the newer version.

Any way I can convince you to make a compitable version for 3.5.x??? pwease?
Not at the Moment ... Mayb elater
Reply With Quote
  #80  
Old 05-20-2007, 02:43 PM
Panagioths Panagioths is offline
 
Join Date: Feb 2004
Location: Greece
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a possibility to integrate this in a vbadvanced box?
Reply With Quote
  #81  
Old 05-20-2007, 06:22 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Panagioths View Post
Is there a possibility to integrate this in a vbadvanced box?
This owuld be able, but why? Ist is a box, i think an integration in vBA is not necessary
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:45 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.05153 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete