Sponsored Content
The Lounge War Stories Postbit Changes (Phase II Upgrade) Post 303020423 by Neo on Thursday 19th of July 2018 06:07:08 AM
Old 07-19-2018
OK.... after a lot of analysis of the postbit HTML template, the first thing which must be done is to remove the tables from the 10 $templatehooks, and and search of the DB reveals only 2 plugins are using these template hooks:


Code:
1. Thank You
2. Scott - 998 - Add History to PostBit Menu


However, the table in 998 is not an issue because that table is a small popup menu and does not need to be changed at this time.

The Thank You hack is important, so I need to covert all of these to divs first and get rid of the table tags.

Then, after that, the next step, based on postbit HTML analysis, is to look inside these post array items and check for table, td and tr tags since all of these are wrapped in table tags:

Code:
$post[imageattachmentlinks]
$post[otherattachments
$post[moderatedattachments]

Then that is done and nothing is broken, then can look at converting the main postbit message table and rows.

... gezzzzzz LOL
 

4 More Discussions You Might Find Interesting

1. Solaris

init phase

Hello, Can somebody explain me the relationship between /sbin and /etc directories ? what is the relationship between them and what are the roles of files such as rcd.1 etc? (1 Reply)
Discussion started by: saudsos
1 Replies

2. What is on Your Mind?

Small bug in the Quick Editor function in postbit

Hey, There was a small bug in the Quick Editor function in postbit, but I fixed it (basically a double quote was missing from an element id): <div id="post_message_$post" class="neo-message-area">$post</div> Was <div id="post_message_$post class="neo-message-area">$post</div> Should... (1 Reply)
Discussion started by: Neo
1 Replies

3. Web Development

New Supplementary CSS for Forum Postbit

Working on moving inline style to a supplementary CSS file. This one is postbit.css: .pb-wrapper { border-style: solid; border-width: 1px; border-color: rgba(110, 117, 182, 0.99); padding: 0px 0px 0px 0px; } .pb-wrapper-b { padding: 0px; border-width: 0px 0px 1px... (0 Replies)
Discussion started by: Neo
0 Replies

4. Docker

Docker learning Phase-I

Hello All, I had recently learnt a bit of Docker(which provides containerization process). Here are some of my learning points from it. Let us start first with very basic question: What is Docker: Docker is a platform for sysadmins and developers to DEPLOY, DEVELOP and RUN applications ... (7 Replies)
Discussion started by: RavinderSingh13
7 Replies
ns_guesstype(3aolserver)				    AOLserver Built-In Commands 				  ns_guesstype(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
ns_guesstype - commands SYNOPSIS
ns_guesstype filename _________________________________________________________________ DESCRIPTION
This command guesses and returns the MIME type of filename, based on the file extention. It has an extensive set of default mappings. You can also add your own mappings in the "ns/server/servername/mimetype" section of the config file. MIMETYPES
The following extentions and mimetypes are the default maps. .adp text/html .ai application/postscript .aif audio/aiff .aifc audio/aiff .aiff audio/aiff .ani application/x-navi-animation .art image/x-art .au audio/basic .avi video/x-msvideo .bin application/x-macbinary .bmp image/bmp .css text/css .csv application/csv .dci text/html .dcr application/x-director .dir application/x-director .dp application/commonground .dxr application/x-director .elm text/plain .eml text/plain .exe application/octet-stream .gbt text/plain .gif image/gif .gz application/x-compressed .hqx application/mac-binhex40 .htm text/html .html text/html .jfif image/jpeg .jpe image/jpeg .jpg image/jpeg .jpeg image/jpeg .js application/x-javascript .ls application/x-javascript .map application/x-navimap .mid audio/x-midi .midi audio/x-midi .mocha application/x-javascript .mov video/quicktime .mpe video/mpeg .mpeg video/mpeg .mpg video/mpeg .nvd application/x-navidoc .nvm application/x-navimap .pbm image/x-portable-bitmap .pdf application/pdf .pgm image/x-portable-graymap .pic image/pict .pict image/pict .pnm image/x-portable-anymap .png image/png .ps application/postscript .qt video/quicktime .ra audio/x-pn-realaudio .ram audio/x-pn-realaudio .ras image/x-cmu-raster .rgb image/x-rgb .rtf application/rtf .sht text/html .shtml text/html .sit application/x-stuffit .snd audio/basic .sql application/x-sql .stl application/x-navistyle .tar application/x-tar .tcl text/plain .text text/plain .tgz application/x-compressed .tif image/tiff .tiff image/tiff .txt text/plain .xbm image/x-xbitmap .xpm image/x-xpixmap .vrml x-world/x-vrml .wav audio/x-wav .wrl x-world/x-vrml .z application/x-compressed .zip application/x-zip-compressed SEE ALSO
nsd(1), info(n), ns_return(n) KEYWORDS
mime AOLserver 4.0 ns_guesstype(3aolserver)
All times are GMT -4. The time now is 08:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy