Jump to content

Search the Community

Showing results for tags 'php html'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

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

Found 2 results

  1. Hi, I've been working on a modified version of the default search template that comes with the "beginner" site profile. When someone searches a term, I would like to include the term the user searched for along with the results. For example, say someone searched the word "apples". Right now I have: if($matches->count) { // we found matches echo "<h2>Found $matches->count page(s) matching your query:</h2>"; // output navigation for them (see TIP below) echo "<ul class='nav'>"; Is there a way I can have their term echoed back to them along with results? Something like: Thanks!
  2. Hi, I’m building a simple Processwire test site. I am coding the pages with traditional HTML and CSS on my desktop, and then entering my HTML content into Processwire fields as a last step. The idea is to have a functioning static desktop version that works independent of any CMS. My php knowledge is very limited right now, but I am trying to learn. I have my Processwire templates and fields set up just the way I want, my question is regarding the path I have for my images. Right now, in Processwire, the field I enter my HTML content has this as an image path: <img src=“/siteName/site/templates/images/photograph.jpg" /> That works, but I would like it to be: img src="images/photograph.jpg"/> This way I could still have a functioning page independent of Processwire. Is this possible? Can I tell Processwire to ignore all those other levels of folders and just accept "images/photo"? Thanks!
×
×
  • Create New...