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
Custom Page (Lite Version) Details »»
Custom Page (Lite Version)
Version: 1.00, by borbole borbole is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.1 Rating:
Released: 02-08-2010 Last Update: 03-28-2010 Installs: 165
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Lite Version

The lite mod attached here will add only one basic custom page at your forum.

Installation: Upload the custompage.php to your forum root and the includes folder inside the mod package to your forum 's include folder and import the xml file through the Plugins & Products at your Acp.


Premium Version

You can view screenshots below of a more advanced version that will allow you to add unlimited php and html custom pages to your forum.

At the premium version you can add unlimited pages and manage them with ease from the mod settings in the Acp.

For each page you can do the following:

1) Enable/disable

2) Enter the url name. That is what will appear in the browser.

3) Choose the type of the page, php or html. You can also use smilyes and bb codes.

4) Enter the Nabar Link Name. You have also the option to show the custom page tab/s in the navigation bar or not. If you choose for No, you will have to either add it manually yourself or through the Navigation Manager.

5) Enter the breadcrumb name.

6) Enter the title of your custom page.

7) Enter the content of your custom page. You can use php and html.

Use the $output variable to output the php code.

8) Open the custom page in a new window.

9) You can also restrict a group/groups per each custom page from viewing it.

10) Set the page appearance order.

Also the users browsing the custom pages will appear at the online list.



If you want to purchase the premium version, you can contact me in private here.

Giving away free copies of the premium version. If you are interested please contact me in private.



For the Premium version the Installation Instruction can be found inside the mod package.

Download Now

File Type: zip Custom_Page.zip (2.9 KB, 1452 views)

Screenshots

File Type: png Welcome to our forums_1269895747476.png (36.0 KB, 0 views)
File Type: png Admin Control Panel_1269896054535.png (97.8 KB, 0 views)
File Type: png acp1.png (58.7 KB, 0 views)
File Type: png acp3.png (67.3 KB, 0 views)
File Type: jpg acp4.jpg (77.2 KB, 0 views)
File Type: png page1.png (129.8 KB, 0 views)
File Type: jpg page2.jpg (83.8 KB, 0 views)
File Type: png acp2.png (68.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
manyaa, powerofzombie, setishock

Comments
  #122  
Old 08-18-2012, 07:58 AM
abaheforums abaheforums is offline
 
Join Date: Apr 2012
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First ,Thanks for helping me adjust the header

Second ,when I select the custompgae the selection color goes to the homepage not this page
how to make it selected ???


is that reply is the answer ?
If yes,where to put this code ???


Many thanks

Quote:
Originally Posted by Disco_Stu View Post
I may have found the problem. I think the tabs the mod creates are not being added into the tab collection that's checked in the navbar_tabs code to determine which tab should be marked as selected and highlighted:

Code:
    <vb:each from="tabs" value="tab" key="tabid">
           <li<vb:if condition="$selected == $tabid"> class="selected"</vb:if> id="{vb:raw tab.name}">
Reply With Quote
  #123  
Old 08-18-2012, 01:30 PM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Check post #78
Reply With Quote
  #124  
Old 08-25-2012, 09:33 AM
abaheforums abaheforums is offline
 
Join Date: Apr 2012
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Disco_Stu View Post
ok..here's a solution to getting the tabs for the new pages to stay selected when displaying the new page.. It's not pretty but it does work:

1)Use the mod to create your new pages

2)Display each page and copy the url in notepad or something because you need it in the following steps.

3) Disable this mod (don't uninstall it - just disable it). This will cause the tabs that the mod created to not show on the nav bar.

4) If you created more than 1 new page then for each page create a copy of custompages.php in your forum root. I named my cloned php files as custompages2.php, custompages3.php....

5) In each cloned php file change the script name in the THIS_SCRIPT entry. I changed mine to the name of the cloned file (custompages2, custompages3,....)

6) Now go to the Navigation Manager and for each new page you created add a new tab and put the new page URL's in the URL setting and put the corresponding script name from your clone php file in the script entry.

Now close your site and open it again to open of your existing pages. Then click on one of the new tabs and it should display your new page that you created with this mod and the tab should stay selected.

I'm not happy about having to clone files but it does solve the problem

I need to point out that if you do not change the script names in your cloned php files then the first tab for your new pages will always be marked as selected whenever you display any of the new pages. This is because all the tabs for the new pages will be set with the same script name.
I tried this solution and no result.
I have 4.1.11 version ,when disabled the product the tab didn't disappear ,it is still present and leads to a white page !!

Also,I don't have a navigation manager in 4.1.11

What shall I do ???
Reply With Quote
  #125  
Old 08-25-2012, 10:34 AM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry but I've only used this mod with 4.2 so I can't help you with the 4.1 issues. Maybe someone else that's used this mod with that version can help you out.
Reply With Quote
  #126  
Old 09-02-2012, 07:38 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HCHQ View Post
Any news?
Not yet. I Haven''t had much free time lately.
Reply With Quote
  #127  
Old 09-02-2012, 07:52 PM
Nirjonadda Nirjonadda is offline
 
Join Date: Dec 2011
Location: Italy
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to All member or guests Redirect to Custom Page ? when someone type to www.mysite.com Redirect to Custom Page !
Reply With Quote
  #128  
Old 09-23-2012, 07:50 PM
Draffi Draffi is offline
 
Join Date: Oct 2011
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like, that this mod is not fetching all HTML-Codes very well.

Example: <script> and <object>.

Uninstalled.
Reply With Quote
  #129  
Old 10-20-2012, 11:31 PM
killerford's Avatar
killerford killerford is offline
 
Join Date: Jan 2012
Location: United Kingdom
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work for 4.2? I'm looking to get some custom pages done for my gaming clan forum for such as Roster list, Tournament announcements ect ect..
Reply With Quote
  #130  
Old 10-21-2012, 10:58 AM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by killerford View Post
Does this work for 4.2? I'm looking to get some custom pages done for my gaming clan forum for such as Roster list, Tournament announcements ect ect..
Only the premium version is compatible with the 4.2x versions as well.
Reply With Quote
  #131  
Old 11-15-2012, 10:13 AM
HCHQ HCHQ is offline
 
Join Date: Jan 2012
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by borbole View Post
Not yet. I Haven''t had much free time lately.
No problem
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:08 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.04936 seconds
  • Memory Usage 2,359KB
  • Queries Executed 26 (?)
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
  • (5)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
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (9)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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