How to create a Page node

How to create a Page node

How many pages can one create? Will pages be searchable via the search box and come up just like forum topics in the results? I am curious to give pages a try with some of our static content but don't want it to get "lost" in the site. If it can come up in search, then maybe it will be used more.
 
Yes it comes up in search. It acts just like a forum in terms of display in the hierarchy, and searches.

EDIT. You can create a great many pages but maybe 1,000s is not great.
 
How do I protect a page so that it is viewable by logged-in forum members only? I created a page node and now want to protect it from public eyes.
 
How do I protect a page so that it is viewable by logged-in forum members only? I created a page node and now want to protect it from public eyes.

Create a category, set the perms however you want there, then set that category as the parent node for your pages. I think that should work as nodes... are nodes. =)
 
Create a category, set the perms however you want there, then set that category as the parent node for your pages. I think that should work as nodes... are nodes. =)

I created the nodes but don't see where you can restrict user permissions for that particular node. Looks like it's all nodes or nothing?
 
I created the nodes but don't see where you can restrict user permissions for that particular node. Looks like it's all nodes or nothing?

On the Node list, there's a column for "Permissions", you can set each nodes' (regardless of type) permissions there.
 
If you click on the PHP callback tab, from there you can enter the relevant data.
 
It's not very straightforward though, is there a guide to what i need to do? I couldn't find one, it's not that simple as looking at that page if you don't really know what you are doing ;)
 
Hi,

I have a couple of large images that i want to been seen as thumbnails. What would i need to include in the page node HTML to be able to do this and so the user can click and see them in their original size?
 
Try adding a height and width inline <img class="bbCodeImage" style="height: 100px; width: 100px"...

Or try putting the image in a div with a fixed height and width.
 
Try adding a height and width inline <img class="bbCodeImage" style="height: 100px; width: 100px"...

Or try putting the image in a div with a fixed height and width.

when i add the height and width the image size changes but its not clickable
 
Top Bottom