The table tag has no wiki summary.
-1
votes
0answers
15 views
How to get a rounded corner table in HTML [closed]
I need to make a rounded table (1 Column, 1 Row) in html but so far have not succeeded, could anybody help with this?
Thanks.
1
vote
1answer
112 views
Include custom table into search results
How can I include custom tables into search results.
My all custom tables has qa_ prefix and wordpress has default wp_ prefix
0
votes
2answers
57 views
What is the most efficient way to manage changes my product comparison tables?
I have a site that features tables comparing products over hundreds of pages. Many of these products appear multiple times and I originally made these tables static, and now need a more efficient way ...
-3
votes
0answers
18 views
Second column in header.php, tried with table not working [closed]
I know I'm going to be told not to use tables, to use CSS. I can edit CSS okay, but I'm no good at writing it from scratch, I just wanted a quick solution to get this scroller plugin in my header to ...
0
votes
1answer
106 views
Custom table or form
i need a form or table plugin that can be customized to do this:
For example:
I am a parcel shipping company. I need some form that can be filled out with shipping info. Later, customer logs on the ...
6
votes
2answers
156 views
Use a separate custom table (not posts) to handle file upload data
The Problem:
Website that has over 100 photos per post. Could possibly swell posts-table beyond 100K entries within a few years.
The Dilemma:
Would much rather stick to default WP UI for handling ...
0
votes
0answers
23 views
Create hundreds of users with just ID in phpMyAdmin
I'm trying to do the same as this post. But I have a problem with the
insert records into your wp_users table containing all the ID's of the
members you want to import
Right now, I have 3 ...
0
votes
0answers
8 views
How to get the value of above cell in php? [closed]
Date Transaction Payment Deposit Balance
29 Jan 13 Deposit 1000 1000
30 Jan 13 Payment 100 -100 ----> this ...
0
votes
1answer
12 views
Create Table Failed Column Date DateType
I have a plugin that creates tables and one of them is failing and I feel like it's due to either my syntax or the fact that I'm trying to create a column with datatype DATE and not TIMESTAMP (only ...
0
votes
1answer
20 views
more tables created when create a new site
Can someone suggest me an idea on this?
I am using Wordpress MU. And as per my requirement every user who register on main site will have a sub-site for them. And it is working correctly.
I ...
0
votes
0answers
128 views
Add data from front end into custom made table in database
I have a registration form which contains firstname, lastname, organisation, username, email etc. Here Username and email only will be saved in the db in the wp_users table.
I have created a new table ...
0
votes
1answer
381 views
Insert data in database using form
I am writing a simple plugin that create a table with name "newsletter" in database and provide a shortcode to put a registration form in pages.
the form contain "name" and "email".
i have problem ...
0
votes
0answers
34 views
Not Creating New Database Table [closed]
I've successfully created tables with previous plugins I've messed around with, but I can't seem to figure out exactly what's wrong with this. Hopefully it's an easy fix.
//CREATE ...
1
vote
1answer
37 views
Has parent field in the table wp_term_taxonomy has term_id or term_taxonomy_id
I have created a category "Book" with a sub category "comics",
to check how wordpress is maintaining the hierarchy structure.
When i check the table "wp_term_taxonomy", I found that such term with a ...
0
votes
1answer
149 views
Whats the best way to share user data across multiple Wordpress websites?
First of all, Multisite isn't what I'm looking for. I have 5 websites using Wordpress all on separate domains that I would like to enable user accounts for. I need user data to be shared across the ...
1
vote
2answers
67 views
The plugin generated x characters of unexpected output, $wpdb not defined
I've written a simple Wordpress plugin to create a new database table.
The new table ought to be created when the plugin is activated.
When I try to activate the plugin, I get the following error:
...
0
votes
1answer
83 views
Interface needed to transfer contents in a table on a web page to the Add New Product interface
I will attempt to clarify this situation since the initial feedback was that it wasn't a question/or was vague.
I am having an e-commerce site built. The developer is using a WP template purchased ...
0
votes
1answer
147 views
How do I use CSS or PHP to customize Wordpress Form Manager Plugin Table?
I'm using Wordpress Form Manager Plugin to design a table to display race winners for an athletic event.
<table class="fm-data">
<tbody>
<tr>
<td ...
0
votes
1answer
136 views
How to update BuddyPress xprofile fields programmatically?
I update user info using wp_update_user function. I also need to update the table wp_bp_xprofile_data. Is there any function, where I can update data on wp_bp_xprofile_data table?
2
votes
1answer
116 views
BuddyPress: What's the use of wp_bp_xprofile_data table and how does it get updated?
I have a questions related to BuddyPress:
What's the use of wp_bp_xprofile_data table? How does the data in the table get updated?
And when any user updates his information - does the data in this ...
0
votes
1answer
97 views
Shortcode for tables which can include comma and linebreaks
Is it possible to make a shortcode for table which can include commas and linebreaks for its content? I've been trying to output something like this with shortcode:
But it seems difficult. I tried ...
2
votes
1answer
275 views
Create a formatted table-like menu
I've just put the site up a couple weeks ago and adding some more things to it for my friend however there's got to be an easier way to lay content out over wordpress. I've having a hard time with it ...
0
votes
1answer
95 views
Can't create tables with my plugin
Here is the code:
<?php
/*
Plugin Name: MyPluggin
Plugin URI: http://localhost/
Description:
Version: 0.0.2
Author: localhost
Author URI: http://localhost/
License: GPL2
*/
...
1
vote
1answer
59 views
Hiding posts and pages in panel
I found out this code and works ok for hide pages in admin page listing, but I need someway to do this to thousand pages:
add_action( 'pre_get_posts' ,'hide_pages_87ff65f5f' );
function ...
0
votes
1answer
54 views
Will adding & modifying default Wordpress table index break future Wordpress update
I've some specific use case for certain default wordrpess tables, which I need to add a few indexes to certain columns to improve performance. I'm wondering will adding these indexes break future ...
2
votes
1answer
59 views
What table is the media's sort order stored?
I see that your can sort media by a numbered order in the media gallery for a post. But what table is this order stored in? I want to use this order to also order the images the same way in my ...
0
votes
1answer
97 views
Search within table?
I have a nice plugin that is called Select WP-Table Reloaded and that works well, except the contents don't show up in a useful manner.
The page the table is embedded shows up in a search, but not ...
0
votes
1answer
86 views
Wordpress Table didn't look right
I want to build a table based layout.
In the editor all look right:
But after saving, the page look like this:
Can someone help?
UPDATE:
The Theme is Pagelines framework
And here the code =
...
0
votes
1answer
163 views
Get multiple db prefix with $wpdb
I have installed wordpress with question2answer as a single signon. The database created by wordpress with wp_ prefix and question2answer prefix is qa_
Now wordpress tables doesnt required to define ...
0
votes
1answer
377 views
How to get user ID on the registration and add in to custom table
I am trying to get user ID on registration and automatically add that ID to my custom table. I am using wp-members plugin for registration.
So is it possible to get user ID on the fly while ...
0
votes
1answer
76 views
Simple Data Table Update and Page Integration
There are a variety of tables (page-level, not database) in a website I manage that need to be regularly updated. The difficult issue is that this information is often only one or two data columns, so ...
0
votes
1answer
325 views
Where are wordpress custom types stored?
Where are custom types stored? Because when a custom type is created, in wp_posts, the post type is set to the <new_custom_post_type>. But where are the details of the new custom post type ...
0
votes
1answer
65 views
Need to add/remove group of options and display them as rows
I am creating a plugin which has 5 textbox for options. What I need to do is to treat these 5 options as 1 item, and being able to add more items.
I've always worked with static hardcoded options for ...
0
votes
3answers
330 views
Custom Database Table and foreach
I have just created a custom database table and would now like to output every inserted row from it into a predefined format using a foreach statement.
Some guidance in this matter would be great.
...
0
votes
1answer
505 views
“show tables like” is reporting table does not exist when it does for some people. why? [closed]
I have some code in my plugin init function that checks for the existence of a couple of tables. Some folk with wp3.3.1 are reporting that they are getting the admin notice that the tables do not ...
1
vote
1answer
372 views
Table for plugin-list-category-post? [closed]
I'm using the list-category-post plugin - is it possible to display the list of posts in a table?
I want to have a dynamic table showing all the posts in a category, so a user can search the table ...
0
votes
2answers
63 views
HTML tables in content areas
Is there a plugin that would allow me to create and edit tables within the content block in posts and pages? I suppose a bit like the 'insert table' command in MS Word.
1
vote
2answers
399 views
Can't pass table to $wpdb->prepare
I'm having trouble passing a table variable to $wpdb->prepare(); Here is functioning code:
$table = $wpdb->get_blog_prefix( $blog_id ) . 'my_table';
$voters = ...
0
votes
1answer
55 views
What is wrong here? Issue with post_id and meta_value
I'm trying to create a loop to read all the meta_value records from a given post_id. The idea is to gather all the meta_value's data from wp_postmeta table related to post_id number and print them as ...
0
votes
2answers
223 views
Best tools for preparing and styling a table
What are the best tools for preparing and styling a table in Wordpress easily?
Update:
I want to prepare and publish the tables in any page or post. So I think it might be easier if they can be ...
0
votes
1answer
79 views
Why doesn't my Table get created?
I am working on creating a table in the DB for a plugin but cannot figure out why the table is not being created.
Here's my code:
global $ds_swoons_db_version;
$ds_swoons_db_version = '1.0';
...
0
votes
2answers
307 views
How to list Tags using get_tags in an html table?
Any suggestions on the simplest way to display tags using get_tags in an html table (4 columns across) ?
Example:
Tag 1 | Tag2 | Tag 3 | Tag 4
Tag 5 | Tag 6 | Tag 7 | Tag 8
I'm using the ...
4
votes
1answer
198 views
When is it appropriate to create a new table in the WordPress database?
For a client we'll need 29,000 terms (all the highschool's in the US) and each term needs 6 meta items (address, phone...). My initial thought was to store the term meta information as suggested in ...