Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
New post blinking image for a specific forum [new version 2.2] Details »»
New post blinking image for a specific forum [new version 2.2]
Version: 2.1, by Developer Developer is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 01-18-2006 Last Update: 01-24-2006 Installs: 31
DB Changes Uses Plugins Template Edits
 
No support by the author.

Description
This Mod. allows to you to put an blinking image For a specific forum.
Location of the image
see the attached images.
Features
1.0
easy to install but not the easiest.
2.0
easy to select the forum from you ACP Forums & Moderators ==>
Forum Manager ==> Edit forum ==> New Post blinking image For specific forum ,
you have to select Yes from [Enable New Post blinking image?]
Details
1 Product XML with 3 Plugins, 1 Sql Query AND 3 Phrases
Installation
**Important**: If you had install ver. 1.0 you have to import the product again for ver. 2.2
AND make sure you allow Overwrite and you have to edit the template again after REVERT it.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[import the product]
[open template forumhome_forumbit_level2_post
search for:
Code:
id="f$forum[forumid]">
replace it with
Code:
id="f$forum[forumid]">
     <if condition="$forum['enpostblinking']"><if condition="$forum[statusicon]=='new'"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$lastpostinfo[lastthreadid]">
<img src="$forum[newblinkicon]" border="0" align="right" hspace="0" /></a></if></if>
then see attachment and the above Features for version 2.2]
Ver. History
1.0 On 19. Jan 2006 Initial Version
2.0 On 23. Jan 2006 Fix selecting more than forum and Updated Completely
2.1 On 24. Jan 2006 Fix Sql Query
2.2 ON 25. Jan 2006 Fix No Image Error when there's no new posts in MSIE
Donation::.
Feel Free To
LAsT ThINg
Click Install
Support Given For Who Clicked Install {ONLY}

Show Your Support

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

Comments
  #2  
Old 01-19-2006, 06:54 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

when i enter multiple forum id number it won't save it refer back to forum id 1 and i want to use it in multiple forum...can anybody fix that problem....
Reply With Quote
  #3  
Old 01-19-2006, 10:06 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wait for next release coz. i have a proplem with this :surprised:
Reply With Quote
  #4  
Old 01-23-2006, 04:52 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nievesidenshop
when i enter multiple forum id number it won't save it refer back to forum id 1 and i want to use it in multiple forum...can anybody fix that problem....
FIXED With the new version and now to select the forum from forums&moderators
Reply With Quote
  #5  
Old 01-23-2006, 10:48 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Developer
FIXED With the new version and now to select the forum from forums&moderators
Database error:

PHP Code:
Invalid SQL:
UPDATE forum SET
    title_clean 
'Welcome To Puerto Tech Central',
    
title 'Welcome To Puerto Tech Central',
    
description_clean 'Welcome to are newest member',
    
description 'Welcome to are newest member',
    
link '',
    
displayorder 1,
    
daysprune = -1,
    
parentid 1,
    
newpostemail '',
    
newthreademail '',
    
### Bitfield: forum.options ###
        
options = IF(options 8options 8options),
        
options = IF(options 16options 16options),
        
options = IF(options 32options 32options),
        
options = IF(options 131072options 131072options),
        
options = IF(options 32768options 32768options),
        
options = IF(options 8192optionsoptions 8192),
        
options = IF(options 4optionsoptions 4),
        
options = IF(options 1optionsoptions 1),
        
options = IF(options 2optionsoptions 2),
        
options = IF(options 16384optionsoptions 16384),
        
options = IF(options 256options 256options),
        
options = IF(options 64optionsoptions 64),
        
options = IF(options 128optionsoptions 128),
        
options = IF(options 512optionsoptions 512),
        
options = IF(options 1024optionsoptions 1024),
        
options = IF(options 2048optionsoptions 2048),
        
options = IF(options 4096optionsoptions 4096),
        
options = IF(options 65536optionsoptions 65536),
    
styleid 0,
    
password '',
    
banner '',
    
bannerlink '',
    
banneralt '',
    
bannercode '',
    
gallery '0',
    
gallery_rows '',
    
fh_banner '',
    
fh_url '',
    
fh_text '',
    
accessf_nb 0,
    
accesst_nb 0,
    
create_nb 0,
    
reply_nb 0,
    
forumkeywords '',
    
forumdescription '',
    
enpostblinking 1,
    
blinkingimage '/images/new-developer.gif'
WHERE forumid 3;

MySQL Error  Unknown column 'enpostblinking' in 'field list'
Error Number 1054
Date         
MondayJanuary 23rd 2006 04:46:55 PM
Script       
http://www./admincp/forum.php
Referrer     http://www./admincp/forum.php?do=edit&f=3
IP Address   :xxxxxxxxxxxxxxxxxx
Username     
xxxxxxxxxxx
Classname    
vb_database 
Reply With Quote
  #6  
Old 01-23-2006, 10:55 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

also when i tried to uninstalled it this is the error that was given


PHP Code:
Invalid SQL:
ALTER TABLE forum DROP enpostblinkingDROP blinkingimage;

MySQL Error  Can't DROP 'enpostblinking'; check that column/key exists
Error Number : 1091
Date         : Monday, January 23rd 2006 @ 04:53:54 PM
Script       : http://www.xxxxxxxcom/admincp/plugin.php
Referrer     : http://www.xxxxxcom/admincp/plugin.php?do=productdelete&productid=developer-newpost&s=
IP Address   : xxxxxxxxxxxxxxx
Username     : xxxxxxxxxxxxxxx
Classname    : vb_database 

edited: product is still reading 1.0 not 2.0 :ermm:
Reply With Quote
  #7  
Old 01-23-2006, 11:30 PM
Developer's Avatar
Developer Developer is offline
 
Join Date: Sep 2005
Location: EgYpT
Posts: 662
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try The product now
i've fix sql query and tried it 2.1 released
Reply With Quote
  #8  
Old 01-24-2006, 12:29 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Developer
Try The product now
i've fix sql query and tried it 2.1 released
ok thank you
Reply With Quote
  #9  
Old 01-24-2006, 09:03 PM
ammarcom004 ammarcom004 is offline
 
Join Date: Jul 2005
Location: iraq-baghdad
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good job thanks
Reply With Quote
  #10  
Old 01-24-2006, 11:38 PM
NuclioN's Avatar
NuclioN NuclioN is offline
 
Join Date: Aug 2002
Posts: 955
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice but when there's no new post it gives a red crossed (no image) error!
Reply With Quote
Reply

Thread Tools

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 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04595 seconds
  • Memory Usage 2,328KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_php
  • (3)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
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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