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
5 sub-pages in the same format of the forum Style v 2.0 - omardealo Details »»
5 sub-pages in the same format of the forum Style v 2.0 - omardealo
Version: 2.0, by omardealo omardealo is offline
Developer Last Online: Sep 2022 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.1 Rating:
Released: 02-01-2010 Last Update: Never Installs: 31
Auto-Templates
Additional Files Translations  
No support by the author.

Peace and mercy of God be upon you

MOD Version:
5 sub-pages format Forum Version 2.0 Programming omardealo
Easy to use, content and name of the page put by hack options

Programming:
omardealo

Example:
http://www.7-secret.org/page.php?do=1&language=en
http://www.7-secret.org/page.php?do=2&language=en
http://www.7-secret.org/page.php?do=3&language=en
http://www.7-secret.org/page.php?do=4&language=en
http://www.7-secret.org/page.php?do=5&language=en


Composition:

1 - Upload the product from the Control Panel Forum
2 - Upload page.php file folder inside your forum's main

hack in arabic - الهاك باللغة العربية:
http://www.7-secret.org/showthread.php?t=212&p=669

More from pray God bless you,,,

Download Now

File Type: zip forum.zip (1.0 KB, 261 views)
File Type: xml product-other_pages.xml (15.1 KB, 230 views)

Screenshots

File Type: jpg 1.jpg (61.1 KB, 0 views)
File Type: jpg 2.jpg (62.9 KB, 0 views)
File Type: jpg 3.jpg (60.8 KB, 0 views)
File Type: jpg 4.jpg (18.3 KB, 0 views)
File Type: jpg 5.jpg (19.0 KB, 0 views)
File Type: jpg 6.jpg (16.9 KB, 0 views)

Show Your Support

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

Comments
  #2  
Old 02-02-2010, 05:03 AM
Muggz562 Muggz562 is offline
 
Join Date: Jan 2010
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good work man. I was actually thinking TODAY that someone should make a hack like this, then I hop on here and its like you read my mind . Thanks!
Reply With Quote
  #3  
Old 02-02-2010, 05:49 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Rated and installed fine thanks!
Reply With Quote
  #4  
Old 02-02-2010, 05:11 PM
Muggz562 Muggz562 is offline
 
Join Date: Jan 2010
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found a bug:

When I click on one of my pages, the rest of the pages get highlighted. Is there any quick fix for this?
Reply With Quote
  #5  
Old 02-02-2010, 05:15 PM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not happening on my install mate on 4.0
Reply With Quote
  #6  
Old 02-02-2010, 05:16 PM
Muggz562 Muggz562 is offline
 
Join Date: Jan 2010
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmm wierd, its probably another of my plugins or something
Reply With Quote
  #7  
Old 02-02-2010, 05:47 PM
Muggz562 Muggz562 is offline
 
Join Date: Jan 2010
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Edit- Disabled all of my plugins and it is still the same for vB 4.0.1..
Reply With Quote
  #8  
Old 02-02-2010, 09:56 PM
omardealo's Avatar
omardealo omardealo is offline
 
Join Date: Nov 2008
Location: egypt
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Muggz562 View Post
Good work man. I was actually thinking TODAY that someone should make a hack like this, then I hop on here and its like you read my mind . Thanks!
yes I have read your mind and I wanted to save your time
Joked with you, this is an honor for me

Quote:
Originally Posted by rammieone View Post
Rated and installed fine thanks!
thnx man

Quote:
Originally Posted by Muggz562 View Post
I found a bug:

When I click on one of my pages, the rest of the pages get highlighted. Is there any quick fix for this?
ok try this
1 - upload the product from the Control Panel Forum
2 - Upload page.php file folder inside your forum's main
3 - template navbar
PHP Code:
{vb:raw template_hook.navtab_end
Place underneath
PHP Code:
<!----------- Sub-pages of the Forum Programming omardealo --------------->
<
vb:if condition="$vboptions[other_pages_page1_onoff]">
<
li> <class="navtab" href="page.php?do=1"> (vbraw vboptions.other_pages_name1) </ a> </ li>
</ 
vb: if>

<
vb:if condition="$vboptions[other_pages_page2_onoff]">
<
li> <class="navtab" href="page.php?do=2"> (vbraw vboptions.other_pages_name2) </ a> </ li>
</ 
vb: if>

<
vb:if condition="$vboptions[other_pages_page3_onoff]">
<
li> <class="navtab" href="page.php?do=3"> (vbraw vboptions.other_pages_name3) </ a> </ li>
</ 
vb: if>

<
vb:if condition="$vboptions[other_pages_page4_onoff]">
<
li> <class="navtab" href="page.php?do=4"> (vbraw vboptions.other_pages_name4) </ a> </ li>
</ 
vb: if>

<
vb:if condition="$vboptions[other_pages_page5_onoff]">
<
li> <class="navtab" href="page.php?do=5"> (vbraw vboptions.other_pages_name5) </ a> </ li>
</ 
vb: if>
<!----------- 
Sub-pages of the Forum Programming omardealo ---------------> 

Quote:
Originally Posted by rammieone View Post
Not happening on my install mate on 4.0
for 4.0.1 Follow the above explanation

Quote:
Originally Posted by Muggz562 View Post
hmm wierd, its probably another of my plugins or something
Follow the above explanation
Attached Files
File Type: xml product-other_pages.xml (12.8 KB, 53 views)
Reply With Quote
  #9  
Old 02-03-2010, 04:24 AM
Muggz562 Muggz562 is offline
 
Join Date: Jan 2010
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im getting a "unclosed_tag" error message when I place the code under :{vb:raw template_hook.navtab_end}
Reply With Quote
  #10  
Old 02-03-2010, 05:14 AM
omardealo's Avatar
omardealo omardealo is offline
 
Join Date: Nov 2008
Location: egypt
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Muggz562 View Post
Im getting a "unclosed_tag" error message when I place the code under :{vb:raw template_hook.navtab_end}
I tested the code and works well, make sure you put a code well

PHP Code:
<!----------- Sub-pages of the Forum Programming omardealo --------------->
<
vb:if condition="$vboptions[other_pages_page1_onoff]">
<
li><class="navtab" href="page.php?do=1">{vb:raw vboptions.other_pages_name1}</a></li>
</
vb:if>

<
vb:if condition="$vboptions[other_pages_page2_onoff]">
<
li><class="navtab" href="page.php?do=2">{vb:raw vboptions.other_pages_name2}</a></li>
</
vb:if>

<
vb:if condition="$vboptions[other_pages_page3_onoff]">
<
li><class="navtab" href="page.php?do=3">{vb:raw vboptions.other_pages_name3}</a></li>
</
vb:if>

<
vb:if condition="$vboptions[other_pages_page4_onoff]">
<
li><class="navtab" href="page.php?do=4">{vb:raw vboptions.other_pages_name4}</a></li>
</
vb:if>

<
vb:if condition="$vboptions[other_pages_page5_onoff]">
<
li><class="navtab" href="page.php?do=5">{vb:raw vboptions.other_pages_name5}</a></li>
</
vb:if>
<!----------- 
Sub-pages of the Forum Programming omardealo ---------------> 
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 09:23 AM.


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.06197 seconds
  • Memory Usage 2,371KB
  • Queries Executed 24 (?)
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
  • (3)bbcode_php
  • (6)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
  • (2)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
  • (9)postbit_attachment
  • (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_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