jauntymellifluous
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] Chat not workingHey thanks. Yes I think it was working but I stopped using it later as I installed phpbb forums and we are using mchat plugin in that one
Forum: Plugins
In reply to: [WP w3all phpBB] Users not geting logged in after installation of pluginHey thanks again.
You are doing an amazing job
Forum: Plugins
In reply to: [WP w3all phpBB] Users not geting logged in after installation of pluginOh wow that was quick.
Do I have to update the wordpress one and also the one in phpbb?
Forum: Plugins
In reply to: [WP w3all phpBB] Users not geting logged in after installation of pluginSo I enabled the option.
phpBB WordPress integration << I have this extension installed in wordpress & phpbb. Is there any other one that I need to install or is that it?
- This reply was modified 1 year, 3 months ago by jauntymellifluous.
Forum: Plugins
In reply to: [WP w3all phpBB] Users not geting logged in after installation of pluginThat’s good. I am so glad you are very active on this plugin.
I have some extra IDs transferred to phpBB. I have deleted them in wordpress. They didn’t automatically get deleted. Do I have to delete them manually or is there a way to do it?
I also installed the plugin on phpbb.
Forum: Plugins
In reply to: [WP w3all phpBB] Users not geting logged in after installation of pluginI mostly got this error when I tried to transfer single users,
has not been transferred into phpBB. Already existent? (check if the email or username exists in phpBB)
Forum: Plugins
In reply to: [WP w3all phpBB] Users not geting logged in after installation of pluginI transferred that user to phpbb got an error but I saw that he was transferred to the phpBB. Now he is able to login.
I’ll keep on testing this out.
Thanks.
- This reply was modified 1 year, 3 months ago by jauntymellifluous.
Forum: Plugins
In reply to: [WP w3all phpBB] Users not geting logged in after installation of pluginPeople mainly sign up on the site using wordpress. Forums are in the back. But thanks for points those two things.
If a new user signs up will phpbb already ahve the info even if I don’t transfer that user over to phpbb?
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] Chat not workingOk yes I disabled that option
Forum: Plugins
In reply to: [Simple Ajax Chat – Add a Fast, Secure Chat Box] Chat not workingIts being displayedon the right side bar on all pages https://www.pakgamershub.com/
Hey Thanks for the follow up Jeff starr. Yes I figured this out sorry I couldn’t report back. So there was no issue with your plugin. There was another plugin installed that kept a cache on the pages. I simply had to reset the cache for the page for it to work properly.
Forum: Fixing WordPress
In reply to: Code tags not workingOkay I figured it out. Thanks to your cool docs.
Basically if you need to reach any file in the stylesheet directory. For example there’s an image in an images folder and you want to display it on your forum header or somewhere on the page by editing the actual code of the page..
then you’ll have to add a php tag for the complete link..for example,
<img src="<?php bloginfo('stylesheet_directory'); ?>/images.." />
<?php bloginfo('stylesheet_directory'); ?>
completes the directory path.Forum: Fixing WordPress
In reply to: Code tags not workingDreaming..?
Forum: Fixing WordPress
In reply to: Code tags not workingI have a similar problem. But I’m not trying to put code in my posts. I am putting the code in the actual templates of the blog.
I’m trying to edit the wordpress classic theme. I simply want to add some flash movies to the header for that I would require the object tag to work.
But I see empty spots when I put the code in the page and run it on my browser.
This happens even if I try to use a simple img tag.
What’s happening? How can I solve it?
Forum: Themes and Templates
In reply to: Running flash objectsBecause you see, if I can make my code work like that there would be no need for me to install any plugins which I don’t want to do in the first place. ??