-
Posts
651 -
Joined
-
Last visited
-
Days Won
6
Everything posted by rick
-
What is the time frame for the downloads page to reflect the current version? It still indicates 3.0.61 as master and dev.
-
@heldercervantes It works as you describe when js is enabled. My bad. I don't run scripts on any site unless necessary and forgot to enable it.
-
-
If I remember correctly, there were a couple of mods that weren't enabled by default in the initial apache/php install that needed to be set. I don't remember which ones specifically, so here is a listing of mine you can use to compare... access_compat.load alias.conf alias.load auth_basic.load authn_core.load authn_file.load authz_core.load authz_host.load authz_user.load autoindex.conf autoindex.load cgi.load deflate.conf deflate.load dir.conf dir.load env.load filter.load headers.load mime.conf mime.load mpm_prefork.conf mpm_prefork.load negotiation.conf negotiation.load php7.0.conf php7.0.load rewrite.load setenvif.conf setenvif.load status.conf status.load
-
@derdogan, Welcome to the forum! I have installed ProcessWire on my Ubuntu system many times without any errors. The only thing I can see that looks odd is naming the database 'wire', since that is internal to ProcessWire. Try starting again, but with a different database name.
-
Hi @itsberni, I apologize. I just looked at the module and there is no Bcc option. As it is, you might try appending the admin email to the To address.
-
@itsberni, Unless I misunderstand, you should set Bcc to the admin email prior to sending. The email copy will be sent in the same language. If you want the admin to receive the email in a different language, then you will have to repeat the process a second time addressing the email only to admin, and in their language.
-
Hi @bramwolf, That's an interesting project you have because some of the items you list are what I am currently working on. I am rebuilding my site from the ground up to accommodate some of these items, so it's appears to be duplicating your project. I don't want to hijack your thread, but I will pass along what I am going through. - The dynamic content for news articles, company profiles, and the like, is easily handled by ProcessWire. You won't have any issues there. - The way I am approaching your membership requirements is that each user must register, which grants them read-only rights to view my applications (your free membership item). Then a user may select one or more applications to subscribe, which elevates their rights to administer the selected applications (additional user licenses, subscription payments, reporting, etc.). I changed the login to use an email address rather than a user name because I don't want Peggy Sue in Ohio colliding with Peggy Sue in Florida. - There are any number of solutions available that handle advertising for web sites, such as openx, google ads, doubleclick, revive, etc. However, ad blockers can limit these. I wrote a wp plugin many years ago to handle advertising that I am now porting to ProcessWire. I'm in the deep end too considering I am learning how to incorporate some of my older code into the ProcessWire way of doing things. - Your job listing also falls under the dynamic content. - The marketing automation can be done through cookies. Tracking user interest on your client's site is simple enough by storing elements. The issue comes later when you analyze that data. Adding unique ids to targeted emails will also let you track user responses. Hope this helps, and good luck to you.
- 2 replies
-
- 4
-
-
- website
- advertising platform
-
(and 4 more)
Tagged with:
-
Ditched windows 2000 in '04 for *nix and never looked back. Desktop is ubuntu, servers are freebsd and debian. As far as the software goes, I have only been limited to windows by certain companies that won't develop on anything but windows. Those are specific to my previous employment though, so I don't care. @SamC, Have you looked at ardour? I haven't used it in a while but does run on linux and did what I needed at the time. I also use musescore for printed versions.
-
Hi @Salemoche, Welcome to the forum! Having a css file not load is usually due to the file not being found. I know you said you changed to a new css file and it worked until whenever. Which leads me to a bunch of questions. How do you have your frontend structured (delayed output)? Are you using auto prepend/append? Does the problem occur when you navigate to a different page? Does the problem go away when you navigate back to the page where it was working? Is there any error shown in the dev tools console? Sorry for all the questions, but there needs to be more information in order to track down the culprit.
-
Dev tools will show you other issues that may affect what you are seeing. For example, this image shows a css file not loading, which may indicate a typo in the path. While this image shows bootstrap loaded 'after' the google font, which will overwrite the google font definition.
-
Yes it should. You can delete the cache and ProcessWire will regenerate it.
-
Okay, that eliminates one possible issue. Next, Have you looked at the network console (dev tools) to see if the google font is loading or gives an error? Since the font isn't appearing, it sounds like it's not loaded, so the browser reverts to its default font.
-
Hi @SSC, Welcome aboard! I don't use it so I have to ask, Is blog-main.inc the file that contains the HTML <head> section? Try a force reload (chrome browser) or whichever browser you are using.
-
The site looks good. I only see a few issues with the English version. Partner section on front page is not translated. Under Software>Control, Utliising is misspelled. Weblounge page is not translated. Images under Solutions initially take a long time to load. I like what you did with the site. It is clean and easy to follow. Nice work!
-
Hi @Publisher-in-Chief, Once you have Tracy installed, it will display a toolbar at the bottom-right of your screen. Click the Console ">_" icon, and paste Example 1 in the window. Click Run to execute the code. No worries. Every one of us are newbies at something. Feel free to ask any question. There are many good people here that will be glad to help. Nice site too.
-
I can't speak 'officially' toward ProcessWire rules regarding promoting personal sites. However, I do think that your ideas, examples, prototypes if you will, are very welcome by me and other newbies. I found your ajax order tutorial very beneficial and I would welcome many others you may offer. I even have a few suggestions for topics if you are interested. I don't see anything wrong with putting a brief description (or outline) of each of your articles in the tutorial forum and include a link to the full article on your site. On a side note, having cross referenced links is good seo for you and ProcessWire both.
-
@abdus, Very nicely done! Thanks for your procrastination.
-
@adrian, It's not a problem, just an idiosyncrasy. lol This is a great module and I just wanted to post an FYI. PS. Enjoy your 'time off'! Post pics of the native women from the island when you get a chance!
-
Hi @adrian, welcome back. The first image shows the initial console window size and position with a code sample (not yet executed). This image shows the window size has automatically expanded vertically (after executing code) where the 'title bar' is now off screen. I am using chrome (maximized window). This doesn't prevent me from clicking the console icon (TD's toolbar) to close the window, then click it again to re-open it to display the console within the window boundaries. I can also toggle the browser window size to reset the console display size. I'm not reporting this as a bug because it doesn't prevent me from continuing, nor does it generate incorrect results. It is just something that I noticed.
-
Hi Jim, In my case I'm glad php is a palindrome. Ha! I modified the rendernavtree function for my needs (shown below, using bootstrap) which produces the menu shown in the image I posted earlier. I've gone through and added comments that may help. <nav class="navbar navbar-default"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span> </button> <a class="navbar-brand" href="<?php echo $pages->get('/')->url ?>"><img src="<?php echo $config->urls->templates ?>images/processwire.svg" alt="" /></a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <?php // Get the top-level page $menuitems = $pages->get('/'); // iterate through our top-level page and it's children foreach( $menuitems->and( $menuitems->children ) AS $item ) { if ( $user->isLoggedin() && strtolower($item->name) == "login" ) { echo '<li><a href="'.$pages->get('/logout/')->url.'">Logout</a></li>'; } else { if( $item->id == $page->id ) { // Is item our current page? echo "<li class='active'>"; } else { echo "<li>"; } echo "<a href='$item->url'>".ucfirst($item->name)."</a></li>"; } } echo "</ul>"; if ( $user->isLoggedin() ) { // display logged in user echo '<p class="navbar-text navbar-right">Logged in as <a href="#" title="Profile">'.$user->name.'</a></p>'; } ?> </ul> </div> </div> </nav> When you create your pages, you can set one or more to be hidden, which won't show up in this menu list. To get this (your) menu to display on every page, is as easy as including it in your php files. For example: <div class="container"> <?php include "./_navbar.php"; Is a segment of code that I use to include the menu on every page. This segment is placed in my _head.php file which is auto prepended to every page. See this topic for more information. The following article has more general information... site profile tutorial There are also many great tutorials in the tutorial section written by the experienced ProcessWire members here. They are all worth a read. Also, check out the blog articles. I've found quite a few gems there. Hope this helps.
- 4 replies
-
- function.php
- _head.php
-
(and 2 more)
Tagged with:
-
Hi @JimSee, Welcome to the forums! When you say that you are brand new, are you referring to ProcessWire, or to coding, or all of the above? To answer your question depends upon which css you want to use, as there are many to choose from. Google 'mobile first css grid' to get a selection (assuming you want your site viewable on different devices). Whichever one you select will have examples of how to accomplish your desired menu. For example, here is a screenshot using bootstrap. (I'm not endorsing it, just using it as an example.) Post back here if you have questions and someone will jump in and help with the coding.
- 4 replies
-
- function.php
- _head.php
-
(and 2 more)
Tagged with:
-
Hi @ktagel, Welcome to the forums! That information, I believe, is described here. Have a look around at the other articles too, as they are indispensable. Feel free to post any questions you may have and someone will be along shortly to help.
-
make a copy of my image after upload it from backend
rick replied to Amr Magdy's topic in Module/Plugin Development
There are a number of modules available here that may suit your needs.