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
  #72  
Old 05-16-2012, 05:02 PM
LLent LLent is offline
 
Join Date: Aug 2010
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by borbole View Post


Hello,

Do you mean the installation instructions? They are at the mod description in the very first post.
yes thats what i meant got it and thanks
Reply With Quote
Благодарность от:
borbole
  #73  
Old 05-17-2012, 12:33 AM
Athena1984 Athena1984 is offline
 
Join Date: Nov 2009
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This works great. I first downloaded the one page here and realized I needed more. Initially I thought it was not translating the html well but, it was my error. It's really easy to use and I'm glad I got the pro version! Keep up the good work please.
Reply With Quote
Благодарность от:
borbole
  #74  
Old 05-17-2012, 09:30 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LLent View Post
yes thats what i meant got it and thanks
You are welcome.


Quote:
Originally Posted by Athena1984 View Post
This works great. I first downloaded the one page here and realized I needed more. Initially I thought it was not translating the html well but, it was my error. It's really easy to use and I'm glad I got the pro version! Keep up the good work please.
Thank you for your feedback Athena1984. I really appreciate it
Reply With Quote
  #75  
Old 05-18-2012, 12:22 AM
Athena1984 Athena1984 is offline
 
Join Date: Nov 2009
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem.
Reply With Quote
  #76  
Old 05-26-2012, 02:05 AM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great mod and I am marking as installed. It works fine with 4.2

The only issue I had was having the new pages use the same width and border graphics as my existing pages.

To solve this I replaced the header info on the custompages section of my templates with the header info from my forum page and it worked out ok with the exception that the new tabs do not stay highlighted but the forum one does. I'm sure that's due to my using the forum header code so I need to figure that one out.

Anyway, super mod!!
Reply With Quote
  #77  
Old 05-26-2012, 04:25 AM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
  #78  
Old 05-26-2012, 06:46 PM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #79  
Old 05-27-2012, 08:25 PM
Hawk7173 Hawk7173 is offline
 
Join Date: Dec 2004
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this, but it messed up one of the other tabs that I had.... when I removed the product, the tab that it messed up went blank...... How do I re-add the name of the tab that went blank?
Reply With Quote
  #80  
Old 05-27-2012, 11:01 PM
Disco_Stu Disco_Stu is offline
 
Join Date: Apr 2012
Posts: 305
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you're on 4.2 then you should be able to do this using the Navigation Manager
Reply With Quote
  #81  
Old 05-27-2012, 11:16 PM
Hawk7173 Hawk7173 is offline
 
Join Date: Dec 2004
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Running 4.1.3
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:05 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.04899 seconds
  • Memory Usage 2,359KB
  • Queries Executed 28 (?)
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
  • (3)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
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)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_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
  • 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