cynikalsam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-mail.php hack problemHere’s a link to what im talking about
https://cynikalsam.com/blog/index.php?p=21
Any idea what would cause that?Forum: Requests and Feedback
In reply to: Restricted CategoriesThe only way i found to do this was to set up 2 seperate databases, and link to them. You can password the directory of the second database and upload your css to make them look the same.
Example
https://www.yoursite.com/blog (public)
https://www.yoursite.com/blog2 (private/passworded)
So you’d need 2 instalations.
Thats what i did on my site https://www.cynikalsam.com/blog
There’s probably a more effecient way to accomplish this, but i hant found it..Forum: Themes and Templates
In reply to: Modifying wp-login.phpYeah thats the problem. I tried that, but i just want the login page black, but i dont want to change anything after that..
Is that possible?Forum: Fixing WordPress
In reply to: Importing livejournal XMLOk, here’s some more detailed info;
In the import-livejournal.php file, there are a few lines of code like this;
define('XMLFILE', '');
My xml file is named 200405.xml, so i would edit that code like this;
define('XMLFILE', '200405.xml');
The 200405.xml file is in the same folder as the import-livejournal folder. Did i do this right? Cause its not working..Forum: Fixing WordPress
In reply to: Importing livejournal XMLI uploaded the xml files to the wp-admin folder.. If anybody needs more info to help me, just let me know..
Forum: Fixing WordPress
In reply to: Category not showing upHmm this seems harder then i thought. All i want to do is make a “private” category where friends have to enter a password to view entries. (and just ONE password to read all the “private” posts, not a password for each post)
Is that even possible?Forum: Fixing WordPress
In reply to: Category not showing upOK sorry, i just needed to have a post in there to get it to show up. But i have another question now. I noticed by default, posts in both categories are shown at the same time. When people visit my blog, i want them to see only the “public” entries, as i plan to password the private ones. How do i do that?
Forum: Fixing WordPress
In reply to: Getting rid of scrollbar.yeah, i gotta keep the flash banner. Cause the point of this project was to build a flash site. I find if i get rid of the “float: right;” for the menu, the glitch goes away, but then the menu stays connected to the content.. Is there another way to seperate them without using float?
Forum: Fixing WordPress
In reply to: Getting rid of scrollbar.I managed to get rid of the browser scrollbar, but it seems i caused a bug when it’s displayed in firefox. If you move your mouse over a link on the right menu, theres a “flashing glitch”//
I’d also like to keep the header text, which was hidden when i changed the css to hide the scrollbar.