The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
File structure on server - where do I find threads
Yes, I've searched....
I'm trying to find, on my server, the location of threads. Where would I look to find this thread, as an example? http://www.minibuggy.net/forum/proje...fab-style.html Thanks in advance. |
#2
|
||||
|
||||
You should find it in the database in the table "NODE"
If you look at the link you provided, HTML Code:
http://www.minibuggy.net/forum/projects-progress/19848-mini-raptor-k-fab-style.html Subsequent posts are also in the node table where the the parentid field in the node table = nodeid from your link above. To get the first post Code:
select * from node where nodeid = 19848; Code:
Select * from node where parentid = 19848; |
#3
|
||||
|
||||
Thanks for that - now, where exactly will I find this? I'm seeing a coding that you're supplying. Where am I inserting this line to find the code? In my Forum Manager?
I'm (ignorantly) hoping that I can find the directory or the lead to the directory on the server. Unfortunately I'm going to be shutting down my forum (thanks Facebook!) and want to save a few of the threads that are there. Totally appreciate the last sentence. |
#4
|
||||
|
||||
Threads are stored in the database, not the file system. There's no file to download. You'll have to query the database, or save the page from the browser window.
|
#5
|
||||
|
||||
Ah, that makes sense.
No user friendly way to save threads... Darned. |
#6
|
||||
|
||||
Quote:
View the link you provided. Right side on top of thread you have "Thread Tools" Click on this and select "Show Printable Version" Now in your browser window you can either right click the mouse button and select print to print to your printer OR select the print option from the drop-down menu of your browser. Now in the printer list, you can select; "Save as PDF" (if you have at least Adobe Reader DC installed (free), "Microsoft XPS Document Writer", "Microsoft Print to PDF" and save the file locally. You can also select "View Page Source" on the printable page and save the HTML file locally, then view from your browser |
Благодарность от: | ||
TheLastSuperman |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|