vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Unknown Location (https://vborg.vbsupport.ru/showthread.php?t=169451)

Daisyboo 10-23-2008 10:11 AM

Great mod thanks!

steveneff 10-27-2008 11:05 PM

Quote:

Originally Posted by nfn (Post 1647642)
Please see the information in red!

Maybe I misunderstand something, as I said it works fine if the file is not named index.php but if it is, it see's it as the forum home page.
All my pages have the same hooks included from the same file.

markblair 11-03-2008 05:22 AM

Works great with 3.7.3. Installed.

steveneff 11-03-2008 05:35 PM

Just trying to see if I can explain my problem a bit better.

If I do this with a page named page1.php it works fine but if I change the name of that same file to index.php it will not work

Example 1: works ok

mysite.com/folder/page1.php
/folder/page1.php :Folder Page1

WOL shows "Folder Page1"
url: mysite.com/folder/page1.php

Example 2: does not work

mysite.com/folder/index.php
/folder/index.php :Folder index

WOL shows "Viewing Index"
url: mysite.com/forums/index.php

pompaunpo 11-22-2008 08:09 AM

Hi, I have vBulletin 3.7.0 and CMPS v3.0.1

www.mydomain.com/community/index.php (CMPS)
and
www.mydomain.com/community/forum/index.php (vBulletin)

if user visit
always shows = "index forum"
I installed this mod and add this :

Code:

/community/index.php?pageid=scheda:looks the card:pageid=scheda
but dont work

help me please

pompaunpo 01-29-2009 06:26 PM

not work !!

I have this situation: www.mysite.com/community/forum
my portal VBA root is /community/index.php
I have setting this add-on:
/community/index.php:Portal home page
/community/index.php:Page scheda:pageid=scheda

but not work
no shows "Portal home page" in www.mysite.com/community/index.php
and no show "Page scheda" www.mysite.com/community/index.php?pageid=scheda

gtcompscientist 02-04-2009 04:49 PM

Perfect... just what I needed.

Installed.

ShadyB 02-08-2009 01:53 AM

How could I get this to work.

My forum is located at http://www.xxxxxxx.com/community , and the page I want it to show is at http://www.xxxxxxxx.com/bla.php

What exactly would I need in my bla.php file for this to show in the who's online area, and what path would I use in this mod.

I'm using the simple login on non vb pages mod to have the logins between the two.

Thanks.

abdulbasitsaeed 06-07-2009 10:46 AM

Thank you very much for this mod.

Works perfectly on v 3.8.1. :)

Saviour 06-12-2009 06:43 PM

Installed and working on 3.8.3...

MarkFoster 08-03-2009 01:33 PM

Thanks! Works great on 3.8.3! Installed.

yotsume 08-04-2009 06:50 AM

INSTALLED!!!!

This is what everyone who uses vbs cmps needs to have installed! I make many pages that integrate html files and this works perfectly! Finally no more "unknown locations"!!!

AWESOME THANKS!

yotsume 08-05-2009 06:49 AM

vbadvanced HTML Created Pages BUG?

I use vbadvanced to create pages that call html file.

So a page has a url as: /index.php?pageid=about

So I have added 4 pages to this mod like this example:
/index.php?pageid=about:Public Page - About Us

The problem is the only page to show when viewing Who's Online is the last page listed in the mod's settings.

So if I have 4 pages inputed into this mod only the bottom one shows even though a user is viewing another page.

So to be real clear:

/index.php?pageid=about:Public Page - About Us
/index.php?pageid=features:Public Page - Features
/index.php?pageid=rules:Public Page - Rules
/index.php?pageid=privacy:Public Page - Privacy Policy

No matter what page a visitor is viewing they all list as "Viewing Public Page - Privacy Policy" because its last on the list!

So how can I fix this? Is it a bug? Is this mod supported by anyone? :(

HELP PLEASE! THANKS!

buro9 12-29-2009 06:02 PM

Does this work on VB4?

Pamela 02-08-2010 02:13 AM

Has anyone tried this on vB4 yet?

S.McAvoy 02-08-2010 02:43 AM

Tagging along in hopes for vB4

OcR Envy 05-04-2010 07:22 PM

Works on 4.x

Doesn't work with vbSEO, url rewrites don't work :(

Mrdby 06-07-2010 10:59 PM

SO THIS WORKS FOR 4.0.x versions?

yotsume 09-25-2010 05:15 PM

Quote:

Originally Posted by yotsume (Post 1861659)
vbadvanced HTML Created Pages BUG?

I use vbadvanced to create pages that call html file.

So a page has a url as: /index.php?pageid=about

So I have added 4 pages to this mod like this example:
/index.php?pageid=about:Public Page - About Us

The problem is the only page to show when viewing Who's Online is the last page listed in the mod's settings.

So if I have 4 pages inputed into this mod only the bottom one shows even though a user is viewing another page.

So to be real clear:

/index.php?pageid=about:Public Page - About Us
/index.php?pageid=features:Public Page - Features
/index.php?pageid=rules:Public Page - Rules
/index.php?pageid=privacy:Public Page - Privacy Policy

No matter what page a visitor is viewing they all list as "Viewing Public Page - Privacy Policy" because its last on the list!

So how can I fix this? Is it a bug? Is this mod supported by anyone? :(

HELP PLEASE! THANKS!

How about a reply developer! I think I waited long enough for a answer please!

ZexTasy 11-17-2010 08:24 AM

I haven't tested it since I don't have have html pages, but you probably need to use the 3rd parameter, so you should write it like this:

/index.php?pageid=about:Public Page - About Us:pageid=about
/index.php?pageid=features:Public Page - Features:pageid=features
/index.php?pageid=rules:Public Page - Rules:pageid=rules
/index.php?pageid=privacy:Public Page - Privacy Policy:pageid=privacy

yotsume 11-17-2010 08:45 AM

Quote:

Originally Posted by ZexTasy (Post 2122735)
I haven't tested it since I don't have have html pages, but you probably need to use the 3rd parameter, so you should write it like this:

/index.php?pageid=about:Public Page - About Us:pageid=about
/index.php?pageid=features:Public Page - Features:pageid=features
/index.php?pageid=rules:Public Page - Rules:pageid=rules
/index.php?pageid=privacy:Public Page - Privacy Policy:pageid=privacy

Thanks for the try but unknown location still displays with these changes.

I have come to the conclusion that this mod does not work for vba created pages! I would call that a massive bug. Too bad the developer is MIA!!!

ZexTasy 11-18-2010 05:13 AM

Ok ... I just added a testpage html and the location according to members online became what I put in the unknown location plugin

myfile is /cmps_index.php so I added:

/cmps_index.php?pageid=test2:Test 2:pageid=test2

But before that line I do have the stand alone file first, so maybe that's what missing? That you should just place as the first line:

/index.php:Home

yotsume 11-18-2010 05:44 AM

WOW after all this time I think we finally found the problem!

Quote:

/index.php:Home
Setting this as my first line seems to have worked!

HUGE THANKS!

I have to be honest the directions posted by the developer severely lack clear instructions. However, lost is the dev's post is this:
Quote:

Notes:
With multiple queries, using the standalone file simultaneously, you must ensure that the standalone file comes first:
That is still poor and not clear! Whatever your CMPS homepage is titled you must have that listed first if you use this mode to point to multiple pages which are created by VBA.

So in my case the solution to get this mod to work is:
[quote]
Code:

/index.php:Home
/index.php?pageid=about:Public Page - About Us:pageid=about
/index.php?pageid=features:Public Page - Features:pageid=features
/index.php?pageid=rules:Public Page - Rules:pageid=rules
/index.php?pageid=privacy:Public Page - Privacy Policy:pageid=privacy


Forextar 01-01-2011 12:59 PM

works fine with 3.8.6 Good work keep it up

SEW810 09-29-2012 05:50 PM

Sorry about bumping.

This hack is still working pretty good in vb 4 for those forums without any SEO or rewrite stuff.


All times are GMT. The time now is 01:31 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.03464 seconds
  • Memory Usage 1,777KB
  • 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_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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