mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Add create posts form on newest posts page
This commit is contained in:
		@@ -43,6 +43,9 @@ ComunicWeb.pages.latestPosts.main = {
 | 
				
			|||||||
			class: "col-md-5"
 | 
								class: "col-md-5"
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							// Display create posts form
 | 
				
			||||||
 | 
							ComunicWeb.components.posts.form.display("user", userID(), column);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		//Create post box
 | 
							//Create post box
 | 
				
			||||||
		var postBox = createElem2({
 | 
							var postBox = createElem2({
 | 
				
			||||||
			appendTo: column,
 | 
								appendTo: column,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user