Advertise Here

Author Topic: [Request] Download centre?????  (Read 4336 times)

0 Members and 1 Guest are viewing this topic.

Offline girlsaloud911

  • SMF For Free Member
  • *
  • Posts: 35
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
[Request] Download centre?????
« on: May 25, 2009, 07:40:49 am »
Hi, I was wondering if it was possible to make a download centre, but it would be like the shop. So it would go on the index page and for example: Someone wants to download something so they click on it and the a link to megaupload where I have uploaded it to pops up?

Is this possible?

Thanks in advance

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: [Request] Download centre?????
« Reply #1 on: May 25, 2009, 08:04:03 am »
Do you want people to have to buy sed download? Because you could make an HTML block or an HTML page to do this.

Offline Jntg4

  • SMF For Free Sr. Member
  • *
  • Posts: 250
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Request] Download centre?????
« Reply #2 on: May 25, 2009, 08:16:52 am »
Just make a block and type in:

Code: [Select]
<li><a href="DOWNLOAD LINK HERE">NAME OF FILE HERE</a></li>

Offline girlsaloud911

  • SMF For Free Member
  • *
  • Posts: 35
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Request] Download centre?????
« Reply #3 on: May 25, 2009, 08:19:22 am »
Thanks for that. But also is there a way for people to have a certain amount of posts before downloading anything. Basically like "The Shop" but they can download it straight away without me giving them the link via pm

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: [Request] Download centre?????
« Reply #4 on: May 25, 2009, 08:26:14 am »
Yeah. Make a post count group for the members you want to be able to see it, then create a board where only that group and above are checked off to be able to see it. From there, just post a new topic with links there.  ;)

Offline girlsaloud911

  • SMF For Free Member
  • *
  • Posts: 35
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Request] Download centre?????
« Reply #5 on: May 25, 2009, 08:29:34 am »
Yeah. Make a post count group for the members you want to be able to see it, then create a board where only that group and above are checked off to be able to see it. From there, just post a new topic with links there.  ;)

Ah... ok! Thanks a lot  ;) Btw.. what does MVP mean??

Offline -A-

  • SMF For Free Sponsors
  • *
  • Posts: 877
  • Don't be afraid.
    • View Profile

  • Total Badges: 22
    Badges: (View All)
    Search Apple User Mobile User Windows User Topic Starter
Re: [Request] Download centre?????
« Reply #6 on: May 25, 2009, 08:45:04 am »
Oh it means that I am a SMF For Free sponsor because I have donated in the past (and intend to in the future again once I get the moneys!)

Offline girlsaloud911

  • SMF For Free Member
  • *
  • Posts: 35
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Request] Download centre?????
« Reply #7 on: May 25, 2009, 08:49:16 am »
Ah ok!

Also.. I am using this code:
Code: [Select]
<li><a href="DOWNLOAD LINK HERE">NAME OF FILE HERE</a></li>
How can I add images and text instead of just text. I have tried

Offline Andrew

  • Helpers
  • *
  • Posts: 2060
  • Andrew at your service
    • View Profile
    • Alabama Weather Prediction

  • Total Badges: 32
    Badges: (View All)
    10 Poll Votes Level 6 Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: [Request] Download centre?????
« Reply #8 on: May 25, 2009, 10:02:24 am »
Ah ok!

Also.. I am using this code:
Code: [Select]
<li><a href="DOWNLOAD LINK HERE">NAME OF FILE HERE</a></li>
How can I add images and text instead of just text. I have tried

For link:
Code: [Select]
<li><a href="DOWNLOAD LINK HERE>NAME OF FILE HERE</a></li>
For image:
Code: [Select]
<img src="IMAGE URL GOES HERE">
For a clickable image ( if you want it)
Code: [Select]
<a href="LINK URL GOES HERE><img src="IMAGE URL GOES HERE"></a>

Offline girlsaloud911

  • SMF For Free Member
  • *
  • Posts: 35
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Request] Download centre?????
« Reply #9 on: May 25, 2009, 10:23:16 am »
Thanks.. If in the future I want say a pic and then text after it (linking to a URL)... what is the code for that?

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Request] Download centre?????
« Reply #10 on: May 25, 2009, 10:44:45 am »
Thanks.. If in the future I want say a pic and then text after it (linking to a URL)... what is the code for that?

Just combine html codes..   

Code: [Select]
<img src="image url" alt="" /> <a href="url">text here</a>
See here for help with html:  http://www.w3schools.com/html/DEFAULT.asp
« Last Edit: May 25, 2009, 10:46:28 am by simply sibyl »

Offline Tabbykiller

  • SMF For Free Member
  • *
  • Posts: 30
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Request] Download centre?????
« Reply #11 on: July 24, 2009, 03:31:47 am »
AdminCP/Links Configuration and then click install now at the end of the Paragraph and then add you're Downloads to the Links tab

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
1113 Views
Last post July 28, 2007, 01:55:20 am
by brad9993
6 Replies
1714 Views
Last post December 10, 2007, 07:01:40 am
by brad9993
2 Replies
1969 Views
Last post February 28, 2008, 08:40:42 pm
by cheatdude54
1 Replies
2076 Views
Last post March 03, 2008, 06:07:48 pm
by LaundryLady
4 Replies
3125 Views
Last post March 10, 2008, 02:37:24 pm
by simply sibyl