The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vB 5 Page Map alternatives?
Hey guys,
I was looking for a way to show all pages that were created by me the way it was possible with the page map, which I couldn't find. I'm new to vB, so treat me well Thanks |
#2
|
||||
|
||||
Are you looking for new pages you created with site builder or pages you modified?
|
#3
|
|||
|
|||
I'm looking for the pages I created
|
#4
|
|||
|
|||
Sounds almost like he is looking for a sitemap. Ya could create a sitemap and look for keywords that were in the title within the url structure.
Just a thought |
#5
|
||||
|
||||
You can do this with an SQL query.
Code:
select pagetemplateid,title from pagetemplate where product='custom'; Code:
select pagetemplateid,title from pagetemplate where product!='vbulletin'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|