Table BBCode with Xenforo - bbcode

I'm using Xenforo for my forum website, it is Rao Vat
I meet a problem here is I cannot view the table in my post, I found some plug in for xenforo to do this, but I don't like using them because I want to change the code.
Does anyone have experience or suggestion for me on how to do this?

Just an update!
With the newest update to XenForo 2.1 adding tables is now possible. When posting a thread or post the option is now there to add a table.

XenForo does not have built-in table functionality in the editor. If you want to use tables, third party add-ons are your only option.
There's several available:
CTA Table BB Codes (free)
Brivium Advanced Table BB Code (Paid)
Datatables BB Code by Waindigo

Related

Linking records in Communication Templates

Following the instructions in this IBM article, I have included a link to a record in an comm template. My link looks like this http://:HOSTNAME/maximo/ui/maximo.jsp?event=loadapp&value=:APP&uniqueid=:OWNERID.
This link from the IBM article only gets to the default, i.e "List" tab for most applications. Can I somehow add a specific tab (standard or custom) of named application when implementing this as a link in Comm Template?
Thank you both, Dex, and Maximo.Wiki for your contributions>
Your comments actually led me to figure out all that I needed to solve my issue
Oh, woe how many times I was actually phrasing my problem incorrectly because corporate english is not primary variant of it and hence having to end up digging SO for answers
Thanks again!
Based on this blog post by Bruno Portaluri, and comments from others on that post, it looks like you should be able to add changetab=yourtabid to the URL.
Based on your question, the whole URL would then be http://:HOSTNAME/maximo/ui/maximo.jsp?event=loadapp&value=:APP&uniqueid=:OWNERID&changetab=plans if the app your link was to had a tab with ID plans, or XML <tab id="plans" ..., in it.

Google docs - automated List of tables

Is it possible to add captions to tables in Google docs?
I would like to be able to produce an automated list of tables.
For example something like this :
Any idea ?
The Caption Maker Add-on detects figures and tables in a Google Doc, puts numbered captions above or below them and creates lists of figures and tables that can even be updated as the document evolves.
The "Captionizer" Addon seems to be able to do this now, albeit without page numbering. The creator says there is no way to lookup the page number in a google doc to be able to add that feature.
Captionizer
As #Falko Menge suggested in the first response Caption Maker appears to be the best option. I went down for some time, but you can install it without problems.
Caption Maker is available here: https://workspace.google.com/marketplace/app/caption_maker/226603355104
It seems to be working just fine.
Cheers!

Modx(Revolution) search function for FAQs

I'm trying to implement a search for my FAQs page. I'm using the modx extras FAQ Manager and SimpleSearch. SimpleSearch works quite well if you're searching modx resources, but the problem I've run into is how to search a database table for example the FAQ Manager table where the content is not tied to a resource. Is this possible?
I've noticed that SimpleSearch has a &customPackages property, but I can't seem to get it to work. If someone could show me an example of how to use simple search in conjunction with FAQ Manager, I would be most appreciative.
You can search in a custom package through AdvSearch with a custom queryhook: http://www.revo.wangba.fr/custom-package-dvd-shop/
and the corresponding snippet since the link doesn't seem to work: http://www.revo.wangba.fr/assets/files/advsearch/queryhook/dvdqhook.snippet.txt
I believe you can use the advanced search package to search database tables: http://rtfm.modx.com/extras/revo/advsearch

Easily update table in Joomla 1.6

Every day i need update several tables and add some new files to my website.
I think that edit Home article every day is an operational risk that i want to avoid.
I'm looking for a Admin Extension that could help me in this job. It would be nice if i could import an excel file (csv) to update my table.
I found some nice extensions (EasyTable Pro and Fabrik) but my Joomla version is 1.6 :/
Most extensions that are 1.6 ready will also work for 2.5 so you shouldn't have much of an issue updating.
In any case, what I would do since you are already doing the data entry every day is use a CCK to create the page. You should be able to create extra fields for each of your data points, then have the calculation done on site. This would free you from having to enter anything in to Excel first. Once you enter the data it would simply be a matter of formatting the output in to a table with the calculated numbers added in. It would be a little tricky, but I know for sure it could be done with K2 and extra fields, and I'm pretty sure it could be done with Zoo and Seblod.
You could also do it pretty easily with ChronoForms and ChonoConnect as well.
I didn't found a good extension, so i did a macro that generate HTML code.
Now i can run my macro, copy the HTML Code and paste it in a new article.

Export list of Sitecore items as Excel (or other formats)

I noticed that sitecore has the option of exporting users in an Excel format.
I need to have similar functionality for exporting 'participations', (a users can enlist to take part in an 'event', and if their entry is approved via a sitecore workflow, a 'participation' item is created in the content tree)
Since mostly everything in Sitecore is in essence based on items, and I want to export items to Excel, my question is - what are some of the best ways of doing this?
Questions:
Is there a way to re-use this functionality for regular items?
Would it be a good idea to create a custom admin page (any tips on doing this?) which has some custom code that reads the items from the database using the API?
are there sitecore plugins/shared source projects that can help me achieve this?
Or does anyone have a better idea? - would it be better to just store the participations in SQL? I'm mostly doing it this way because I want to make use of the 'free' functionality offers, for example workflow, but if that leads to me using anti-patterns please shoot me ;)
Link is different now: https://marketplace.sitecore.net/en/Modules/Advanced_System_Reporter.aspx
P.S. Couldn't leave a comment to original answer as I don't have enough reputation. Oh well :)
Found a most excellent shared source module which does exactly this (and much more)!
Basically it allows you to configure (and easily extend, if you need to) any kind of table based report on 'items'.
The report module shows up as an application in the sitecore menu (like the user manager tool) and comes with features such as xml,csv, xls export. It's also really easy to set up, once you get the hang of it.
http://trac.sitecore.net/AdvancedSystemReporter

Resources