sharepoint designer 2007 - asp.net

I'm not an expert using Sharepoint Designer 2007, then i need some help to maintaince a website.
I have a page and need to add a .aspx that already exists inside the website. When i click on add WebPart, there is some WebParts to be choosen, but the aspx that i need looks to be inside a Webpart. Some like this:
I got a menu 'Recruiting', and it contains some aspx like 'New Jobs.aspx', another one 'New employees.aspx'. I need to add the page 'New Jobs.aspx' inside the page 'New employees.aspx' as example. But when i click on add webpart, this aspx doesn't appear to be choosen.
How can i do this?
Thanks and so sorry for bad english and terrible knowledge about Sharepoint.

You cannot add one page as a web part to another page, it just does not make any sense. What you can do is find out what web part (it can be a list view web part) is located on the page you are trying to add. Then you can just add the same web part to the first page.

Related

Can't see Site.Master

I'm learning ASP.NET from a book and there's a page about creating a web form with master page. On the picture in a book, at the 'Select Master Page' window there are two options (Site.Master & Site.Mobile.Master), but I can't see either of those. I'm using the same version of Visual Studio (Community 2015)
Any ideas?
Thanks
First you have to create a master page as site1.master then only you have to add content pages under that master
You can create any number of master pages

How to make a sitefinity master page without ASP.NET?

The company I am working for has a sitefinity. They want me to create custom pages from scratch for them. I have never used sitefinity, so upon research It appears that I want to create a template via .master. Then once built, I would add to my CMS and access it for use.
Is there a way to make these .master templates other than ASP.NET? ( which I have no experience with)
Essentially all am am wanting to do is create a custom page out of html,css, and jquery and then make a 'template' out of it.
You dont have to use a .master page to create a template in Sitefinity. It's nice to have that level of control but it's not necessary at all. Just go to Design > Page Templates in the Sitefinity backend section /Sitefinity
There are several built in templates you can edit from that page. You can use one of those templates, create a new template from scratch, or create a template based on any one of the templates you see there.
Once you pick a template, you can edit the Layout to add columns and global content or custom CSS.
Not really, if you want control over the markup then you'll have to use a .master page but the good news is that it really is just mostly html and css / js references. Sitefinity has a sample template here but you may want to look at their Visual Studio plugin called Thunder to register a template. It will add in a default master page as well as the default folder structure for the theme, video on that here.

Add portlets to Plone front page

I TRY to manage content on a Plone-based website, www.capital-tennis.org. I know ALMOST NOTHING about Plone itself.
I want to add 2 portlets to the front page (main page) of the website, one on the left (in the white blank space) and one on the right (to the right of the leagues/tournaments links). The new portlet on the left should mirror the 4 externally visible events in the EVENTS folder at the top of the front page, basically acting as a repeater to bring attention to those events on the front page. These 4 events on the front page should be in thumbnail view. The new portlet on the right should be an external link to a website.
I don't exactly know what kind of permissions I have. I know I can delete and add content to other pages. I assume I can do the same with the front page.
I don't know if I have to use the portlet management tools on the website or if I can write the HTML code to reverse engineer the creation of these 2 portlets.
When you reply, please treat me as an idiot, stepping me through every button press, etc. I would REALLY, REALLY appreciate your help.
Eric
If you have full admin rights you should see Manage portlets link somewhere on the front page after login.
Here you can add
Event portlets which automatically pulls published events on the site
Static text portlet where you can enter text and links with WYSIWYG editor
No need to program. No need to even write HTML.
Please check if you can get this done and if it looks you get there then ask additional information, if needed, in the question comments and I can retrofit the answer.

How to use CSS template in my ASP.net web site

Hiii
I am using asp.net visual studio-2010 framework 3.5 on win 7. I have download readymade template designed made in css.I copied index.html code and paste it in masterpage and also copy the code of div content and paste it in content place holder.It's working. I want to add another page like about.html,sevice.html, etc.Plzz help me what the procedure to add another page
thank you.....
Just go to Add New Item->Webform & check the select master page checkbox to select your exisiting master page.

Edit Sharepoint shared web part CSS for extra actions

Currently I have a web part with some custom CSS. This is a Document Library web part which also contains the link to "Add a new document" below.
Once I click Add new document I am taken to the upload document page. Is there any way to have the upload document section displayed on the same page or is there an easy way to custom style the upload document page for just this library only?
Well, the upload page is also a web part page which hosts a list form web part. You can add the web part to any page and add custom CSS to that page, even using Content Editor WP. The problem is that the Add new document link always points to the page that is designated as the New form page of the list, you can change this setting using SharePoint Designer in 2007 (it's even simpler in 2010).

Resources