vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - Custom Page (Lite Version) (https://vborg.vbsupport.ru/showthread.php?t=235359)

abaheforums 08-18-2012 07:58 AM

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 (Post 2332952)
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}">



Disco_Stu 08-18-2012 01:30 PM

Check post #78

abaheforums 08-25-2012 09:33 AM

Quote:

Originally Posted by Disco_Stu (Post 2333218)
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 ???

Disco_Stu 08-25-2012 10:34 AM

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.

borbole 09-02-2012 07:38 PM

Quote:

Originally Posted by HCHQ (Post 2357314)
Any news? :)

Not yet. I Haven''t had much free time lately.

Nirjonadda 09-02-2012 07:52 PM

How to All member or guests Redirect to Custom Page ? when someone type to www.mysite.com Redirect to Custom Page !

Draffi 09-23-2012 07:50 PM

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

Example: <script> and <object>.

Uninstalled.

killerford 10-20-2012 11:31 PM

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..

borbole 10-21-2012 10:58 AM

Quote:

Originally Posted by killerford (Post 2374660)
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.

HCHQ 11-15-2012 10:13 AM

Quote:

Originally Posted by borbole (Post 2362072)
Not yet. I Haven''t had much free time lately.

No problem :)

NguReaper 11-15-2012 11:53 PM

Quote:

Originally Posted by borbole (Post 2020661)
Yes, it will.

I would take a look at your premium version of this mod but it seems your site is currently down. :(

borbole 11-16-2012 05:28 PM

Quote:

Originally Posted by NguReaper (Post 2381407)
I would take a look at your premium version of this mod but it seems your site is currently down. :(

I was doing some maintenance work but it is open now.

BasilFawlty 11-17-2012 05:55 AM

I tried this (Lite) version and was wondering if there is anyway to make the TAB for a custom page show up in the Navigation Manager? I don't see the TAB for the page I created in the Navigation Manager. Am I missing something? Nice mod, but would really be great if you could use Nav Manager to move the tab to where you want it (or even make it a sub link on another Tab). Any chance of this in future?

Disco_Stu 11-17-2012 07:50 PM

Quote:

Originally Posted by BasilFawlty (Post 2381812)
I tried this (Lite) version and was wondering if there is anyway to make the TAB for a custom page show up in the Navigation Manager? I don't see the TAB for the page I created in the Navigation Manager. Am I missing something? Nice mod, but would really be great if you could use Nav Manager to move the tab to where you want it (or even make it a sub link on another Tab). Any chance of this in future?

Read all of my posts

borbole 12-04-2012 01:18 PM

Quote:

Originally Posted by Nirjonadda (Post 2362077)
How to All member or guests Redirect to Custom Page ? when someone type to www.mysite.com Redirect to Custom Page !

Quote:

Originally Posted by Nirjonadda (Post 2362077)
How to All member or guests Redirect to Custom Page ? when someone type to www.mysite.com Redirect to Custom Page !

You can redirect to the custom page by using a .htaccess file or by placing a redirect code to the index page.

Quote:

Originally Posted by Disco_Stu (Post 2382018)
Read all of my posts

BasilFawlty bought the premium version. Thank you for helping out btw as I haven''t had much time lately to work on the lite version.

BasilFawlty 12-09-2012 11:47 PM

Quote:

Originally Posted by borbole (Post 2388370)
<snip>

BasilFawlty bought the premium version. Thank you for helping out btw as I haven''t had much time lately to work on the lite version.

Premium version is working fine except one small issue. When I try to put a table on a custom page, it puts a bunch (like 42) <br> line break codes before the <table> tag. The result is, the table gets placed on the page, but it is waaaaay down on the page. (I emailed you about this, but figured I'd ask it here too in case others might benefit from the answer).

PS: I marked this mod as installed, even though it is really the premium version I'm using.

borbole 12-10-2012 01:08 PM

Quote:

Originally Posted by BasilFawlty (Post 2389617)
Premium version is working fine except one small issue. When I try to put a table on a custom page, it puts a bunch (like 42) <br> line break codes before the <table> tag. The result is, the table gets placed on the page, but it is waaaaay down on the page. (I emailed you about this, but figured I'd ask it here too in case others might benefit from the answer).

PS: I marked this mod as installed, even though it is really the premium version I'm using.

I received your email and I replied to you.

BasilFawlty 12-13-2012 02:22 AM

Quote:

Originally Posted by borbole (Post 2389742)
I received your email and I replied to you.


Any luck figuring out what might be causing all the <br> codes before the <table> tag? (Did you get my email with the screen shot of the custom pages table and the code I had plugged in to the HTML custom Page?

borbole 12-13-2012 10:37 AM

Quote:

Originally Posted by BasilFawlty (Post 2390411)
Any luck figuring out what might be causing all the <br> codes before the <table> tag? (Did you get my email with the screen shot of the custom pages table and the code I had plugged in to the HTML custom Page?

I didn''t get any other email. Can you please resend it to me again?

But to troubleshoot this I would need access to your forum acp and ftp so I can check the issue for myself directly in your environment.

AK47- 01-22-2013 04:01 PM

Hello, your forum is closed i can not purchase....

ru55ian 02-19-2013 12:44 AM

i am interested in buying it as well. let me know the best waY

borbole 02-19-2013 12:30 PM

Quote:

Originally Posted by ru55ian (Post 2405110)
i am interested in buying it as well. let me know the best waY

Hi,

I sent you a pm about it.

MR_Dammie 05-08-2013 04:46 PM

I have the table problem too.

Please tell me your solution to fix this issue please.

autoescala 09-03-2013 02:25 PM

Nice mod

hellboundblogge 10-05-2013 10:20 AM

How much the Premium Edition Costs?

Also, I'm at the page but it shows that user is on Forum (Talking about Nav Bar)

https://vborg.vbsupport.ru/external/2013/10/63.png

ozzy47 10-05-2013 10:24 AM

Just a FYI, discussing costs to a paid version is not allowed in the forums, you would need to find that out on the developers website.

Mastermaik 11-10-2013 06:47 PM

I want to have the Pro version, where to go ?

Kind regards
Maik

ozzy47 11-10-2013 06:50 PM

Quote:

Originally Posted by Mastermaik (Post 2459775)
I want to have the Pro version, where to go ?

Kind regards
Maik

From the first post:

Premium Version

A more advanced version that will allow you to add unlimited php, html and bbcode custom pages to your forum can be found at my forum:

http://www.forumservices.eu/vb/showt...d-Custom-Pages

borbole 11-10-2013 07:32 PM

Quote:

Originally Posted by Mastermaik (Post 2459775)
I want to have the Pro version, where to go ?

Kind regards
Maik

You can contact me in private since I don''t have my vb forum anymore.

ozzy47 11-10-2013 07:34 PM

Quote:

Originally Posted by borbole (Post 2459791)
You can contact me in private since I don''t have my vb forum anymore.

I would update the first post, and your signature then, so people don't get confused. :)

borbole 11-10-2013 07:47 PM

Quote:

Originally Posted by ozzy47 (Post 2459792)
I would update the first post, and your signature then, so people don't get confused. :)

I updated the first post. Thanks for the reminder :)

ozzy47 11-10-2013 07:50 PM

Not a problem. :)

undertable99 02-28-2014 01:00 PM

Just asking is this mod still available in pro?

betts02 03-01-2014 04:22 PM

https://vborg.vbsupport.ru/showthread.php?t=232207

Add as many pages as you need for free :)

aaronhaul 03-28-2014 06:56 AM

Quote:

Originally Posted by betts02 (Post 2484472)
https://vborg.vbsupport.ru/showthread.php?t=232207

Add as many pages as you need for free :)

Hello,

Does this mod works fine with vB 4.2.2 PL 1?

manyaa 05-30-2014 01:42 PM

Thanks for custom page's lite version.
I am having one issue: The tab for custom page appears at the end of all other tabs. I have 7 tabs in my nav bar, and it appears at 8th place. What do I do to make it appear at 6th place? If I set a new tab for Custom Page in VB admin> Settings, then I can make it appear at 6th place in nav bar, but original tab for custom page still appears at 8th place. I am unable to hide it. What should I do to have one tab for Custom Page at 6th place in my nav bar?
Thanks in advance.

thetechgenius 06-21-2014 07:22 PM

I did this, but with my own PHP code, without a mod. I also added the code to Who's Online, so the Who's Online will show a user when he/she is on your custom page.

Such as:

UserX
Viewing - Custom Page

If anyone wants to know how, send me a PM.

Disco_Stu 06-21-2014 08:47 PM

Quote:

Originally Posted by manyaa (Post 2500129)
Thanks for custom page's lite version.
I am having one issue: The tab for custom page appears at the end of all other tabs. I have 7 tabs in my nav bar, and it appears at 8th place. What do I do to make it appear at 6th place? If I set a new tab for Custom Page in VB admin> Settings, then I can make it appear at 6th place in nav bar, but original tab for custom page still appears at 8th place. I am unable to hide it. What should I do to have one tab for Custom Page at 6th place in my nav bar?
Thanks in advance.

Check my post #77

borbole 07-31-2014 06:27 PM

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

venturer 01-08-2015 10:17 PM

DON'T WASTE YOUR MONEY ON THE PAID VERSION!!!!!

IT DOES NOT WORK> Developer would not refund. He requested all my site login information to find the problem. I told him no way. I'm not giving out all my site passwords.

Free version worked fine. Paid version screws up all the HTML code. It just makes a huge mess of the formatting.

I gave him multiple opportunities to make it right. Including logging into my computer remotely

Don't pay this guy any money!!!:mad:

< I'd gladly remove this review if the developer refunds my money. >


All times are GMT. The time now is 12:23 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01591 seconds
  • Memory Usage 1,838KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete