blog card
This commit is contained in:
@@ -313,10 +313,10 @@ long RecoCheckBlog( int itm_count, CVars in, CVars &out ){
|
||||
long member_id = REQ_LONG(in, "member_id", 1, -1);
|
||||
|
||||
snprintf(vname, sizeof (vname), "title_%05d", ic);
|
||||
out[vname] = "This is the blog title, yes blog title";
|
||||
out[vname] = "Paying mind to similarity index";
|
||||
|
||||
snprintf(vname, sizeof (vname), "description_%05d", ic);
|
||||
out[vname] = "This is the blog title, yes blog title text DESCRIPTIOON - This is the blog title, yes blog title";
|
||||
out[vname] = "The similarity index is a term you should be familiar with as an online writer. It is defined as the composite number that is highlighted after matching two texts to determine how similar the content from both pieces is.";
|
||||
|
||||
snprintf(vname, sizeof (vname), "card_type_%05d", ic);
|
||||
out[vname] = "BLOG";
|
||||
@@ -325,7 +325,7 @@ long RecoCheckBlog( int itm_count, CVars in, CVars &out ){
|
||||
out[vname] = "0";
|
||||
|
||||
snprintf(vname, sizeof (vname), "blog_id_%05d", ic);
|
||||
out[vname] = "0";
|
||||
out[vname] = "37";
|
||||
|
||||
snprintf(vname, sizeof (vname), "card_icon_%05d", ic);
|
||||
out[vname] = "icon1";
|
||||
|
||||
Reference in New Issue
Block a user