Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
News Box v5.1 Details »»
News Box v5.1
Version: 1.00, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-10-2004 Last Update: Never Installs: 46
 
No support by the author.

With this hack, you'll add on your board a news system that you control from the admin control panel. These news, you choose them, they appear on the forum in a box, with marquee text viewable for each member. They can be used, to display a general message to your members ...

you can insert VBCodes and smilies. You can choose to display or not the news box on the forum.

Improvment in comparison with VB2 version :
- Display of a special news if the user is unregistered. THe news is a link to the register form.
- Use of expand/collapse system to reduce the box. The position of the box is saved




Ce hack permet d'ajouter ou vous voulez sur votre forum un systeme de news que vous gerez via le CP, ces news c vous qui les choisissez, elles apparaissent sur le forum sous forme d'un texte deroulant visible par chaque membre. Elles servent en fait a faire passer un message a vos membres ...

Vous pouvez inserer du VBCode dans ces news et des smilies. Vous pouvez choisir via le CP admin d'afficher ou pas le systeme de news sur l'accueil du forum.

Amelioration par rapport aux precedentes versions VB2.xx :
- Affichage d'une news supplementaire si le visiteur n'est pas enregistr? lui disant qu'il n'est pas enregistr?, le texte est un lien qui lui permet d'acceder a la page d'enregistrement
- Utilisation du systeme expand/collapse pour reduite l'affichage de la boite de news avec enregistrement de la position de cette fenetre



Installation time : 15
Templates to modify : 1
Templates to add : 3
Files to upload : 1
Files to modify : 2
Phrases to add : 5
Query to run : 1


:devious:

[HIGH]This hack has been released by VBulletinDev's team : http://www.vbulletindev.net

Ce hack a ete realis? par la team de VBulletinDev et est telechargeable en FR sur http://www.vbulletindev.net[/HIGH]

Show Your Support

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

Comments
  #82  
Old 03-11-2004, 07:19 PM
Pikok Pikok is offline
 
Join Date: Jul 2002
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KamuiX
Ahhhh Just noticed a flaw when checking the hack with Mac's Safari browser. The text box stretches for however much news is contained within... gah.

Any idea how to have browser detection for this, so that either the news hack isn't there for Safari, or at least closed?

If you have Safari and want to see the occurance, my forum's here: http://www.animegamer.com/forums/index.php
Put the news part in a conditional that check the browser and have it do whatever you want for different browsers.
PHP Code:
<if condition="is_browser('safari')">
// Stuff For Safari Here
<else />
// Stuff For Other Browsers Here
</if> 
If you don't want anything to show for safari, use:
PHP Code:
<if condition="!is_browser('safari')">
// Stuff For Browsers Other Than Safari Here
</if> 
Reply With Quote
  #83  
Old 03-13-2004, 05:17 AM
skullycapone skullycapone is offline
 
Join Date: Mar 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have installed this hack to my board and if you arent loged in you it will display the scrolling text please click here
but once you get loged in it will not show nothing
can someone help me with this
thanks
Reply With Quote
  #84  
Old 03-14-2004, 01:02 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excuse me, if I didn't reply before it's coze I haven't seen these posts
and/or, if I didn't replied it is because I was really busy at this time so :

@red_baron : don't be so ironic, I'm tkinking you could love me
Replace the template news_fin by

Code:
   </table>
  </td>
 </tr>
</table></table>	
</td>
</tr>
</tbody></table><br>
@skullycapone : the text shown to guests (please register...) disapeared if the user is logged
To add new news, go to your admincp > News and manage them as you want

However : sorry for this "absence"
Reply With Quote
  #85  
Old 03-14-2004, 01:08 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hurm, I'll review the code this evening to make it 100% compatible with RC4, other templates code may have changed since RC1 and my code has to be improved and modified

Sorry for this
Reply With Quote
  #86  
Old 03-14-2004, 05:32 PM
skullycapone skullycapone is offline
 
Join Date: Mar 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by VBDev
Hurm, I'll review the code this evening to make it 100% compatible with RC4, other templates code may have changed since RC1 and my code has to be improved and modified

Sorry for this
its ok
i was just learning and i did go to admin pannel and add news and no matter what number i set it to it wont show
as in the pic i posted
maby what u have posted will help will let ya know how it goes
thanks for the reply
Reply With Quote
  #87  
Old 03-14-2004, 08:12 PM
skullycapone skullycapone is offline
 
Join Date: Mar 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok i tryed what ya said and still no news
after u log in that is
the only way to get anything to show is add the text below this <marquee>
in the news template
thanks for all the help
Reply With Quote
  #88  
Old 03-14-2004, 09:31 PM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by skullycapone
ok i tryed what ya said and still no news
after u log in that is
the only way to get anything to show is add the text below this <marquee>
in the news template
thanks for all the help
Are you sure you didn't do an error during the installation ?

Check up modifications in the index.php please

Have you well activated in News Options the option do display them on the forumhome ?
Reply With Quote
  #89  
Old 03-15-2004, 12:16 AM
KamuiX KamuiX is offline
 
Join Date: Apr 2003
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, thanks for the info Pikok! That should help, big time.
Reply With Quote
  #90  
Old 03-15-2004, 02:29 AM
kauka kauka is offline
 
Join Date: Nov 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok installed with the advice you gave red_baron in the news_fins but now everything at the bottom is centered, example whats going on is in the center. Any solution to this would be greatfully appreciated.
Reply With Quote
  #91  
Old 03-15-2004, 02:32 AM
keiser keiser is offline
 
Join Date: Jul 2003
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sweet! installed.

I used this as a "now playing" ticker for the embeded music I play on my forumpage, worked out nicely! You can all check it out at:

www.hookupboard.com
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 08:32 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.04640 seconds
  • Memory Usage 2,312KB
  • Queries Executed 27 (?)
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
  • (1)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
  • (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_postinfo_query
  • fetch_postinfo
  • 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