Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#26 Re: Installation » flowplayer instalation » 2013-03-01 08:00:45

I just did all of the above and refreshed about 8 times on one of my videos. I still am getting the logo. The only difference is I downloaded the older version of flow player. Any ideas?

#28 Modifications » redirect to home page or profile dashboard after login? » 2013-02-28 05:02:00

slimjim
Replies: 2

All my members get directed to the upgrade to premium page after they login. Even premium users. Is their a way to change it to have them directed to say the homepage or their user dashboard page after login?

#29 Re: Modifications » Weird issue with logo any thoughts for fix? » 2013-02-25 10:39:59

Okay so i clicked reload a few times but that didnt fix it. But I did narrow this error down I think. After doing some more trouble shooting I noticed i get a different outcome depending on how I type my URL in the google chrome web browser. If I type in www.bdsmunderground.com I get my logo with a red border on it, If I type in bdsmunderground.com in the bowser I get my logo without a red border around it (thats the one i want). Thats when I use my computer. If I use my mobile phone (Droid RAZR M) and I type in bdsmunderground.com I get the ASPro logo. If I type in www.bdsmunderground.com in the URL on my cell phone I get my logo with the red border. You said "different user profiles have different logo". Can you elaberate on that for me? I am a newb when it comes to code but I am learning. I am going to look through my uploaded files and see if i can find something.

#30 Re: Modifications » Weird issue with logo any thoughts for fix? » 2013-02-25 00:51:58

Update: My weird problem just go more weird. Okay so I was troubleshooting my site from my cellphone, When I click on the photos button in the main menu bar it will replace the ASPro with my logo, then after that if i click on any menu button after that my logo is their instead of the ASPro logo. But thats only after i click on photos no other menu button produces this result. Any thoughts?

#31 Re: Modifications » Weird issue with logo any thoughts for fix? » 2013-02-24 23:51:33

LOL my bad i did mean ASPro. Thats what makes this weird the mobile module is disabled so everything looks like the desktop version, but i still get the ASP logo when i view the website on my phone. But I get my logo I uploaded when i view it from my desktop.

#32 Modifications » Weird issue with logo any thoughts for fix? » 2013-02-24 01:47:21

slimjim
Replies: 5

So i managed to swap out logos successfully both mobile and desktop just fine but im having a weird issue. I decided to deactivate my mobile module (want to wait till the custom work i requested gets finished before i start messing with the mobile stuff). But when i view the website on my mobile phone (with the mobile module deactivated) fo some reason I Get the AVS logo, everything else is fine, any thoughts on what the cause is and what code i need to fix it? thank you for your time.

#34 Re: Modifications » How do I change Table Titles? » 2013-02-23 11:11:08

nevermind i found the code in the video_browse.tpl I am assuming that it wont change already uploaded videos, but will prevent it in future uploads. Is this correct?

#35 Re: Modifications » How do I change Table Titles? » 2013-02-23 09:28:11

What file is that code located in? Thank you for the quick response smile

#36 Re: Modifications » How do I change Table Titles? » 2013-02-23 01:18:10

Can you please quote me the exact code i need to delete or modify to remove the HD logo? Can you also tell me how to change the the videos to convert to .mp4 format. Android mobile devices cant play flash. so im not sure if its the player or the files. any thougths on this?

#37 Re: Modifications » How do I change Table Titles? » 2013-02-22 09:04:20

Is their a way to remove the HD icon from the video preview thumbs?

#39 Modifications » [Tutorial] How To Resize Video Images » 2013-02-22 02:38:31

slimjim
Replies: 0

Summary:
In this tutorial I will show you step by step on how to resize your video thumbs for your website.

Step 1)

You first need to adjust the video thumb size in your admin panel. Keep in mind that this will not change the image size of any current video. It will only update future video uploads.
Go to Admin Panel> Video> Config> Thumbs. Adjust to your desired size.
step1

Step 2)

Now you need to modify your template style sheet. To do this open up your FTP program and go to
Public html> Templates> YOUR TEMPLATE> CSS> Style.css
Your going to want to view/edit your style.css and look for the following code.

.video {
    width: 227px;
    height: 245px;
    margin: 8px 10px 1px 10px;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 2px;
}

Adjust the width and height of your video thumb area.
A couple things to keep in mind.
1st. The width and heigth will actually be a little larger than the thumb size you selected in your admin panel just keep adjusting until you get the desired box
2nd this adjust ment will throw off your HD logo to fix this simply adjust the code below, which also located in your style.css

.video img.watermark {
    position: absolute;
    top: 1px;
    left: 5px;
    bottom: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 0;

Dont forget to save your work to update the info in your FTP. Refresh website page. Keep repeating until you get the desired effect.
I hope you found this tutorial helpful. If you have questions please ask them below.

#40 Modifications » How do I change Table Titles? » 2013-02-22 02:06:32

slimjim
Replies: 10

I cant seem to find the file I need to modify The titles in the boxes Highlighted in red below.

I want to change "BEING WATCHED FREE PORN VIDEOS" to "Videos Being Watched"

And the table title. from"MOST RECENT FREE PORN VIDEOS" to "recently added videos"

Heres a screen shot
tables

#41 Re: Modifications » cant change table size. » 2013-02-21 03:55:20

If you use google chrome i highly recommend this tool. https://developers.google.com/chrome-de … s/overview

It allows you to view the code of a website and also allows you to modify it so you can see what it looks like in the browser before you go and actually modify the file itself

#42 Re: Modifications » cant change table size. » 2013-02-21 02:12:03

I decided just to keep things simple and reduce headache I just reduced the video thumb height and width by 5px. Everything fits fine now. Thanks for the help. If anyone wants step by step info on thumb resizing message me. I might make a tutorial soon.

#43 Re: Modifications » cant change table size. » 2013-02-21 01:47:11

Ok so this is what I did. I saw the modification that was necissary using the google developer tools I then saw the what css was neccissary to change it was on line 1138 in default pink template
I changed the line from .width-760 { width: 760px; } to .width-770 { width: 770px; } I had to save and update the style sheet twice for their to be a change. The change wasnt what appeard using google develper tools. Instead the video containers are now below the side bar

Before edit:
before edit


After Edit:
after edit

#44 Re: Modifications » cant change table size. » 2013-02-20 23:07:14

Can you give me an example of the code of the width clases? thank you.

#45 Modifications » cant change table size. » 2013-02-20 16:55:54

slimjim
Replies: 6

I successfully resized my preview thumbs for my site but when I try to increase my video container so I can fit three videos across it won't work. Any thought on how I can increase the width on my video containers then decrease the width on the side bar? My site is WWW.bdsmunderground.com

Board footer

Powered by FluxBB