Результаты поиска

  1. D

    Problems with wordpress.com template

    Hi, I am able to create a wordpress.com account, but when I try to access the wp-admin section it shows a 403. The account is not banned since I am able to access through the browser outside of zenno. Anyone having the same problem?
  2. D

    Regex to get root domain?

    Hi, how can I get the root domain of an url using regex? For example, I have a list of urls like facebook.com/test/ and I want to get only facebook.com I tried using regex for the extensions of the url, but I was unable to create a regex that will grab the portion of text ending in .com or .net...
  3. D

    How to delete all the content from a table?

    Hi, I made a loop which temporally writes some text (using regex) into the table. I then grab the first line (to convert to different variables) and put the option to delete it after grabbed. I believe some info is being kept in the table, because during the 3rd loop it repeats the info from the...
  4. D

    How to add text in front of list?

    Hi, I am using a loop to add text in front of a list (one line at a time), i.e. text1 text2 text3 converts to: addtext1 addtext2 addtext3 But it takes too long to process a large list. Is there a more efficient way to do this? Thanks.
  5. D

    Deleting blank lines from table?

    Hi, anyone knows how to delete blank lines in a list? I was searching in the forum but couldn't find the answer. Thanks.
  6. D

    Can zenno 5 crop a photo automatically?

    Hi, when I upload a photo to a website's profile it requires to crop the image. Is there a way to do this automatically? Thanks
  7. D

    Keeping lines in list which contain certain text... anyone knows?

    Hi, I have a list and I want to keep the lines which contain certain text. I used "remove elements that contain any text" from the list processing, but the problem is that when I delete the lines containing .co, it will also delete all the .com I want to keep only the lines which contains...
  8. D

    Copying variables to a table by column?

    Hi, I want to copy some variables to a table by column. I tried the "Word processing - to table" function, used my own text as column separator ( ;; ) but it will not copy the info by column. I want variable1 to be copied on column A, variable2 on column B and so on, but it will copy all the...
  9. D

    Comparing 2 lists

    Hi, anyone knows if there is a way copy the elements from one list only if they appear on another one? For example, in list A the words test2, test5, test10 appear, and in list B the words test1, test2, test10, test 11 appear. I want to copy only the words that appear in both list A and list B...
  10. D

    Multiple logic-if conditions question

    Hi, is there a way to use the logic-if function for multiple conditions, i.e. if variable A = 1,2,3,4,5,6 I used the "switch" function but it gets kinda long. Thanks for any help given :)
  11. D

    Is there a way to run a template from another template?

    Hi, I was wondering if there is a way to run a template from another one. I have this generic script that I am adding to all my web 2.0 templates, but if I have to make a change to this generic script, I will need to open each web 2.0 template to do it. Is there a way to make all the...
  12. D

    {Project.Directory} Question

    The instruction {Project.Directory} will always redirect to the directory ...Progs/Templates? I thought it redirected to ...Progs/ but this is the first time I use it. I just want to make sure before moving all my projects to the "Templates" folder. Thanks
  13. D

    Crowdsourcing for zenno?

    Edit: Never mind :)
  14. D

    Create link when HTML not allowed, it is possible?

    Hi, I was just wondering if there is a way to create a link automatically when the website doesn't allow HTML. Thanks
  15. D

    [SOLVED]  Random number bug

    Hi, I just noticed that there is a bug when you run a random number. For example, if the range is 0-3, it never outputs the last number. Just to let you know if this was not reported before.
  16. D

    Category selection?

    Hi, I want to change the category of a website from the Input Settings. Since the variable is the name of the category I converted it to a number (for the selection), so I used Switch and Set value, but is there an efficient way to do this? I like spaghetti but not in my templates :p Thanks.
  17. D

    Input settings option is great!

    Hi, I was just playing with the new input setting options and it is great. It is a lot better to configure the templates from a window than having to open the text files. I believe it is important to acknowledge the improvements of the software, and not just focus on the bugs or what is left to...
  18. D

    4.1.0.0 coming soon?

    Hi, I just checked that there is a link for version 4.1.0.0 but with a "coming soon" .txt I had a problem with the software and I need to reinstall, so should I wait until the new version is uploaded or the link is just a teaser with no specific date yet? :) Thanks
  19. D

    [SOLVED]  Variable {-Project.Directory-} bug

    Hi, whenever I use the variable {-Project.Directory-}, instead of showing zennoposter's directory, it uses this address C:\Users\***\Desktop\ How can I correct this? I already tried uninstalling, erasing any files remaining in the zenno directory, restart and installing again. Thanks
  20. D

    Idea for zennoposter

    Hi, what if zennoposter (the part of the program which runs the templates) included a graphic interface in which you could interlink the different templates (like in senukex). That would be a killer addition to zenno or it could be sold as an additional program. I bet many people would prefer a...
  21. D

    What's new in 4.0.8.2?

    Hi, I had no problems with 4.0.8.1 so far, so I was wondering if the fix was important enough to update. Thanks
  22. D

    Version 4.0.7.0 Emulation {DOWN} not working

    Hi, I don't know if this is a general bug but the {DOWN} or {UP} emulations are not working. I haven't test all the emulation functions but at least those two are not working.
  23. D

    Posting an article in wysiwyg box?

    Hi, I am trying to post an article on a wysiwyg. The screenshot is for 2itb.com. I am using the emulation functions, but I find it quite slow. Is there a better way to post an article in an wysiwyg box? Thanks
  24. D

    Could a feature be added to the "Alert"

    Hi, could an option to pause the template, or pause it until some information is inputted, be included in the "Alert" of the logic functions? It would be of great help to create semi-automated templates. Thanks :)
  25. D

    Is there a way to stop a template until you input something?

    Hi, I want to create a semi-manual template and I was wondering if there is a way to stop the template until some information is inputted? Thanks
  26. D

    Livejournal "Invalid form submission. Please refresh and try again" error message

    Hi, I have been trying to get the template to work, with mouse and keyword emulation, but I always get this message. Anyone knows how to fix this? Thanks
  27. D

    How do you get an email from a list?

    Hi, I am using "List processing" to get an email from a list, but even if I check the "delete line after take" the email will still remain on the list? Anyone else is having this issue or know how to fix it? Thanks.
  28. D

    Logic expression "if counter is greater than a number". Anyone knows?

    Hi, I set up a counter but I am having troubles setting the logic expression. I would like to use something similar to the text checker, but something that checks if the counter is greater than a number. If anyone could help me, I would appreciate it :)
  29. D

    Updating license issue

    Hi, I was trying to open the software today and got this error message: "There was an error when you update the license" I am attaching a screenshot
  30. D

    What to do when web address change according to the username?

    Hi, I am trying to create a template to fill the profile in wordpress, but I noticed that the href keeps changing to the username I used. For example, if I use the username test123, the href would be test123.wordpress.com, so if I use the template for another username it will give me an...
  31. D

    Keeping the format of the articles when posting

    Hi, I tried the File.GetString and File.GetBlock functions to post an article, but it doesn't keep the format so it all appears as one block of text. I want the paragraphs to be separated and that the subtitles are shown correctly. Is there a way to do this without editing the article into HMTL...
  32. D

    Uploading videos to youtube

    Hi, I was wondering if there is a way to upload videos in youtube using zenno I read somewhere that it was not possible at the moment, is this true?