nyckidd
Forum Replies Created
-
Forum: Plugins
In reply to: [[UNMAINTAINED] TaskFreak! Free] Unable to edit project status.I am logged in as admin. Access rights under Default project access are
1. Any Visitor
2. Subscriber
3. Admin
4. AdminForum: Plugins
In reply to: [Download Monitor] Downloading 0 bytes on v1.3.2Had to make that change as well running version 1.5.1
Forum: Fixing WordPress
In reply to: Display data on TV in auto shop..using WP as backendOh i got you…let me look into it…thanks a lot…let me see if i can create a Autoshop CRM with wordpress unless you know any in the marketplace?
Forum: Fixing WordPress
In reply to: Display data on TV in auto shop..using WP as backendI dont want to refresh the wordpress front page that will be on the TV display…..so i want when i publish in the backend dashboard ideally i want it to refresh immeditely without someone refreshing the front end so the tv screen updates immediately…..so when you say make changes to data what exactly do you mean…
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Working with WP RolesThanks
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Working with WP RolesThanks, any chance you know a (commercial or free) membership plugin or any plugin that has this functionality ?
Forum: Hacks
In reply to: Automatically generate username number – Instead of default UsernameAWESOME!!!
Forum: Plugins
In reply to: [Cimy User Extra Fields] Role Scoper and CimyActually i have it selecting the issue seems to be tha when i view the user extended links i realize that though it selected the role the other column that has the role as per the drop down is not grabbing the role selected….p
Thanks, actually i was able to hack the recipients name on there, the site is a very custom wp site so in our case we actually have all the subscriber first and last names.
Thanks for the quick response though appreciate it.
Forum: Fixing WordPress
In reply to: show read more only when content is long..am not a php guy, just got the function from this forum before i realized that i need to have the read mmore not show…can you just do an example and i can run with it and play around with it..
Forum: Fixing WordPress
In reply to: show read more only when content is long..Here is the function…
function content($num) { $theContent = get_the_content(); $output = preg_replace('/<img[^>]+./','', $theContent); $output = preg_replace( '/<blockquote>.*<\/blockquote>/', '', $output ); $output = preg_replace( '|\[(.+?)\](.+?\[/\\1\])?|s', '', $output ); $limit = $num+1; $content = explode(' ', $output, $limit); array_pop($content); $content = implode(" ",$content)."..."; echo $content; }
Forum: Fixing WordPress
In reply to: show images in content – edit functions.phpwell am setting the character limit using the function in that code they have stripped the images and i am not a php guru s i just wanna know how to edit the code and atleast show the first image in the post plus the limited content text
Thanks that worked like a charm…for the thumbnail i need to add this wootheme code above the title …
thumbnail code is https://pastebin.com/6wzbgv04
the title code is seen over here https://pastebin.com/zJ01ff0Vhere is the code https://pastebin.com/zJ01ff0V i read the codex but am not sure where to place this code $query = new WP_Query( ‘cat=4’ );
Thanks
Forum: Plugins
In reply to: [Advanced Most Recent Posts] Remove separator between titlestry getting the class or id of the div and use display:none;