Jump to content

Search the Community

Showing results for tags 'template vbulletin'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. Hi Im using vbdownloads plugin it is save links called (mirrors) in blob feild in database as following <input type="text" class="bginput" name="download[mirrors][0]" value="{$download[mirrors][0][link]}" tabindex="1"/> <input type="text" class="bginput" name="download[mirrors][1]" value="{$download[mirrors][1][link]}" tabindex="1"/> <input type="text" class="bginput" name="download[mirrors][2]" value="{$download[mirrors][2][link]}" tabindex="1"/> these mirrors links display in download links page as template (dbtech_downloads_download) with following code <if condition="$download['mirrorList'] AND $vboptions['dbtech_downloads_mirrors_enabled']"> <h2 class="downloads-filelist-heading">$vbphrase[dbtech_downloads_mirrors]</h2> <ul class="stats"> $download[mirrorList] </ul> </if> while i have another template called dbtech_downloads_download_mirrorbit to display all mirror links in sequence by repate the following code <a href="$mirror[link]">$mirror[link]</a> I want to display these mirrors links separately and distribute it by it is link entry number without repetition so i can call each link in a particular place or even just specific link, I tried to call the first link and second by following code $mirror[link][0] & $mirror[link][1] but this didn't worked with me. can anyone help with this
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.