Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Forum Member Special -- V-Share-Mods.com

  1. #11

    Default Re: Forum Member Special -- V-Share-Mods.com

    Quote Originally Posted by mersh
    Quote Originally Posted by vsharemods
    Quote Originally Posted by mersh
    Thanks for the deal!

    Is there any code you have developed that will randomly place a different mod each time you reload the page?
    No problem!

    Yes, I have something that would do just that. I would need to "dig" it up.

    Jereme
    Hey that would be awesome....! I think too that it might sell a few more packages :)

    I appreciate what was said about SEO and flash, but it doesn't really apply here... it is just an object on a page, not the entire page itself. The pages that these mods sit on, can be optimized as much as you like. Sure the search engine can't see the flash, but the surfers can see it. I know the first time I put just a simple rotator on my site, a lot of people made comments to me about how professional it looked. Jereme's mods are really hot, much more than the simple rotator, and I'm looking forward to the comments. Anything I can have that youtube doesn't have is a plus on my side.

    And Jereme.... I dont' want to bring up the past (unless you want to) but I gave you a really hard time on an issue awhile back related to some of these flash add-ons.... I'm sorry it took me so long to let it go, and I apologize.

    Dave
    No worries!

    Thanks, Jereme

  2. #12

    Default Re: Forum Member Special -- V-Share-Mods.com

    Only 8 more left!!! Get them while they last!

    Jereme

  3. #13
    Join Date
    May 2007
    Posts
    394

    Default Re: Forum Member Special -- V-Share-Mods.com

    Quote Originally Posted by vsharemods
    Quote Originally Posted by mersh
    Thanks for the deal!

    Is there any code you have developed that will randomly place a different mod each time you reload the page?
    No problem! Yes, I have something that would do just that. I would need to "dig" it up. Jereme
    Hey Jereme, ever find that code? :)

  4. #14
    Join Date
    May 2007
    Posts
    394

    Default Re: Forum Member Special -- V-Share-Mods.com

    Quote Originally Posted by mersh
    Quote Originally Posted by vsharemods
    Quote Originally Posted by mersh
    Thanks for the deal!

    Is there any code you have developed that will randomly place a different mod each time you reload the page?
    No problem!

    Yes, I have something that would do just that. I would need to "dig" it up.

    Jereme
    Bump.... hey did you ever find this code Jereme? Would love to be able to show off ALL your mods on my sites.....

  5. #15

    Default Re: Forum Member Special -- V-Share-Mods.com

    Here is how I do it.

    Create a page called random.php. Add the following code to it.

    Code:
    <?
    
      // Random HTML Generator
      // HTML Array....
    $aHTML[0] = 'Iframe CODE 1';
    $aHTML[1] = 'Iframe CODE 2'; 
    
      // Calculate index
      $iUpper = sizeof($aHTML) - 1;
      $iLower = 0;
    
      $iIndex = rand($iLower, $iUpper);
      // Display HTML
      echo $aHTML[$iIndex];
    ?>
    Change Ifame Code 1 and Iframe Code 2 to the iframe code for the mod that you want to display. You can also enter any other code such as adsense ads. You can add additional lines by adding $aHTML[3] = 'Iframe CODE 1';. See that I changed the number in the [] to 3. Just keep incrementing that number for each new line.

    Now that you have the random.php file working. You can use an iframe to add it to your page. It works really well.

    Hope that helps, Jereme

  6. #16
    Join Date
    Oct 2007
    Posts
    126

    Default Re: Forum Member Special -- V-Share-Mods.com

    Nice mods. Can these be used as menu items for page links? For example, could I use the ferris wheel with thumbnails and when someone clicked it would take them to a specific webpage instead of a video. I realize in vshare the video is just taking you to a webpage anyway that vshare displays. So if you follow me here would there be any forseeable problem in making it just act as a menu?
    CasselmanCanada.com (free access)


  7. #17

    Default Re: Forum Member Special -- V-Share-Mods.com

    Quote Originally Posted by jayscot
    Nice mods. Can these be used as menu items for page links? For example, could I use the ferris wheel with thumbnails and when someone clicked it would take them to a specific webpage instead of a video. I realize in vshare the video is just taking you to a webpage anyway that vshare displays. So if you follow me here would there be any forseeable problem in making it just act as a menu?
    Yes, but that would require some customization and would use a manually updated xml file for the menu items. It is doable, but I would need to customize the swf file. PM if you are interested and I will give you an estimate of what I would charge.

    Thanks, Jereme

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Jukebox Mod Now Available, V-Share-Mods.com!
    By vsharemods in forum Template Modifications
    Replies: 3
    Last Post: 10-16-2008, 05:49 AM
  2. Spiral Mod Now Available, V-Share-Mods.com!
    By vsharemods in forum Template Modifications
    Replies: 0
    Last Post: 09-29-2008, 06:34 PM
  3. Scroll Box Mod Now Available, V-Share-Mods.com!
    By vsharemods in forum Template Modifications
    Replies: 0
    Last Post: 09-29-2008, 06:34 PM
  4. Carousel Mod Now Available, V-Share-Mods.com!
    By vsharemods in forum Template Modifications
    Replies: 0
    Last Post: 09-29-2008, 06:33 PM
  5. V-Share-Mods.com!
    By vsharemods in forum Template Modifications
    Replies: 0
    Last Post: 09-29-2008, 05:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •