Page 1 of 1
How to create model pages
Posted: Sat Oct 24, 2015 5:36 pm
by total21
How to "bring it into existence"?
what is the best way to create model pages, like this:
domain.com/phoenix-marie
domain.com/sunny-leone
domain.com/sasha-grey
and so on...
Also, it looks like all these urls are "virtual" just like it was described in the manual of the script. Will all these urls be visible to search engine sites, and indexed? How does it work?
I mean, there is model_galleries template, and I can output all model galleries through that, but how does it "exist" if I don't add it to any of the templates that I display on the site (I only have header, index, and footer now - how do I "bring these model pages like /sunny-leone into existence", in this script?
On these model pages, I want to have things like Freeones.com bio info, like height, weight, enthnicity, and probably 10 other things like this (including their real Tweeter feed embedded, as an example). Will I be able to add all this to the script? I've seen that it is encoded (at least partially), so how would this work?
Re: How to create model pages
Posted: Sun Oct 25, 2015 2:35 pm
by admin
A real url to model's page is
scj/cgi/tube/?model_slug=...&force_template=...
If you want to have urls like
domain.com/phoenix-marie
you have to add a new rewrite (sorry, I don't have it ready-made)
Google will see your pages as long as you link to them i guess.
In your template you can output any info that you can add\see in admin area.
Re: How to create model pages
Posted: Sun Oct 25, 2015 4:35 pm
by total21
I am new to the script, and I may be bothering with some questions, but there is some things that I don't understand. For example, as far as models:
1) I go to Rotation -> Models
2) I add a) Name -> "Sunny Leone", b) Slug -> "sunny-leone"
3) I click save
And it seems like this entry does not exist in the system. I now go to Rotation -> Models, and no matter what I press (All, "S", Mass Edit) this entry is not showing anywhere... So how does it work?
What I am working on will be a pornstar website, and I will have around 600 models to start, so basically I want to create 600 separate pages (like domain.com/model-name), add some info there (like Freeones.com - height, weight, birth date, things like that, over 10 separate items), and display all their galleries underneath it.
So now, I try to add these models there, and they are not showing anywhere.
I also don't fully understand this:
scj/cgi/tube/?model_slug=...&force_template=...
as far as I understand, this will be
domain.com/scj/cgi/tube/?model_slug=...&force_template=...
... What is this "=...&force_template=...", meaning what is its purpose, and how does it work? I guess I will be rewriting "scj/cgi/tube/?model_slug=...&force_template=..." to "model_slug"...?
Like I said, these questions may sound wery basic to you, but I am new to this (but not to websites / xxx websites). You have good knowledge about it, so if you could answer in detail (including the rewrite rule), this would save me a lot of time (meaning, I would not have to be figuring it out for hours, and based on the good info I would just understand the system, and know how to work on this).
Thanks.
Re: How to create model pages
Posted: Sun Oct 25, 2015 6:43 pm
by admin
So As I understand you can not create a model.
Did you click "add" in rotation-models ?
Re: How to create model pages
Posted: Mon Oct 26, 2015 8:02 am
by total21
I go to Rotation -> Models
I enter Name -> "Sunny Leone", Slug -> "sunny-leone"
I click Save, and this model is not added there. I also searched the script database for "sunny-leone" right after that, and it is not there also.
Re: How to create model pages
Posted: Mon Oct 26, 2015 12:15 pm
by admin
Click "Create New" first
Re: How to create model pages
Posted: Mon Oct 26, 2015 3:12 pm
by total21
I am able to add models, so I added the Sunny Leone one (slug: "sunny-leone"). I created a custom template called "model_page" with these contents:
<!--INCLUDE_TEMPLATE_MY_HEADER-->
<body>
<!--SCJ_COUNT_VIEWS-->
<p>This is test</p>
<!--INCLUDE_TEMPLATE_MY_FOOTER-->
When I enter:
domain.com/scj/cgi/tube/?sunny-leone&force_template=model_page
I get 404 / Not found
Re: How to create model pages
Posted: Mon Oct 26, 2015 3:16 pm
by admin
domain.com/scj/tube/?model_slug=sunny-leone&force_template=model_page