Jump to content


Tsvi

Member Since 19 Oct 2009
Offline Last Active May 18 2013 09:57 AM
-----

Topics I've Started

Making CKEditor more advanced

12 October 2012 - 05:23 AM

Hey all,

Is there a chance you'll make the CKEditor more advanced? I mean, to make an option in the ACP or something like that, that will let a user to use an Advanced CKEditor.

Now I'll explain what I mean..

This CKEditor is stripped from a lot of CKEditor's options. Like for example in the default CKEditor when you want to add a link, so in it's wizard it showing you 3 tabs

so you can customize your link with all sorts of settings like: rel (nofollow if i want), description, title and such. I guess you already know what I'm talking about.

Or when you want to add an image you could also set some extra options of the image attribute, like ID, description, titles and etc.

And yes, I guess it means to approve a bit your BBCode bits..

 

Because if we are talking a lot about SEO lately, It's necessary too I think.

One of the known ways to improve your ratings are of course writing all sorts of articles,

and if you do that you should stick to Google standards and HTML standards. Google like when you put title & descriptions for example for links and images,

all that is important for SEO.

 

What do you think?


Personal Info about a member

03 October 2012 - 11:34 AM

Hey,
I have a suggestion for a feature that should be in IPB.. unless I'm mistaken, or there's a modification for that (because I didn't find it).
I think there's should be an option in ACP to leave comment about users I want. And so it'll be shown only to moderators.
Let's say for example some user asked me to change his nickname, so it could be good If i was able to write what his previous nickname (in my board it's necessary),
or for example I have a user that I suspect him to be a bad user or have some evidence about something, I can just write all that in the field in the ACP.

What do you think?

PS
If you know about any modification that can help me somehow or anyway in that, I'm opened for suggestions ;)

Banned member should return Error 403 ? (SEO matters)

01 October 2012 - 10:12 AM

Hello,
recently I'm working on improving my SEO rank in Google for my board, and I've encountered a small issue (Or at least I think it's an issue, want to know your opinion).
Every banned member in my board, when a normal user (Or when Google is crawling my website) is getting Error 403 from his page.
I'm managing my board on Google Webmasters Tools and it's kinda troubling me when I'm getting that amount of HTTP Error 403.

So I want to ask, what's the idea about that exactly? Why no let Google 'see' those banned members?
Because Google says that they aren't removing pages with 403 Error from their search engine, in hope those pages will be accessible again in a short time,
and I think it's not so suitable to our situation with the banned members.
You can read about what I've found in here (second comment):
https://groups.google.com/forum/#!msg/google_web_search_help-troubleshooting/qi0FQC5K728/R2AR1J1JcOMJ

Now I've found in the code where it can be changed, found eventually this line:
$this->registry->output->showError( 'profiles_not_active', '10246.1', null, null, 403 );

But I don't know if I should change it, so I'm waiting for an answer ;)

Thanks in advance!