ashkan261
Forum Replies Created
-
thanks
my goal is create tow user wallet , that the first wallet can reload second wallet ( second wallet is account fund or account credit )
is it possible to give plugin ?the mechanism of my goal is : user login and see the wallet charge ( 0$ ) and account funds (0$) , user can reload the account funds or wallet , after reloading the wallet , user can reload account fund with the wallet ” but can not reload wallet with the funds ” .
just this , my website not is a shop , other methods are from site admin …
Forum: Themes and Templates
In reply to: Need for wordpress dynamic menuno im looking for drop-down menu , example : this image
but this theme not have any dynamic menuForum: Networking WordPress
In reply to: how to create email from wordpress cms ?oh no ! thank you
But is not impossible , if you merger user table in wp database and email service user table , can be sharing members ! roundclube email service for example , and server is not important my server is strong for email
im looking to a method for user table merger , is worthwhile if we creating a plugin for this .hi
how to add another players in a page or post ? because just supported a music in a post as default setting
Forum: Plugins
In reply to: how to create member profile ? (plugin)oh , as if no answer for this question
This solution is, use of buddypress plugin and disableing blog , forum , activities and more setting of this plugin ??Forum: Plugins
In reply to: how to create member profile ? (plugin)please answer to me
Forum: Fixing WordPress
In reply to: wp-copyprotect plugin not worked in firefoxI found the solution !
for the disable select text or drape you must insert this code in wordpress header.php file + wp-copyprotect plugin
<script language="JavaScript1.2"> function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script>