Installing a reputation system on phpbb causes layout problems - phpbb3

I have tried several times to install a reputation system mod on my phpbb forum. But it always causes the problem that my layout is messed up.
Is there a way I can work around this?
The mod I use is the rep system by pico88. I cant show the layout problems because the forum is up and running.
Maybe there is a reputation system that doesnt do anything with the layout?

That's a bit of a heavy modification for the server. I'm not getting into details. Speaking if which you should have posted some more. Like phpBB version, mod version, style etc. I can only guess what you are referring to without details...
I suggest you to use the Ajax like/dislike system By SiteSplat. Its Premium plugin and ppular among its users base. You can find it Here and the premium themes with support are Here

Related

Magento 2 Point Of Sale - POS options?

I'm currently running a Magento Store in Version 2.2.3
I am need of a POS extension that can operate online and offline for when i take physical offline sales in a shop or at an external event.
After trying 3-4 POS extensions already, I have just installed Webkul POS for a few different reasons. It's a one time payment which is very important. It's got a very easy to understand interface and it syncs sales to keep my stock correct when it's connected to my Wifi, but it can also work offsite and store offline orders to be synced when it reconnects to wifi.
However, despite being cheap and easy to use, it's also horribly riddled with bugs and shortcomings. As below:
Offline sales don't sync when the system goes back online
Doesn't work on Safari
Can't show Configurable products
No way for it to process disabled products through the checkout
Crashes fairly regularly
No way to delete unsynced orders (which happens to be all
offline orders)
some other technical bugs which i have reported to their support system.
So without spending crazy money, is there actually any POS extensions which people have found to work well?
So one year on with Webkul POS and I thought I would post an update.
Webkul support worked on and fixed approximately 25 - 30 bugs in the software and despite being a little slow it worked for the most part. Their support team was very helpful in fixed multiple issues.
Whilst planning an upgrade on Magento 2 I asked the webkul support team if their latest version included the multitude of fixes which were completed on my build and if it was compatible with the latest verion of magento and php. Without hesitation, i was told, yes everything will work and they arranged a download of the latest version which we got and installed into our newly upgraded magento 2.3.3
Back to square 1.
All bugs returned and extension was unusable. It simply didn't work. After support refused to look at the issues I paid for extended support and they started to fix bugs. After some bug fixes and getting our heads around the magento Multi Source Inventory, we have got the pos to work or at least function enough to use it.
So here's my current issue. Webkul POS requires it's own source for stock (not sure why it can't use the default one) so now I have my default source which the website uses, and another source or stock qty table that the POS software uses and the 2 stock numbers are completely independent and do not sync.
This means if I sell an item in my shop using POS, my website stock does not update and it is still possible for people online to buy an item that I may be sold out of. This is until I manually adjust the stock.
Therefore in my eyes, the POS extension is totally pointless.
Does anyone else have the latest magento and had the same issue with any other POS systems? I think the MSI in the new magento seems to be causing some similar stock control problems. I can't really justify a monthly payment style POS extension because this experience has made me question if any of them work properly in the latest version of M2.
I may be a bit late to this post, but I know exactly what you mean about Webkul POS. Disappointing and just confusing to use tbh.
Sad truth is if you're not willing to pay for the good stuff, you'll get what you pay for. One-time payment for Webkul is all well and good, but it's got the usability and functions corresponding to that. If you want to experience the really good stuff, you've got to pay for it.
I know people who have had success with Connect POS - https://www.connectpos.com/magento-pos/ - and there's no extra hidden fees that surprise you down the line. A pretty powerful extension in my view cos it's got AI and PWA capabilities. The best option for Magento 2 imho.
Has anyone got any experience with Lightspeed POS? It's currently looking like a front runner to become a webkul replacement for us. I can't really fine too many reviews or any information from any users. We're moving to a new store soon and need something a little bit slicker at a reasonable cost.

Edit pages content through a UI

Sorry if someone already did this question, but I couldn't find it. I want to allow my client to edit the website pages content through a UI, not using notepad++ or something like that, you know? Like edit the FAQ or add some new product to his store. I don't know how to search it. I already looked for admin dashboard templates, but nothing...
If I'm not mistaken, you want a CMS (Content Management System). This would allow you to run a website with an editor and many other tools to help you and your clients out with development. Popular CMS's even have large libraries of plugins to customize and add virtually anything to the development environment. Popular CMS's include:
WordPress
Drupal
Joomla
ModX
etc.
You can even develop your own via PHP and MySQL databasing. Not only does this allow you to have the tools tailored to your needs, but it's also a great learning experience.
If you're looking for just a sort of online IDE (Integrated Development Environment), then Cloud9 may suit your needs, but it can get pricy depending on what you need: https://c9.io/
Overall, if you're dealing with dozens of HTML documents on a website, it can get messy and the need to switch to templating is an absolute necessity. CMS's are easy to install and have a lot of features, but they can be very bulky. So if you're just looking for a simple management system, I think PHP and MySQL would be best for your scenario. If that's all you want then here are some articles to get you started:
https://css-tricks.com/php-for-beginners-building-your-first-simple-cms/
http://www.elated.com/articles/cms-in-an-afternoon-php-mysql/
http://www.smashingmagazine.com/2011/10/getting-started-with-php-templating/

Is there a simple Bugzilla/Trac client for use by non software folks?

I'm aware this isn't exactly a programming question, but it directly impacts our developers and the code we're assigned to write. If there's another SO-like forum where this could be better posted, please let me know and I'll take the question down from here & post it there.
Our work environment is a couple of developers creating (20-30%) and maintaining (lion's share) legacy software for factory production floor and test workers to use to calibrate or test the equipment the company sells. We've implemented a very simple Google form based bug reporting page, but we're already running into problems of scale (approx 40:1 them:us and lots of old-old buggy software that we didn't write). The company has tried using Bugzilla before my arrival with little success, the factory folks were apparently intimidated by it and wouldn't use it. However, they seem to like the simple Google form and the wizard-like steps to file a bug or request a feature. We're currently manually cutting & pasting their bug/feature requests from the Google form spreadsheet into Trac, and manually tracking the bugs/feature requests on a white board with magnetic bug cards. We're only a few weeks into this system and it's already showing it fragility and lack of scalability.
Ideally we'd have a Windows >= XP web or desktop client that would provide:
Simplified bug reporting, a Wizard like approach seems to work well
Customizable for our software packages (like drop downs for each)
Bugzilla or Trac integration
Standard bug tracking features developers and management can use
I've found the winners of the "Make Bugzilla Pretty" contest, but coming from a pure software house where we just used straight Bugzilla out of the box, I'm unclear on how to configure and install these skins. Obviously I can figure this out but don't want to go down that path if it's not going to solve our basic problem which is non-technical people reporting bugs.
TaskCompiler, found on the Bugzilla wiki site seemed like a candidate because it talks to both Bugzilla & Trac, but their sales page is offline and the site hasn't been updated since 2012 and I'm unsure as to their viability.
I'm certain we're not the first production facility to run into problems like this, I'm looking for recommendations to help solve both our scalability as well as-ease-of-use problem.
Another thought that occurs to me is a GAS script to push our current Google forms based bug reports into Trac or Bugzilla.
Edit: The decision between Bugzilla/Trac seems to have been made for us. I'm exploring options for using Trac here if you want to follow along.

Is there a Wiki with a Web 2.0 UI (like StackOverflow's)?

I need to use MediaWiki at work. It used to be okay, but with sites s.a. StackOverflow, there's some user interface issues that simply don't do any more.
Most importantly, I'd want to see the live preview when typing. There shouldn't be need for a preview mode.
What Wikis are you using? Which would be the best for a recent (easy) Web experience?
Can MediaWiki be updated to have more recent UI behaviour?
Addendum:
Two products seem to be above others, both "open source commercial" (= you get a skinny version free, standard and enterprise levels with more goodies cost).
MindTouch DekiWiki
Confluence
Judge for yourself. I sure found my liking in one of these. :)
There is a WYSIWYG extension for mediawiki. See Fckeditor:
Well there is StackExchange (which is the StackOverflow engine), but you have to pay for it.
A discussion on Confluence vs Mediawiki: http://confluence.atlassian.com/display/DISC/Confluence+Vs+Mediawiki
It doesn't have the preview feature you talk about, but you asked for "favorite wikis", so here's mine (at least favorite for ease of use/setup):
http://en.wikipedia.org/wiki/ScrewTurn_Wiki
http://www.screwturn.eu/

How do I get TiddlySnip to work in Firefox?

Since Google stopped supporting Notebooks, I decided to look for alternatives and so I gave TiddlyWiki + TiddlySnip a shot. However, when trying to install TiddlySnip2.1, I'm getting this error:
"TiddlySnip" will not be installed because it does not provide secure updates
I followed the procedure specified in the site which is to add tiddlysnip.com in the Allowed sites-Add ons list but it still won't work.
And to add insult to injury, the support for the extension has been stopped as well.
My final workaround is to use an older version(1.21-beta), which I was able to find, but I'm finding it a bit unstable.
Did anyone have any success with this?
Thank you.
Eureka! Google has saved me! Their google group has a post on how to shoehorn it into Firefox 3.5.x: http://groups.google.com/group/tiddlysnip/browse_thread/thread/e5edef97dec18a17/ce49452f6397083a?lnk=gst&q=does+not+provide+secure+updates#ce49452f6397083a
Right Stumproot, however I just feel the need to look for alternatives.
OT, I went as far as going into the irc channel of tiddlywiki to find out and it seems that there's no other way around this issue than to use the older version.
I think that the TW community still plans to continue developing TiddlySnip but for now it's on hold so TW users will just have to make do with the beta version.

Resources