Forum Replies Created

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter comziz

    (@comziz)

    Dear Tobias

    Thank you so much for your rapid response & solution.

    I just tried the developer version and it works just like a charm.

    I am so excited about the next version of TablePress!

    The only problem for users, might be the “timestamp” or “date” values. Which is imported as it is. But I assume this field id name would change from source to source and it would nearly be impossible to implement a converter, unless there’s and option to select the date / time related fields as time values.

    But in my case this doesn’t matter because I’m only using the “ask” & “bid” fields, and tablepress brings them to me very easily.

    Thank you so much again, and I wish you continuous success on your plugin.

    thank you hh3 for the contribution
    I wonder how many people tried it out.

    I would really like to help to fix this issue, but please let me understand what needs to be done.

    I’m no coding expert at all but I’m not scared of diving into the mod itself, which then may be purposed as candidate for the next release, since the authors say that they’re busy.

    Let us all fix this useful plugin for wordpress, unless we all want to use 3rd party websites for “Connect Facebook” function… Because I can’t seem to find any other handy and self supplied plugin like this.

    Keith1028,

    Thank you so much for sharing your your experience. It is very logical that it would be a caching issue. But i don’t use any cache plugins yet.

    I’m asking this to everyone, Is there a built in caching system for wordpress and the ACP? If so how can i flush it?

    I get the same errors and my interface is also broken.

    here’s how it looks

    https://imageshack.us/a/img855/3729/9q40.jpg
    https://imageshack.us/a/img163/6218/lxj5.jpg

    Thread Starter comziz

    (@comziz)

    Update:

    149:
    if(mysql_num_rows($sql) == 0){

    162:
    $bulan1=mysql_num_rows($bulan);

    164-169:

    $tahunini1=mysql_num_rows($tahunini);
                  $pengunjung       = mysql_num_rows(mysql_query("SELECT * FROM <code>". BMW_TABLE_NAME . "</code> WHERE tanggal='$tanggal' GROUP BY ip"));
                  $totalpengunjung  = mysql_result(mysql_query("SELECT COUNT(hits) FROM <code>". BMW_TABLE_NAME . "</code>"), 0);
                  $hits             = mysql_fetch_assoc(mysql_query("SELECT SUM(hits) as hitstoday FROM <code>". BMW_TABLE_NAME . "</code> WHERE tanggal='$tanggal' GROUP BY tanggal"));
                  $totalhits        = mysql_result(mysql_query("SELECT SUM(hits) FROM <code>". BMW_TABLE_NAME . "</code>"), 0);
                  $tothitsgbr      = mysql_result(mysql_query("SELECT COUNT(hits) FROM <code>". BMW_TABLE_NAME . "</code>"), 0);

    172-173:

    $pengunjungonline = mysql_num_rows(mysql_query("SELECT * FROM<code>&quot;. BMW_TABLE_NAME . &quot;</code> WHERE online > '$bataswaktu'"));
    			  $kemarin1 = mysql_num_rows($kemarin);

    Hope it helps.

    =(

    Thread Starter comziz

    (@comziz)

    Yannick Lefebvre,

    Thank you so much for your kind responds.

    Let me tell you my goal;

    You see, I have created some neat tutorial pages for the related links that I am sharing. But I want to share those tutorials only with the members, to make them privileged.

    Therefore my wish is to display those “Tutorial for this site” links only to logged in users.

    Currently I’m using the “Link Notes” field for this, which appears next to the “Link Name”.

    Where the note itself (in the link properties) includes the tutorial link and the field option for “Link Notes” is like this to make it clickable;

    Before:
    - <a href='

    After:
    ' target='_blank'><i>(Tutorial)</i></a>

    The reason I’m using “Link Notes” for this is, I couldn’t find a way to display “Secondary Web Site” under the “Link Library – Additional Link Parameters”

    So whichever field that I’m using, I’m wishing to find a way to configure it to display only to logged in users. That’s why I’m trying to add/pass the above code (my 1st post above) to my “tutorial link” or field attributes.

    If you would have any workaround in your mind, I would be grateful to you.

    I could change the option to display fields from Yes or No, to Yes, No and Logged In. Would take a bit of time to implement but is definitely possible.

    I believe this would help my issue more than enough if I could select display option to “No if not logged in”.

    Please do let me know if there’s anything that I can help you with, to implement this feature.

    Thank you again so much.

    PS: I don’t have anything to do with the visitors being able to post links or not, I encourage them to use our forum. So that’s not an issue, since that option is already disabled for all users, except admins.

    Thread Starter comziz

    (@comziz)

    Thank you for your respond,

    I’ll try to figure it out myself.

    But in the mean time, if I could get an answer to my other question (here), it would make it so much easier for me.

    But as I said thank you for your respond, and your plugin and your continuous support for it. It’s all much appreciated.

Viewing 8 replies - 16 through 23 (of 23 total)