Assuming title is required, the following 57 results were found.
); so.addVariable( "autostart", "false" ); so.write("media"); // ]]> '; return $this->code; } function getViewPath($file) { $title = Title::makeTitleSafe("Image",$file); $img = new Image($title); $path = $img->getViewURL(false); return $path; } }...
; Set program Defaults ; -------------------------------------------------------------------------------------- Title := "Joes Folder Sizes" Desc := "This program will display folders and their respective sizes." Width := 500 Height := 360 BgColor :=...
; Set program Defaults ; -------------------------------------------------------------------------------------- Title := "Joes Chrome Profile Opener" Desc := "This program will list all the Google Chrome profiles available from your login." Version :=...
; Set program Defaults ; -------------------------------------------------------------------------------------- Title := "File List Renamer" Desc := "This program will remove the word EDIT and words containing an underscore (eg. 01_23)" Desc .= " and...
the form wrapper (so all the form is below the tabs group) and then a negative margin on another notes field called Note_Title which contains my header to place it above the tabs group: v_Css = ""; v_Css = v_Css + ".zc-Tabs-group...
a HTML signature, then use placeholders for the code to replace these with the user's personal details (eg. name, job title, etc). /* ******************************************************************************* Function: String...
m_SurveyBody.get("Phone")); m_CreateContact.put("Email", m_SurveyBody.get("Email")); m_CreateContact.put("Title", m_SurveyBody.get("Job_Title")); if(v_CrmAccountID != "") { m_CreateContact.put("Account_Name", v_CrmAccountID); }...
id 'ID', 1 'post_author', created 'post_date', created 'post_date_gmt', CONCAT(introtext, ' ', `fulltext`) 'post_content', title 'post_title', '' post_excerpt, CASE state WHEN '1' THEN 'publish' ELSE 'draft' END 'post_status', 'open' comment_status,...
let me find all the articles that need this change: SET @stringtoFind=' '; SET @stringtoReplaceWith=' '; SELECT `id` , `title` , IF(LOCATE( @stringtoFind, REPLACE(`content_column`, @stringtoFind, @stringtoReplaceWith) )>0,'yes','no') as OldFoundInNew,...
back) Facebook Replace https://www.facebook.com/myfacebookpage with your facebook URL and replace My Facebook Page with the title of your facebook page. (You may need to specify the app in the Facebook developers tools but this may be for the write-back...
command from within a Joomla! extension using the mysql Joomla! classes, here's how I've used in this script pulling IDs and titles from the a sample table: $db =& JFactory::getDBO(); $sql_utf8 = "set names 'utf8'"; $db->setQuery( $sql_utf8 );...
So this is an article for me on how to copy Joomla's and Wordpress' feature where a Title/Name value is converted to a search-engine friendly URL alias and is unique in the database. Ok that's a long sentence; let me try this: When I save a record in...
This is a quick note to show you how to convert a given comma delimited string into a database table: Given: "Title,Forenames,Surname" Return: ID Value ------ ---------------- 1 Title 2 Forenames 3 Surname Note the below example omits the ID column and...
"Input Value") Dropdown Box Selection - selectedIndex Quote: Post Time Post Subject Topic Title Author Forum This is the HTML for the Sort By Dropdown. The following will set the Dropdown to Author: Code: javascript: document.all.sort_by.selectedIndex =...
; Program title ThisProgram:="ByeBU Countdown" ; Program version ThisVersion:="0.3 Beta" ; My leaving date FinalDate := "2014" "08" "29" "13" "00" "00" ; Background image to change to during the running of this program...
policy is effective from the 1st of January 2009. What we collect We may collect the following information: name and job title contact information including email address demographic information such as postcode, preferences and interests other...
My full snippet of code // // loop through users to find the approver for each m_User in l_Users { if(m_User.get("Job_Title").equalsIgnoreCase("CFO")) { l_ApprovalUsers.add(m_User.get("id")); } } // // check list of IDs if(l_ApprovalUsers.size() > 0) {...
any kind of record) m_ScheduleMeeting.put("What_Id",98765432109876543); // // the subject m_ScheduleMeeting.put("Event_Title","TEST Consultation: Call with TEST LEAD"); // // the description m_ScheduleMeeting.put("Description","More info / agenda"); //...
// // select which fields to return l_OutputFields = List(); l_OutputFields.add("ItemID"); l_OutputFields.add("Title"); l_OutputFields.add("SKU"); l_OutputFields.add("QuantityAvailable"); l_OutputFields.add("SellingStatus");...