IlliniCrusader
Forum Replies Created
-
Never mind. I have decided to not use Sitewide Tags plugin, too much changing of the original code. I guess I’ll just manually update the main blog from the other 12 blogs.
Thanks for the help Ron, I got the images to show on the main blog. My theme uses
has_post_thumbnail()
so I replaced it with
the_post_thumbnail()
Now, how do I get the image size to change – it is stuck on 150 x 150. It seems to be set from the timthumb.php file, but I can’t fine the line of code that sets it at 150 x 150. Is there anything I can do to change the size?
So, all I have to do is replace the current loop code with <?php the_post_thumbnail(); ?>? I have the “Include Post Thumbnails” enabled in my SWT dashboard. Is that it?
I have read this multiple times, along with the help links here too. I am new to WP and PHP so I need a little help. I am using a WPZOOM theme (CadabraPress). I use the same theme for all blogs, including the main blog, so I assumed it would be seamless.
Looking at the home file, it uses this code to pull the image:
<em>[mod edit: please use pastebin for large code snippets]</em>Can someone give me a detailed explanation how to fix the image issue?
Thanks for the help.
Forum: Fixing WordPress
In reply to: [WP-Table Reloaded] WP-Table Reloaded – How to remove the "edit" ??If you look under “Plugin Options” you will see an option under “Admin Options” that says:
Frontend Edit Link: Yes, show an “Edit” link to users with sufficient rights near every table on the frontend.
Uncheck that to hide the “Edit” option.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Sorting option not available?All figured out Tobias – thanks a bunch!
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Sorting option not available?Thanks Tobias, adding the
wp_footer();
worked perfectly.The additional JavaScript in the body is for a collapsible div. Although, after I installed the tables plugin, it stopped working.
Any ideas? Are the two scripts clashing?
figured it out.
Post #1 – I only needed to add /forum – not the whole thing /home/crusader/public_html/forum.
Post #2 – I use board numbers, not categories.
Also, what does the SMF Category need to be? The category number or the category name? And can I use boards instead of categories?
Thanks again!