The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Custom Page (Lite Version) Details »» | |||||||||||||||||||||||||||||||||||||||||||
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
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
manyaa, powerofzombie, setishock |
Comments |
#73
|
|||
|
|||
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.
|
Благодарность от: | ||
borbole |
#74
|
||||
|
||||
You are welcome.
Thank you for your feedback Athena1984. I really appreciate it |
#75
|
|||
|
|||
No problem.
|
#76
|
|||
|
|||
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!! |
#77
|
|||
|
|||
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}"> |
#78
|
|||
|
|||
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. |
#79
|
|||
|
|||
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?
|
#80
|
|||
|
|||
If you're on 4.2 then you should be able to do this using the Navigation Manager
|
#81
|
|||
|
|||
Running 4.1.3
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|