goatlip
Forum Replies Created
-
I have the same problem as well. When the number of records hits 110, I am unable to save any changes on the Edit Guide, Sections tab, and I received the same error. I’ve made a point to keep all section names and slugs unique.
One thing I noticed is that the slugs of the sections in the Edit Guide, Section tab, may mis-match the WordPress slug of the section, and, if you update the Section slug it does not update the WordPress slug. Even still, with all of them matching and unique, I can not arrange the sections.
What I ended up doing is using the Adminer plugin to edit the sections_order field in the ks_documentor table. Not too fun, but works in a pinch.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy Fancybox – https conflict with Youtube playback?Ok, solved. the Youtube link needs to have https in it. Once you have that in, the video will play.
Forum: Fixing WordPress
In reply to: Can't insert images in WordPress 3.5.I’ll confirm that Flexible Lightbox plugin does conflict with inserting images with WordPress 3.5. Shadowbox JS plugin works great.
Well, the work-around I have for now is this:
News (page)
|- Press Releases (custom post type)
|- Reviews (custom post type)
|- Newsletter (page)Not ideal, but allows me to see everything in the menu and doesn’t give me a 404. Still, I’m wondering if it’s possible to use a custom post type as a parent page.
Forum: Plugins
In reply to: can I embedd a forum (SMF) into a page?Oh, another note… to get rid of the scrollbar and size the forum, youll need to style the iframe a little. Here are the changes I did:
<iframe style="width:100%; height:2200px;margin-top:-80px" scrolling="no" frameborder="0" name="content" allowtransparency="true" src="https://www.yourforum.com"></iframe>
Forum: Plugins
In reply to: can I embedd a forum (SMF) into a page?yes, just did it… made a template and set a page to use the template. Just add this to your a page-forum.php file. upload it to your theme directory. Create a page and select Forum from the Template type pulldown in the admin sidebar.
<?php /* Template Name: Forum */ get_header(); ?> <iframe style="width:100%; height:100%;" frameborder="0" name="content" allowtransparency="true" src="https://www.yourforum.com"></iframe> <?php get_footer(); ?>
Forum: Hacks
In reply to: Trouble With Custom Menu – WP Menu to SMFI’m still figuring out wordpress and smf integration. I don’t like how the plugins work, pulling in all the user data. There’s got to be a better way… using another forum software maybe ?? I was able to wrap the forum in a wordpress page with a template though. simple, easy, effective.
<?php
/*
Template Name: Forum
*/
get_header(); ?><iframe style=”width:100%; height:100%;” frameborder=”0″ name=”content” allowtransparency=”true” src=”https://www.yourforum.com”></iframe>
<?php get_footer(); ?>
ok, regarding the https://domainname.com/cgi-sys/defaultwebpage.cgi
I had the same issue. Dashboards would show, blog would not. I ended up clearing out the .htaccess file, uploading it and clearing browser cache and cookies. All sites are up.
Found the solution via this forum post.
https://forums.cpanel.net/f5/domain-redirecting-cgi-sys-defaultwebpage-cgi-139597-p5.html#post796062Forum: Plugins
In reply to: Show recent LinkedIn discussions and comments on WP-siteI’m also interested in this. basically, I’m trying to add a tab to the wordpress site that would show the linkedin discussions and allow people to answer and interact via the website as well.
Forum: Installing WordPress
In reply to: Clean install of 3.0I’d plan on copying only the table in I need… I’m thinking it’s gonna be more headache than it’s worth. Probably best to do a quick auto-update to 3.0 and then manually clean out any unneeded DB table, folders, files, etc.
Forum: Fixing WordPress
In reply to: 301 Redirect Question (www to non-www)I’ve upgraded to 2.3.3 and it doesn’t looks like solidsmack.com is redirecting to https://www.solidsmack.com
I’ve looked at other sites on 2.3.x and the www pops up when you enter only thesite.com
any ideas?
Forum: Fixing WordPress
In reply to: Convert database to UTF-8Hi, I also wanted to note here that the same odd characters (questions marks, dollar signs, etc.) will appear if you’ve installed a new version of wordpress like 2.3.3 and remove the utf8 from wp-config.
I previously thought my problem was the latin, and removed the utf8 from wp-config. All my old post suddenly has weird diamond-shaped blocks with question marks.
Then I remembered I had made a complete re-install and imported my posts. I added the utf8 back in and everything looked fine except for some post I did after I had removed the utf8 setting.
Make sure you trace your steps.
Forum: Fixing WordPress
In reply to: No Image Upload in 2.1Just wanted to also confirm that after deactivating Flickr Photo Gallery by Silas Partners (Joe Tan) that the upload bar comes back.
I upgraded to Flickr Photo Gallery version 0.93.2 and the upload bar is there with the added flicker gallery features.
If you have any plugin that has to do with photos, uploads, images, galleries, etc. try deactivating that to see if the upload bar shows up.
Forum: Installing WordPress
In reply to: Moving WordPress to new ServerOk, ok, you all knew I would get this eventually. It’s the Cache thing. I removed it from my wp-config.php and all is well.
Forum: Plugins
In reply to: SimpleViewer plugin (need help)Hey Pandem, any progress on this? I’ve been looking for something like this.