VaN.dev
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Does WordPress fit for our project ?I’ll totally do that. I wanted some extra info from community before : )
Anyway, thank you for your advices.Forum: Everything else WordPress
In reply to: Does WordPress fit for our project ?Ok, thank you for your answer, it will give me something to start with when we will order the server. It’s funny, someone else asked me the same question about how we figured about hosting 20k users, on an other forum 🙂
We studied the stats from our competition (easy to do, live users are shown in the stream player) and the size of the community we are focusing.
Forum: Everything else WordPress
In reply to: Does WordPress fit for our project ?Right now, we didn’t buy the server yet. We don’t have any idea about how much CPU and RAM we would need to host such amount of users during live events ? Do you have any idea ?
anyone ? any help would be appreciated : )
Hello,
I’m still looking for a solution to my problem : )
Any help would be appreciated.
Re-downloaded the full up-to-date plugin and installed it once again. good thing is it keeps my old settings and data. And the email-does-not-sent bug is fixed. Thanks
my si-contact-form folder is empty except the si-contact-form-ex-fields.php file… nice upgrade :p
I just upgraded the plugin. Upgrade ran well, but the plugin disapeared from my plugins list..
Forum: Fixing WordPress
In reply to: how to set a specific ID to a widget ?Thank you Rev.Voodoo.
Took me some time to understand what you were talking about, but finally I did it.
I changed my register_sidebar() function to this :register_sidebar(array('name'=>'sidebar', 'before_widget' => '<div id="%1$s" class="sidebar-row widget %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>', ));I wanted to keep it as a DIV element, instead of a LI. No problem with that way of building widget container ?