Versipellis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks flashI tried doing this instead but it pretty much had the same problem.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="623" height="244"> <param name="movie" value="<?php bloginfo('template_url'); ?>/slide_flash8.swf" /> <param name="quality" value="high" /> <embed src="<?php bloginfo('template_url'); ?>/slide_flash8.swf" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="623" height="244"></embed> </object>
This problem seems quite unique, several days of searching the web hasnt revealed any answers so if anyone out there has a flash component and uses wordpress permalinks i’d be very grateful for some information! I’m really stuck here.
Forum: Fixing WordPress
In reply to: Blog can’t find images!Ok so having a look at your site only the images in the psots arent working (didnt realise you didnt mean everything and I only just got a minute to look ?? )
You’d need a php widget to use what I said previously in your posts. Have you checked your posts for what src they are using? and is it the same as the current location for your site/blog?
Forum: Fixing WordPress
In reply to: Blog can’t find images!I take it you have 0 html / php knowledge?
you would write it in the images source location <img src=”file/path/”>
I have no idea about the permissions, I’ve never had that message before. Sounds like your not counted as admin anymore?
Forum: Fixing WordPress
In reply to: Blog can’t find images!Have you moved the directory of the images? If so, and you use absolute filepathing, the links will now be wrong.
If you have everything else working using this should work:
<?php bloginfo(‘template_url’); ?>/path/to/your/images/image.jpg
obviously with your own filepath to the images in your template. (eg mine would be, <?php bloginfo(‘template_url’); ?>/images/image.jpg)
Forum: Fixing WordPress
In reply to: Add blog for specific usersYou can buy Wish List which will do all of this for you with different member levels. I don’t know how much it costs though, was on the system already ??
Also allows you to have subscription memberships.
Forum: Fixing WordPress
In reply to: auto upgradingI dont have that plugin or at least not that can be enabled/disabled, I guess its embedded in wordpress somewhere?
What I asked was what information its after FTP or my database.
Forum: Fixing WordPress
In reply to: Permalink settings changed, how do I revert back to default?I think I may have found where you need to change your settings but I’m not 100% sure so I’m double checking…
Ok… so if you go to your phpmyadmin – go to your wp_options table and find the permalink_structure – that should contain whatever you want your permalink to be – in there you can revert it back ??
Forum: Themes and Templates
In reply to: LinkingThanks for helping out a newbie ??