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)
-   -   Add-On Releases - BF-Easy Pages for vBulletin4 (https://vborg.vbsupport.ru/showthread.php?t=232207)

Trip3151 01-16-2010 11:26 AM

Great mod :) how can you change the pages TAB text to somthing else?

Thanks

zbahadir 01-16-2010 11:48 AM

Quote:

Originally Posted by Trip3151 (Post 1957279)
Great mod :) how can you change the pages TAB text to somthing else?

Thanks

vBulletin Settings->BF-Easy Pages->Navbar Tab Name = New Name

fer_75 01-16-2010 11:52 AM

Quote:

Originally Posted by spartan1123 (Post 1956939)
Can you find a way to get the <li class="selected"> code or whatever is required to make a tab i make to direct to the page highlight when it's selected fit into the generated page?

This would be great !!!!!!

Trip3151 01-16-2010 12:03 PM

Quote:

Originally Posted by zbahadir (Post 1957290)
vBulletin Settings->BF-Easy Pages->Navbar Tab Name = New Name

Legend :) Thank you :)

Also with your link: http://www.bizimforumlar.com/pages.php?pageid=1
How can you make the tab fit in with the rest of the forum theme?

Regards

djbaxter 01-17-2010 04:36 AM

Bug: If you try to permanently delete a page, you get an SQL error because you have a space between the table prefix and the table name (bfeasypages).

zbahadir 01-17-2010 05:40 AM

Quote:

Originally Posted by djbaxter (Post 1957895)
Bug: If you try to permanently delete a page, you get an SQL error because you have a space between the table prefix and the table name (bfeasypages).

Thank you for informing
Fixed (v1.3.3)

djbaxter 01-17-2010 06:10 AM

Another bug, at least in IE8:

PHP Code:

Webpage error details

User Agent
Mozilla/4.0 (compatibleMSIE 8.0Windows NT 5.1Trident/4.0GTB6.3Mozilla/4.0 (compatibleMSIE 6.0Windows NT 5.1SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
TimestampSun17 Jan 2010 08:09:26 UTC


Message
'YAHOO' is undefined
Line
11
Char
769
Code
0
URI
http://mysite.com/clientscript/vbulletin-core.js?v=401


Message'vBulletin' is null or not an object
Line
11
Char
21419
Code
0
URI
http://mysite.com/clientscript/vbulletin-core.js?v=401 

I get this same error with IE8 if I use your demo link above.

Big-Pete 01-17-2010 12:25 PM

Im using IE8 and the demo link is fine, I looked through the all the links on the demo page with no problems at all..

But, this seems to conflict with the VBSC Supercharged mod

fer_75 01-17-2010 12:58 PM

How to write a custom VBSEO rule for specific page, im trying:

'^pages\.php$?pageid=6$' => 'mypage.html' but does not works. Any idea?

slossetti 01-17-2010 02:22 PM

Template broken in vb 4.0.1

Regars.

fer_75 01-17-2010 03:16 PM

Quote:

Originally Posted by slossetti (Post 1958201)
Template broken in vb 4.0.1

Regars.

I had the same issue after upgrade. but just uninstall it ans reinstall it (overwrite yes) It will work fine.

zbahadir 01-17-2010 03:52 PM

Quote:

Originally Posted by fer_75 (Post 1958144)
How to write a custom VBSEO rule for specific page, im trying:

'^pages\.php$?pageid=6$' => 'mypage.html' but does not works. Any idea?


Static Example;
PHP Code:

'^pages\.php\?pageid=6'=>'mypages.html' 

Dymaic Example;
PHP Code:

'^pages\.php\?pageid=(\d+)'=>'mypages-$1.html' 


djbaxter 01-17-2010 04:40 PM

1 Attachment(s)
Quote:

Originally Posted by Big-Pete (Post 1958120)
Im using IE8 and the demo link is fine, I looked through the all the links on the demo page with no problems at all..

Yes it displays. But check the lower left of the IE8 pane for the warning icon. Click on that icon and it will tell you what it's warning you about.

It's not there in the main page for the demo link but click on any example page and you'll see it (see attachment).

slossetti 01-17-2010 06:06 PM

Quote:

Originally Posted by fer_75 (Post 1958253)
I had the same issue after upgrade. but just uninstall it ans reinstall it (overwrite yes) It will work fine.

Not work for me :(

zbahadir 01-17-2010 06:17 PM

Quote:

Originally Posted by slossetti (Post 1958438)
Not work for me :(

Revert template > bfeasypages and reimport product.

zbahadir 01-17-2010 06:31 PM

Quote:

Originally Posted by djbaxter (Post 1958341)
Yes it displays. But check the lower left of the IE8 pane for the warning icon. Click on that icon and it will tell you what it's warning you about.

It's not there in the main page for the demo link but click on any example page and you'll see it (see attachment).

Fixed v1.3.4
Thanks :up:

spartan1123 01-17-2010 10:00 PM

"Can you find a way to get the <li class="selected"> code or whatever is required to make a tab i make to direct to the page highlight when it's selected fit into the generated page?"

Is there any way to get this into the pages?

I use another mod to add tabs and link them to the pages generated by this mod and I need the tabs to highlight.

cherylferraro 01-17-2010 10:02 PM

Love this mod. Thank you so much for sharing it! This should be a MOTM

TunerNetwork 01-18-2010 09:12 PM

Just installed this mod. I have a few questions, or modification requests for it.

1. Can we have it so only certain usergroups can have access to the new pages we have created? I am looking to have some pages that paid members can upload stats to a database through, and therefore I only want a certain usergroup having access to the custom page I have created.

2. Is there a way we can have it so when you make a new page, it creates a new tab in your navigation bar? Essentially I want to create a home page for my forums with stat tables. So I want to make a custom page, and call it "HOME". Then that will be the home page of my site etc. And then the other tabs, or in this case other newly created pages, will link to "Team Stats", "Individual Stats".

This is exactly what I need for my site, but just a little bit more customization is needed. If you need to pm me, please do. I love this hack but just need to modify it a little for my needs/wants.

Cheers.

Jack Jones 01-18-2010 10:52 PM

Just installed, and the template of the navbar is broken? Any ideas?
http://www.stereo.net.au/forums/pages.php?pageid=1

Sador 01-18-2010 11:14 PM

Is it possible to add something in the future so we can create our own links, instead of the pages.php etc links?

Maybe through url aliasing or something? Doesn't really matter, but it would be nice if something like that is possible.

TunerNetwork 01-19-2010 08:06 AM

Quote:

Originally Posted by Sador (Post 1959733)
Is it possible to add something in the future so we can create our own links, instead of the pages.php etc links?

Maybe through url aliasing or something? Doesn't really matter, but it would be nice if something like that is possible.

Not sure if this may help you:
https://vborg.vbsupport.ru/showthrea...=228507&page=2

You can add your own tabs, Im trying it now, so I can link to the new pages Im creating. However, I posted a few back on some questions...

djbaxter 01-19-2010 11:45 AM

Quote:

Originally Posted by zbahadir (Post 1958462)
Fixed v1.3.4

This new version hasn't been uploaded yet?

zbahadir 01-19-2010 12:14 PM

Quote:

Originally Posted by djbaxter (Post 1960113)
This new version hasn't been uploaded yet?

A day after :)

djbaxter 01-19-2010 12:28 PM

Thank you! :)

gsmph 01-19-2010 01:00 PM

is there any way to put a code that only selected usergroups can see or access the pages..

br
gsmph

TunerNetwork 01-19-2010 01:37 PM

Quote:

Originally Posted by gsmph (Post 1960167)
is there any way to put a code that only selected usergroups can see or access the pages..

br
gsmph

ditto

zbahadir 01-19-2010 02:27 PM

Quote:

Originally Posted by gsmph (Post 1960167)
is there any way to put a code that only selected usergroups can see or access the pages..

br
gsmph

Added to the v1.3.5 :up:

gsmph 01-19-2010 03:35 PM

@zbahadir

nice.. i'll be waiting..

;)

br

TunerNetwork 01-19-2010 07:54 PM

Quote:

Originally Posted by TunerNetwork (Post 1959630)
Just installed this mod. I have a few questions, or modification requests for it.

1. Can we have it so only certain usergroups can have access to the new pages we have created? I am looking to have some pages that paid members can upload stats to a database through, and therefore I only want a certain usergroup having access to the custom page I have created.

2. Is there a way we can have it so when you make a new page, it creates a new tab in your navigation bar? Essentially I want to create a home page for my forums with stat tables. So I want to make a custom page, and call it "HOME". Then that will be the home page of my site etc. And then the other tabs, or in this case other newly created pages, will link to "Team Stats", "Individual Stats".

This is exactly what I need for my site, but just a little bit more customization is needed. If you need to pm me, please do. I love this hack but just need to modify it a little for my needs/wants.

Cheers.

any update on this coming out? and when? love this hack, just need it to work a lil more for my needs.

zbahadir 01-19-2010 09:05 PM

Quote:

Originally Posted by TunerNetwork (Post 1960542)
any update on this coming out? and when? love this hack, just need it to work a lil more for my needs.

These features will not be in 1.x.
To add these features into version 2.0.
Also I'm working on version 2.0
Sorry, is not good in English.

Jack Jones 01-19-2010 09:15 PM

Can anyone help with this please?

Quote:

Just installed, and the template of the navbar is broken? Any ideas?
http://www.stereo.net.au/forums/pages.php?pageid=1

zbahadir 01-19-2010 09:29 PM

Quote:

Originally Posted by Jack Jones (Post 1960613)
Can anyone help with this please?

Have you tried with the default theme?

You try with version 1.3.5
then we will look again

TunerNetwork 01-20-2010 12:50 AM

Quote:

Originally Posted by zbahadir (Post 1960604)
These features will not be in 1.x.
To add these features into version 2.0.
Also I'm working on version 2.0
Sorry, is not good in English.


Thank you. Is there any release date planned?

Sador 01-20-2010 10:56 AM

Quote:

Originally Posted by TunerNetwork (Post 1959993)
Not sure if this may help you:
https://vborg.vbsupport.ru/showthrea...=228507&page=2

You can add your own tabs, Im trying it now, so I can link to the new pages Im creating. However, I posted a few back on some questions...

It's not about the tabs, I'm perfectly able to do that. It's about the links themselves. I'd rather have something like http://www.mysite.com/rules for example than http://www.mysite.com/pages.php?pageid=1. It just looks better. :)

djbaxter 01-20-2010 11:09 AM

Quote:

Originally Posted by Sador (Post 1961071)
It's not about the tabs, I'm perfectly able to do that. It's about the links themselves. I'd rather have something like http://www.mysite.com/rules for example than http://www.mysite.com/pages.php?pageid=1. It just looks better. :)

If your members are accessing the page from a link/tab in the navbar, they are never going to see that URL, just whatever title you gave to the page. Hardly an issue worth worrying about.

djbaxter 01-20-2010 11:10 AM

Quote:

Originally Posted by zbahadir (Post 1960618)
Have you tried with the default theme?

You try with version 1.3.5
then we will look again

1.3.5? What happened to 1.3.4?

zbahadir 01-20-2010 11:25 AM

these days I will upload 1.3.5. :)

okeycool 01-20-2010 03:52 PM

Good job!!!

can yoy add permissions for specific user group can view pages?

Thanks.

TunerNetwork 01-20-2010 06:19 PM

Quote:

Originally Posted by Sador (Post 1961071)
It's not about the tabs, I'm perfectly able to do that. It's about the links themselves. I'd rather have something like http://www.mysite.com/rules for example than http://www.mysite.com/pages.php?pageid=1. It just looks better. :)

Oh ok, and Ya, I agree with you, I want that too Hahaha


All times are GMT. The time now is 02:03 PM.

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.02032 seconds
  • Memory Usage 1,845KB
  • 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
  • (3)bbcode_php_printable
  • (24)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