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

Reply
 
Thread Tools
Latest Posts and Newest Members on Forum Home Details »»
Latest Posts and Newest Members on Forum Home
Version: 1.02, by Punjabi Munda Punjabi Munda is offline
Developer Last Online: Feb 2012 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.x Rating:
Released: 12-23-2009 Last Update: 02-03-2010 Installs: 162
Uses Plugins Auto-Templates
Re-useable Code Translations Is in Beta Stage  
No support by the author.

What it does: This mod displays the latest X Posts and Newest X Members on your forum home page

Live Demo: http://www.dilhaidesi.com/forum

Screenshots:
  1. http://i50.tinypic.com/2evc3gk.png
  2. http://i46.tinypic.com/2j61yjr.png

Download Now

File Type: xml lateststatistics.xml (6.3 KB, 948 views)
File Type: xml lateststatistics_Navbar.xml (7.3 KB, 362 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #32  
Old 12-25-2009, 04:07 PM
ArbStar's Avatar
ArbStar ArbStar is offline
 
Join Date: Jan 2007
Location: Toronto, ON
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found many mistakes while translating the mod to Arabic language.
First of all you should write ( & ) as ( & ) in any HTML/XHTML code
in the line #71, you have to replace it with this:
Code:
        $latest_posts .= '<tr><td>'.$count.'</td><td><a href="showthread.php?t='.$post['threadid'].'&amp;goto=newpost#'.$post['lastpostid'].'">'.substr($post['title'],0,30).'...</a></td><td><a href="member.php?u='.$post['lastposterid'].'">'.$post['lastposter'].'</a></td><td><a href="showthread.php?t='.$post['threadid'].'"><img src="images/buttons/collapse_40b.png" /></a></td></tr>';
Another simple mistake in the line #67, ( <div width="100%" ...... )
the default width value for the div tag is 100%, so you don't have to write width="100%", although attribute width cannot be used for the div tag, and more silly errors on line #67, which is in the table tag, you should use quotation mark in the border, cellspacing, and cellpadding attributes.

Last mistake is that you forgot to close the <b> tag on line #67..
PHP Code:
<b>Newest Members</td
------

Again thanks for the great mod, and I really appreciate your effort on making it.
Sorry if my post isn't well organized because I was reading your code and writing the mistakes I find here ..
Hope you pay more attention on XHTML while making ur next mod .

Regards,
Ibrahim Moh'd
Reply With Quote
  #33  
Old 12-25-2009, 04:13 PM
ArbStar's Avatar
ArbStar ArbStar is offline
 
Join Date: Jan 2007
Location: Toronto, ON
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hehe, another mistake

Code:
<div align="center"><tr><td align="center">
You started the <tr> & <td> tags without starting the <table> tag..
Reply With Quote
  #34  
Old 12-25-2009, 04:15 PM
ArbStar's Avatar
ArbStar ArbStar is offline
 
Join Date: Jan 2007
Location: Toronto, ON
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

& you should put alt attribute to all <img> tags

Edit:

Line #12 & #22:
Quote:
<!- DesiHearts Latest Posts -->
Quote:
<!-/ DesiHearts Latest Posts -->
you should use:
Code:
<!--
instead of:
Code:
<!-
Reply With Quote
  #35  
Old 12-25-2009, 04:55 PM
ArbStar's Avatar
ArbStar ArbStar is offline
 
Join Date: Jan 2007
Location: Toronto, ON
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed all mistakes & translated to Arabic.

Arabic XML attached.

Click here to check my forums XHTML validation after fixes.
Attached Files
File Type: xml lateststatistics_Arabic.xml (6.3 KB, 16 views)
Reply With Quote
  #36  
Old 12-25-2009, 05:20 PM
hoangyb hoangyb is offline
 
Join Date: May 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how to show it above forum home and under navbar???
Reply With Quote
  #37  
Old 12-25-2009, 05:32 PM
abbasbsp's Avatar
abbasbsp abbasbsp is offline
 
Join Date: Jun 2008
Location: Indonesian, yogyakarta
Posts: 205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow .... nice mod ..
How to show it forum home above to navbar and marquee .... ???
Reply With Quote
  #38  
Old 12-25-2009, 05:53 PM
Toxic2 Toxic2 is offline
 
Join Date: Jul 2009
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ ArbStar

Quote:
Fixed all mistakes & translated to Arabic.

Arabic XML attached.

Click here to check my forums XHTML validation after fixes.
If the original Contributor had not posted the Mod, With or without Mistakes, You would NOT have had anything to Translate to Arabic. As a Helping hand, you could have Posted a Corrected English Version. It Just seems like it would have been a decent thing to do.

i guess you were having to much fun pointing out mistakes. And It does say BETA which is prone to have Mistakes.
Reply With Quote
  #39  
Old 12-25-2009, 05:59 PM
fourat fourat is offline
 
Join Date: Mar 2008
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much
Reply With Quote
  #40  
Old 12-25-2009, 06:10 PM
valerie555 valerie555 is offline
 
Join Date: Dec 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to put Latest Statistics under GCBOS please
thanks foe help
Reply With Quote
  #41  
Old 12-25-2009, 06:30 PM
ArbStar's Avatar
ArbStar ArbStar is offline
 
Join Date: Jan 2007
Location: Toronto, ON
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Toxic2 View Post
@ ArbStar



If the original Contributor had not posted the Mod, With or without Mistakes, You would NOT have had anything to Translate to Arabic. As a Helping hand, you could have Posted a Corrected English Version. It Just seems like it would have been a decent thing to do.

i guess you were having to much fun pointing out mistakes. And It does say BETA which is prone to have Mistakes.
I know its in BETA stage, I just wanted to help fixing things by showing the errors.

The fixed English version is not my job, its the coder job and I have no right to publish it without his permission.
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 11:09 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.05357 seconds
  • Memory Usage 2,342KB
  • 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
  • (4)bbcode_code
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete